We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 708ab5f commit 3a276c1Copy full SHA for 3a276c1
_overviews/scala3-contribution/procedures-reproduce.md
@@ -54,7 +54,7 @@ Let's use [dotty-issue-workspace] to reproduce issue [#7710]:
54
directory to hold compiler output.
55
- The next line, `scala3/scalac -d $here/out $here/Test.scala` specifies an sbt
56
command, which will compile `Test.scala` and place any output into `out`.
57
- `$here` is a magic variable that will be replaced by the path of the parent
+ `$here` is a special variable that will be replaced by the path of the parent
58
directory of `launch.iss` when executing the commands.
59
5. Now, from a terminal we will run the issue from sbt in the dotty directory
60
([See here][clone] for a reminder if you have not cloned the repo.):
0 commit comments