Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

12
votes
6answers
192 views

Fix bugs in library code, or abandom them?

Assume i have a function in a code library with a bug in it i've found a bug in a code library: class Physics { public static Float CalculateDistance(float initialDistance, float initialSpeed, ...
6
votes
4answers
1k views

Svn merging trunk and branches

I have a huge project. I need to make a branch - this will be version 2 of the project, but I also need to keep the trunk and change it in parallel with the branch 1 as bug fix to the version 1. I ...
4
votes
2answers
89 views

Roadmap for bug fixes for Plone 3.3

I just came across ticket http://dev.plone.org/plone/ticket/10225 when trying to use a Collection with body text in Summary view in a Plone 3.3.5 install. My question is that in the ticket ...
4
votes
6answers
227 views

Null pointers everywhere because data is suddenly sparse

Someone designed code that relied on full data; the XML always had every element. The data source is now sending sparse XML; if it would have been empty before, it's missing now. So, it's time to ...
1
vote
1answer
47 views

Hg Branching/Merging for Bugfixes

So, I have an Hg repo that looks like this: O [default] [tip] Current repo | O Merging changes from named branch |\ |O Something from a named branch || O| [prod-v1.2] Okay, version 1.2 is done Now ...
1
vote
3answers
79 views

How do a group of developers fix multiple bugs in a previous release version via mercurial?

Okay, you fine people answered my question quite nicely and I'm thankful. However, now I realize that it wasn't quite the right question so I have another (though I do think that the previous ...
1
vote
2answers
77 views

How do I fix a bug in a previous release version via mercurial?

We are using mercurial in a single repository. We have a master branch and a develop branch (as well as feature branches, but they aren't germane to the issue at hand). We tag the master branch with ...
0
votes
0answers
56 views

How to reproduce owner drawn control bug on Windows 7?

The bug is that owner drawn .NET ListView doesn't work, i.e. it draws a lot of trash and artifacts. Something wrong with drawing of the background image. But the real problem is that I cannot ...