We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
scoverage.coverage
3.2.0-RC1-bin-20220604-13ce496-NIGHTLY
//> using scala "3.2.0-RC1-bin-20220604-13ce496-NIGHTLY" //> using option "-coverage-out:." def `\r\n\f` = () @main def main = `\r\n\f`
# Coverage data, format version: 3.0 # Statement data: # - id # - source path # - package name # - class name # - class type (Class, Object or Trait) # - full class name # - method name # - start offset # - end offset # - line number # - symbol name # - tree name # - is branch # - invocations count # - is ignored # - description (can be multi-line) # '' sign # ------------------------------------------ 0 coverage.scala <empty> coverage$package$ Object <empty>.coverage$package$ 0 8 0 DefDef false 0 false def `\r\ 1 coverage.scala <empty> coverage$package$ Object <empty>.coverage$package$ main 18 32 1 main DefDef false 0 false @main def main
The non-printable characters should be escaped, otherwise they cannot be deserialized. See the related Scala 2 issue for more details:
/cc @ckipp01 @TheElectronWill
The text was updated successfully, but these errors were encountered:
Coverage: escape strings before serializing statements, fix scala#15384
3bd7293
24c73ef
8abeeac
Thanks @TheElectronWill!!
Sorry, something went wrong.
TheElectronWill
Successfully merging a pull request may close this issue.
Compiler version
3.2.0-RC1-bin-20220604-13ce496-NIGHTLY
Minimized code
Output
Expectation
The non-printable characters should be escaped, otherwise they cannot be deserialized. See the related Scala 2 issue for more details:
/cc @ckipp01 @TheElectronWill
The text was updated successfully, but these errors were encountered: