Difference between revisions of "Bugzilla"

From D Wiki
Jump to: navigation, search
m (Changed old bugzilla link from https://d.puremagic.com/issues/ to https://issues.dlang.org/)
 
(2 intermediate revisions by 2 users not shown)
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 ==
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).
Line 17: Line 17:
 
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.
 
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 ==
 +
 +
* [[Get_involved#File_a_bug_report|Filing bug reports]]
 +
* [http://dlang.org/bugstats.html Bug stats]
  
 
[[Category: Contribution Guidelines]]
 
[[Category: Contribution Guidelines]]

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