File tree 3 files changed +3
-7
lines changed
3 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 2
2
3
3
* NOTE* : This file is auto-generated, so please don't edit manually. See the [ CONTRIBUTING guide] ( CONTRIBUTING.md ) to see how to update it.
4
4
5
- * Generated with Scala 3.1.3-RC2 *
5
+ * Generated with Scala 3.2.0-RC1-bin-20220412-1503044-NIGHTLY *
6
6
7
7
## E000 EmptyCatchOrFinallyBlockID
8
8
** NOTE:** This error is no longer emitted by the compiler.
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ source bin/colors.sh
4
4
5
5
TARGET_FILES=$( ls examples/* .scala)
6
6
OUTPUT=README.md
7
- SCALA_VERSION=$( cs complete-dep org.scala-lang:scala3-compiler_3: | grep 3.1.3 | tail -1)
7
+ SCALA_VERSION=$( cs complete-dep org.scala-lang:scala3-compiler_3: | grep NIGHTLY | tail -1)
8
8
9
9
rm -f -- $OUTPUT
10
10
Original file line number Diff line number Diff line change 2
2
3
3
source bin/colors.sh
4
4
5
- # Nightlies were published wrong so there are some 3.2.0 that are incorrect for so for now
6
- # we can't do the below, but after the next release we should be able to so for now we look
7
- # only for the 3.1.3 ones
8
- # SCALA_VERSION=$(cs complete-dep org.scala-lang:scala3-compiler_3: | grep NIGHTLY | tail -1)
9
- SCALA_VERSION=$( cs complete-dep org.scala-lang:scala3-compiler_3: | grep 3.1.3 | tail -1)
5
+ SCALA_VERSION=$( cs complete-dep org.scala-lang:scala3-compiler_3: | grep NIGHTLY | tail -1)
10
6
TARGET_FILES=$( ls examples/* .scala)
11
7
COMMAND=" $1 "
12
8
ERROR_MESSAGE_ID=" $2 "
You can’t perform that action at this time.
0 commit comments