Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
5answers
191 views

How to fix an application that has a problem with decimal separator

This post is about C# and .Net, but some info is valuable for other techonolgies. Since I can remember, I've been having problems with apps or games that crash because of a different style of parsing ...
3
votes
2answers
59 views

How do I manage local version of ruby gem neatly?

I'm using a ruby gem that has some minor bugs. I found the source on github. I want to fix the bugs and have my code reference a local version that has the fixes. What's an easy/clean/quick way to ...
2
votes
2answers
49 views

Bugfixes for different Code-Series in Bazaar/Git

Whats the best way to maintain different series? Sys, for example you have the project X with: Trunk for => New Features, Bugfixes At some point you decide to branch a 0.4 Version and release it. ...
2
votes
3answers
59 views

Where are changelogs or bugfix details for Visual Studio 2005 to 2008?

The MSDN and Microsoft websites tout new features of Visual Studio. However, I am interested in finding a list of bugs fixed in the new release, if such a list exists. If no such official list ...
0
votes
6answers
174 views

Best way to back out a bad fix?

I fixed a bug in some ftp server code that seemed like a simple, "quick win" fix. This then highlighted an, er, "undocumented feature" when working in conjunction with a specific ftp client who's ...