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
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?*.
8
+
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?*.
9
9
10
10
## Is it a Bug?
11
11
@@ -45,12 +45,12 @@ If you have a code snippet that is resulting in bytecode which you believe is be
45
45
46
46
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.
47
47
48
-
* 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).
48
+
* 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).
49
49
50
-
In general, if you find yourself stuck on any of these steps, asking on one of the following Scala mailing lists can be helpful:
50
+
In general, if you find yourself stuck on any of these steps, asking on [Scala Contributors](https://contributors.scala-lang.org/) can be helpful:
51
51
52
-
- 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.
53
-
- For compiler bugs use the [scala-internals](https://groups.google.com/forum/?fromgroups#!forum/scala-internals) mailing list.
52
+
- For unexpected behavior use the [Community Category](https://contributors.scala-lang.org/c/community).
53
+
- For compiler bugs use the [Compiler Category](https://contributors.scala-lang.org/c/compiler).
54
54
55
55
* Examples of exceptions reported by the compiler which usually are not bugs:
56
56
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.
@@ -86,4 +86,4 @@ In the description of your issue, be as detailed as you can. Bug reports which h
86
86
2. The expected output.
87
87
3. The actual output, including the stacktrace.
88
88
4. Related discussion on the mailing lists, if applicable.
89
-
4. If you have already looked into the issue provide interesting insights or proposals for fixing the issue.
89
+
5. If you have already looked into the issue provide interesting insights or proposals for fixing the issue.
0 commit comments