--fix Command Boolean Handling #3052
Labels
bug
Something isn't working
experimental
Tickets tied to experimental features.
subcommand:fix
issues tied to the `fix` sub-command.
Milestone
Version(s)
Scala CLI version: 1.4.1
Scala version (default): 3.4.2
Describe the bug
When executing
scala-cli --power fix .
, boolean values in directives are written as a string, example,true
is"true"
To Reproduce
Add,
//> using jsEmitSourceMaps true
to yourproject.scala
and execute the command above.Expected behavior
Boolean values should not be wrapped in a string
The text was updated successfully, but these errors were encountered: