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
Copy file name to clipboardExpand all lines: README.md
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -22,11 +22,13 @@ To keep this tracker focused, we ask that feature requests and discussion of pot
22
22
23
23
Thank you for finding a bug. We're sorry for the trouble it caused!
24
24
25
-
Before opening an issue here, please:
25
+
When opening an issue here, please:
26
26
27
-
1.do a search to make sure it hasn't already been reported
27
+
1. search first to make sure it hasn't already been reported
28
28
2. use a small, self-contained snippet of Scala code to illustrate what happened, and contrast with what you expected the compiler to say or the library to do;
29
-
3. include the Scala version(s) you've tried, and the version of the JVM you're using.
29
+
3. argue as rigorously as you can, ideally with reference to the language specification or other relevant documentation, that the behavior is actually a bug and not merely surprising or unexpected
30
+
4. include the Scala version(s) you tried and the version of the JVM you're using
31
+
5. consider trying the same thing in Scala 3, as this can give additional insight
30
32
31
33
A bug report without a small, self-contained code snippet is much less likely to receive attention.
0 commit comments