Difference between revisions of "Bugzilla"

From D Wiki
Jump to: navigation, search
Line 1: Line 1:
D's bug database is currently a Bugzilla instance located at https://d.puremagic.com/issues/. It is hosted and maintained by Brad Roberts.
+
D's bug database is currently a Bugzilla instance located at https://issues.dlang.org/. It is hosted and maintained by Brad Roberts.
  
 
== Automatic links on GitHub ==
 
== Automatic links on GitHub ==

Revision as of 21:50, 29 November 2015

D's bug database is currently a Bugzilla instance located at https://issues.dlang.org/. It is hosted and maintained by Brad Roberts.

Automatic links on GitHub

Although it is good practice to include direct links to issues in GitHub pull requests, here is a UserScript which automatically turns "issue NNNN" text on GitHub pages of D projects into links to the corresponding Bugzilla page:

dbuglinks.user.js

Quick search

To quickly access a certain Bugzilla issue or search the database, you can create a browser search as follows:

  1. Open Bugzilla
  2. Right-click the "Search" field at the top
  3. Select "Create search" (or your browser's equivalent).

Depending on your web browser, you can assign a keyword (e.g. "db" for "D Bugs"), which should allow opening any issue by typing "db NNNN" in the location bar. Searching works in the same way, by entering search terms instead of NNNN.