Skip to content

Commit 290816e

Browse files
committed
Dealing with conflicts
2 parents 2434ec3 + 98cab4f commit 290816e

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
@@ -5,7 +5,7 @@ permalink: /contribute/bug-reporting-guide/
55
includeTOC: true
66
---
77

8-
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?*.
99

1010
## Is it a Bug?
1111

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

4646
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.
4747

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).
4949

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:
5151

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).
5454

5555
* Examples of exceptions reported by the compiler which usually are not bugs:
5656
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
8686
2. The expected output.
8787
3. The actual output, including the stacktrace.
8888
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

Comments
 (0)