Forums : Feedback Forum

Dear Open Hub Users,

We’re excited to announce that we will be moving the Open Hub Forum to https://community.blackduck.com/s/black-duck-open-hub. Beginning immediately, users can head over, register, get technical help and discuss issue pertinent to the Open Hub. Registered users can also subscribe to Open Hub announcements here.


On May 1, 2020, we will be freezing https://www.openhub.net/forums and users will not be able to create new discussions. If you have any questions and concerns, please email us at [email protected]

Stacking- negative numbers?!?

My project is FeedLaunch .NET and is here-> http://www.ohloh.net/projects/5372
Look at the stack numbers- it is (-1). If I click Stack It! the color changes but the number increments to 0.
Likewise, if I click Unstack! the number returns to (-1). It's obviously a bug, but is it easy to fix this problem?

EDIT: The problem appears fixed now. Weird!

Kurtis Harms over 17 years ago
 

Heh, yes, we have a little bug there. For performance, we cache the stack counts. Somehow, we miss the occasional stack add or delete, and the count gets off by one.

Until I have time to debug this, we periodically recompute the cached values from scratch to make sure they're correct, which is why the problem seemed to go away.

Robin Luckey over 17 years ago