Skip to content

Commit 98cab4f

Browse files
Merge pull request scala#670 from janekdb/topic/bug-reporting-link
Update bug reporting links
2 parents 6f05619 + 32684ba commit 98cab4f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

‎contribute/bug-reporting-guide.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: page
33
title: Bug Reporting
44
---
55

6-
The Scala project tracker is located at [http://issues.scala-lang.org](http://issues.scala-lang.org). Before you submit a bug make sure that it is certainly a bug by following instructions in *Is it a Bug?*.
6+
The Scala compiler and standard library bug tracker is located at [https://github.com/scala/bug](https://github.com/scala/bug). Before you submit a bug make sure that it is certainly a bug by following instructions in *Is it a Bug?*.
77

88
## Is it a Bug?
99

@@ -43,12 +43,12 @@ If you have a code snippet that is resulting in bytecode which you believe is be
4343

4444
5. If you want to file an improvement in the issue tracker please discuss it first on one of the mailing lists. They offer much bigger audience than issue tracker. The latter is not suitable for long discussions.
4545

46-
* Keep in mind that the behavior you are witnessing could be intended. Good formal resources for verifying whether or not the language behavior is intended is either in the [Scala Improvement Proposal Documents](http://docs.scala-lang.org/sips/sip-list.html) or in the [Scala Language Specification](http://www.scala-lang.org/files/archive/spec/2.11/). If in doubt, you may always ask on the [scala-internals mailing list](https://groups.google.com/forum/?fromgroups#!forum/scala-internals) or [stackoveflow](http://stackoverflow.com/questions/tagged/scala).
46+
* Keep in mind that the behavior you are witnessing could be intended. Good formal resources for verifying whether or not the language behavior is intended is either in the [Scala Improvement Proposal Documents](http://docs.scala-lang.org/sips/sip-list.html) or in the [Scala Language Specification](http://www.scala-lang.org/files/archive/spec/2.12/). If in doubt, you may always ask on the [Community Category](https://contributors.scala-lang.org/c/community) or [Stack Overflow](https://stackoverflow.com/questions/tagged/scala).
4747

48-
In general, if you find yourself stuck on any of these steps, asking on one of the following Scala mailing lists can be helpful:
48+
In general, if you find yourself stuck on any of these steps, asking on [Scala Contributors](https://contributors.scala-lang.org/) can be helpful:
4949

50-
- For unexpected behavior use [scala-language](https://groups.google.com/forum/?fromgroups#!forum/scala-language), or [scala-user](https://groups.google.com/forum/?fromgroups#!forum/scala-user) mailing lists.
51-
- For compiler bugs use the [scala-internals](https://groups.google.com/forum/?fromgroups#!forum/scala-internals) mailing list.
50+
- For unexpected behavior use the [Community Category](https://contributors.scala-lang.org/c/community).
51+
- For compiler bugs use the [Compiler Category](https://contributors.scala-lang.org/c/compiler).
5252

5353
* Examples of exceptions reported by the compiler which usually are not bugs:
5454
1. `StackOverflowError` is typically not a bug unless the stacktrace involves the internal packages of the compiler (like `scala.tools.nsc...`). Try to increase the Java stack size (`-Xss`), in most of the cases it helps.
@@ -84,4 +84,4 @@ In the description of your issue, be as detailed as you can. Bug reports which h
8484
2. The expected output.
8585
3. The actual output, including the stacktrace.
8686
4. Related discussion on the mailing lists, if applicable.
87-
4. If you have already looked into the issue provide interesting insights or proposals for fixing the issue.
87+
5. If you have already looked into the issue provide interesting insights or proposals for fixing the issue.

0 commit comments

Comments
 (0)