Skip to content

Commit d97609c

Browse files
committed
Update some compiler options
1 parent d7cd448 commit d97609c

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

_overviews/scala3-migration/options-intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ To do so you can refer to the [Lookup Table](options-lookup.html).
1818
1919
You can also discover the new Scala 3 compiler options, that have no equivalent in Scala 2.13, in the [New Compiler Options](options-new.html) page.
2020

21-
For scaladoc settings reference and their compatibility with Scala2 scaladoc, read [Scaladoc settings compatibility between Scala2 and Scala3](scaladoc-settings-compatibility.html) page.
21+
For Scaladoc settings reference and their compatibility with Scala2 Scaladoc, read [Scaladoc settings compatibility between Scala2 and Scala3](scaladoc-settings-compatibility.html) page.

_overviews/scala3-migration/options-lookup.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,19 @@ Each Scala 2.13 option is associated with its status in Scala 3.
1414
|-|-|
1515
| <i class="fa fa-check fa-lg"></i> | it is available in Scala 3 |
1616
| `<new-name>` | It has been renamed to `<new-name>` |
17-
| <i class="fa fa-times fa-lg"></i> | It is not available in 3.0.0 but it could be added later |
17+
| <i class="fa fa-times fa-lg"></i> | It is not yet available could be added later |
1818

19-
> The current comparison is based on Scala 2.13.4 and 3.0.0-M3.
19+
> The current comparison is based on Scala 2.13.10 and 3.3.0.
2020
2121
## Standard Settings
2222

23-
| 2.13.x | 3.0.x |
23+
| 2.13.x | 3.3.x |
2424
|-|-|
25-
| `-Dproperty=value` | <i class="fa fa-times fa-lg"></i> |
26-
| `-J<flag>` | <i class="fa fa-times fa-lg"></i> |
25+
| `-Dproperty=value` | <i class="fa fa-check fa-lg"></i> |
26+
| `-J<flag>` | <i class="fa fa-check fa-lg"></i> |
2727
| `-P:<plugin>:<opt>` |<i class="fa fa-check fa-lg"></i>|
28-
| `-V` | <i class="fa fa-times fa-lg"></i> |
29-
| `-W` | <i class="fa fa-times fa-lg"></i> |
28+
| `-V` | <i class="fa fa-check fa-lg"></i> |
29+
| `-W` | <i class="fa fa-check fa-lg"></i> |
3030
| `-X` |<i class="fa fa-check fa-lg"></i>|
3131
| `-Y` |<i class="fa fa-check fa-lg"></i>|
3232
| `-bootclasspath` |<i class="fa fa-check fa-lg"></i>|
@@ -186,9 +186,10 @@ Each Scala 2.13 option is associated with its status in Scala 3.
186186
Verbose settings were introduced in 2.13.
187187
Most of them are not yet implemented in Scala 3.
188188

189-
| 2.13.x | 3.0.x |
189+
| 2.13.x | 3.3.x |
190190
|-|-|
191191
| `-Vbrowse:<phases>` | <i class="fa fa-times fa-lg"></i> |
192+
| `-Vclasspath` | `-Ylog-classpath` |
192193
| `-Vdebug-tasty` | <i class="fa fa-times fa-lg"></i> |
193194
| `-Vdoc` | <i class="fa fa-times fa-lg"></i> |
194195
| `-Vfree-terms` | <i class="fa fa-times fa-lg"></i> |
@@ -203,10 +204,9 @@ Most of them are not yet implemented in Scala 3.
203204
| `-Vmacro-lite` | <i class="fa fa-times fa-lg"></i> |
204205
| `-Vopt <package/Class.method>` | <i class="fa fa-times fa-lg"></i> |
205206
| `-Vpatmat` | <i class="fa fa-times fa-lg"></i> |
207+
| `-Vphases` | <i class="fa fa-check fa-lg"></i> |
206208
| `-Vpos`| <i class="fa fa-times fa-lg"></i> |
207-
| `-Vprint:<phases>` | `-Xprint:<phases>` |
208-
| `-Vphases` | `-Xshow-phases` |
209-
| `-Vclasspath` | `-Ylog-classpath` |
209+
| `-Vprint:<phases>` | <i class="fa fa-check fa-lg"></i> |
210210
| `-Vlog:<phases>` | `-Ylog:<phases>`|
211211
| `-Vdebug` | `-Ydebug` |
212212
| `-Vprint-args <file>` | <i class="fa fa-times fa-lg"></i> |
@@ -230,17 +230,17 @@ Most of them are not yet implemented in Scala 3.
230230
Warning settings were introduced in 2.13.
231231
Most of them are not yet implemented in Scala 3.
232232

233-
| 2.13.x | 3.0.x |
233+
| 2.13.x | 3.3.x |
234234
|-|-|
235-
| `-Wconf` | <i class="fa fa-times fa-lg"></i> |
235+
| `-Wconf` | <i class="fa fa-check fa-lg"></i> |
236236
| `-Wdead-code` | <i class="fa fa-times fa-lg"></i> |
237-
| `-Werror` | `-Xfatal-warnings` |
237+
| `-Werror` | <i class="fa fa-check fa-lg"></i> |
238238
| `-Wextra-implicit` | <i class="fa fa-times fa-lg"></i> |
239239
| `-Wmacros:<mode>` | <i class="fa fa-times fa-lg"></i> |
240240
| `-Wnumeric-widen` | <i class="fa fa-times fa-lg"></i> |
241241
| `-Woctal-literal` | <i class="fa fa-times fa-lg"></i> |
242-
| `-Wunused:<warnings>` | <i class="fa fa-times fa-lg"></i> |
243-
| `-Wvalue-discard`| <i class="fa fa-times fa-lg"></i> |
242+
| `-Wunused:<warnings>` | <i class="fa fa-check fa-lg"></i> |
243+
| `-Wvalue-discard`| <i class="fa fa-check fa-lg"></i> |
244244
| `-Wself-implicit` | <i class="fa fa-times fa-lg"></i> |
245245

246246
## Compiler Plugins

0 commit comments

Comments
 (0)