stevedlawrence opened a new pull request #93: URL: https://github.com/apache/daffodil-vscode/pull/93
The sbt-tpoletcat plugin enables the -Xcheckinit scalacOption. This option causes scalac to wrap field accessors so they throw an exception on uninitialized access. Unfortunately, the error message generated in this exception includes an absolute path to scala files, which is a constant stored in byte code. This means different build systems create different bytecode due to different paths, and so builds are not reproducible. By removing it, we lose checks for unitialized accesses, but that seems unlikely and not worth the loss of reproducibility. Closes #92 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
