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
Gedochao
changed the title
Broken compilation when worksheet name equals to library name
Broken compilation when script name equals to library name
Apr 2, 2025
We will likely not be able to fix this use case fully, as it'd break other stuff.
For a full explanation, see the discussion under @yadavan88's draft PR:
Version(s)
1.6.1, 1.7.1
Describe the bug
In worksheet mode filename affects compilation.
To Reproduce
zio.sc
with code:scala-cli zio.sc
Got:
Expected behaviour
No compiler errors.
In non-worksheet mode (if filename is
zio.scala
) the behavior is as expected.The text was updated successfully, but these errors were encountered: