Difference between revisions of "Bugzilla"

From D Wiki
Jump to: navigation, search
(Add some links)
m (Changed old bugzilla link from https://d.puremagic.com/issues/ to https://issues.dlang.org/)
 
Line 11: Line 11:
 
To quickly access a certain Bugzilla issue or search the database, you can create a browser search as follows:
 
To quickly access a certain Bugzilla issue or search the database, you can create a browser search as follows:
  
# Open [https://d.puremagic.com/issues/ Bugzilla]
+
# Open [https://issues.dlang.org/ Bugzilla]
 
# Right-click the "Search" field at the top
 
# Right-click the "Search" field at the top
 
# Select "Create search" (or your browser's equivalent).
 
# Select "Create search" (or your browser's equivalent).

Latest revision as of 14:19, 10 June 2022

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.

See also