bug-tracking

What this Delphi's define {$WARN GARBAGE ON} means?

前提是你 提交于 2019-12-06 13:49:10
I am keen on finding new conditional defines and keywords in the Delphi language which are undocumented. Stuff like {$WARN GARBAGE ON} http://qc.embarcadero.com/wc/qcmain.aspx?d=77686 I report such stuff in Quality Central but the issue got closed and "Promoted to Internal Database". What does this mean? Should I expect an answer to this already year and half old question? These two warnings are now documented . GARBAGE : Turns on or off warnings produced when the presence of non-whitespace text is detected past the end of the final 'end.' in the program, unit, library or package UNIT

Best open source bug tracker with Mylyn support

谁都会走 提交于 2019-12-05 21:59:08
I'm trying to determine which open source (or at least free) bug tracker works the best with Mylyn. My hope is to find something that "just works" with good Mylyn support. I want to avoid lots of configuration and maintenance to get it going or keep it working with Mylyn. Also, I'd like the interaction to support as many types of fields and data exchange as possible. I've heard that Jira is the best one to use, but the project I'm working on is a private closed source venture, and the funds aren't there to pay for Jira. Same for FogBugz. I need a free solution for closed-source code. Possible

How do you find who merged a git commit into a branch?

核能气质少年 提交于 2019-12-05 17:24:54
问题 There is a file in our git repository in work, I want to find out who merged this file into a branch. I have the commit hash that identifies the commit (lets say 552a976f1a25f9bad57efb9455e951f6b7b3367f ) that introduced the file, and I know that the file is on the branch staging . How can I find the hash of the commit that merged the commit above into the staging branch? I want to find the user who merged, and the date of the merge. 回答1: git log <commit-id>..<branch> --ancestry-path --merges

where is the bugtracker of Git?

自作多情 提交于 2019-12-05 07:11:54
I was searching for the bug tracker for Git but I didn't really found it on their homepage and their issue tracker on GitHub is disabled. CB Bailey Git bugs should be reported to: git@vger.kernel.org as indicated on the Git Community page . The mailing list archive can be viewed and searched here . 来源: https://stackoverflow.com/questions/7620050/where-is-the-bugtracker-of-git

Internal bug tracking tickets - Redmine, Trac, or JIRA

╄→гoц情女王★ 提交于 2019-12-05 05:38:56
I've been looking at setting up Redmine , Trac , or JIRA to track issues. I want to be able to have my development team create internal tickets that are never seen by clients, while clients can create/edit tickets that are seen by the internal team. From the Trac documentation , you can set permissions to create or view tickets, but it doesn't seem to allow for viewing only certain tickets. It may be possible with Trac Fine Grained Permissions , but doesn't appear so. The Redmine documentation mentions: Define your own roles and set their permissions in a click but doesn't appear to have the

How important is version control integration with your bug tracking software [closed]

余生颓废 提交于 2019-12-04 02:53:31
Closed . This question is opinion-based. It is not currently accepting answers. Learn more . Want to improve this question? Update the question so it can be answered with facts and citations by editing this post . Closed 2 months ago . Currently we use FogBugz for tracking issues and found it to be ok. I'm looking for something else that can allow end users the ability to track their cases along with us. And something that actually works well with email. I've found a few alternatives that support those features but they don't integrate with version control. We've got all the SVN hooks in fog

Good open-source bug tracking / issue tracking sofware for Windows [closed]

点点圈 提交于 2019-12-04 00:48:18
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 6 years ago . Besides the painful-to-install non-Windows Bugzilla , what open-source issue tracking programs can be recommended that are just as good but available as a regular windows-style install? ( .exe or .msi ) You can try Redmine - a painless

How important is a bug tracking tool for a lone developer, and which one along with a VCS should I look at? [closed]

本秂侑毒 提交于 2019-12-03 09:32:32
问题 Closed . This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed 3 months ago . This might be a stupid question, but if I'm a lone developer and only ever going to be working off of my development laptop, how important is using bug tracking software? I am currently debating between using Subversion or SourceGear Vault as my VCS of choice, and SourceGear

Which issue trackers support sub-tickets, and how well do they work for bridging the gap between project managers and developers? [closed]

不问归期 提交于 2019-12-03 06:50:20
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 5 months ago . There's a feature that I'd like to see in issue tracking software that just doesn't seem to be all that common, and that is the ability to divide a ticket (bug, feature request, etc) into sub-tasks and view them in a hierarchical fashion, perhaps with some kind of progress bar style report of progress on a

Tools to help a small shop score higher on the “Joel Test”

白昼怎懂夜的黑 提交于 2019-12-03 05:54:38
问题 Questions #1 through #4 on the Joel Test in my opinion are all about the development tools being used and the support system in place for developers: Do you use source control? Can you make a build in one step? Do you make daily builds? Do you have a bug database? I'm just curious what free/cheap (but good) tools exist for the small development shops that don't have large bank accounts to use to achieve a positive answer on these questions. For source control I know Subversion is a great