You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We use $(B Bugzilla) to track the issues for the D programming language.
6
+
We use $(B Github) to track the issues for the D programming language.
7
7
$(BR)
8
-
The home of the D issue tracker is: $(B $(LINK https://issues.dlang.org))
8
+
The home of the D issue tracker is: $(B $(LINK https://github.com/dlang/dmd/issues))
9
9
)
10
10
11
11
$(P
12
-
You can browse through the existing bugs by project $(LINK2 https://issues.dlang.org/describecomponents.cgi?product=D, $(B here)).
12
+
You can browse through the existing projects $(LINK2 https://github.com/dlang, $(B here)).
13
13
)
14
14
15
15
$(P
16
-
If you want to search for a specific bug, you can use the $(LINK2 https://issues.dlang.org/query.cgi?format=specific, $(B search page)).
17
-
)
18
-
19
-
$(P
20
-
And if you want to file a new bug, you can use $(LINK2 https://issues.dlang.org/enter_bug.cgi?product=D, $(B this page)),
16
+
And if you want to file a new issue, you can use $(LINK2 https://github.com/dlang/dmd/issues/new, $(B this page)),
21
17
but please $(HTTPS github.com/dlang/dmd/blob/master/CONTRIBUTING.md#reporting-bugs, check the guidelines) first.
22
18
)
23
19
24
-
$(H3 Bug Tracker Statistics)
25
-
26
-
$(BOOKTABLE $(SECTION3 Current bugs <font size="-1">$(LINK2 https://issues.dlang.org/enter_bug.cgi?product=D,[report new bug])$(LINK2 https://issues.dlang.org/query.cgi,[search])</font>),
$(DISPLAY All open, y_axis_field=bug_severity&query_format=report-table&product=D&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_severity=normal&bug_severity=minor&bug_severity=trivial&bug_severity=regression&bug_severity=blocker&bug_severity=critical&bug_severity=major&bug_severity=enhancement)
34
-
$(DISPLAY All closed, y_axis_field=bug_severity&query_format=report-table&product=D&bug_severity=normal&bug_severity=minor&bug_severity=trivial&bug_severity=regression&bug_severity=blocker&bug_severity=critical&bug_severity=major&bug_severity=enhancement&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED)
20
+
$(H3 GitHub Labels)
21
+
$(P
22
+
Issues & PRs are categorized using $(LINK2 https://github.com/dlang/dmd/labels, labels). Common labels include:
0 commit comments