stevedlawrence opened a new issue #92: URL: https://github.com/apache/daffodil-vscode/issues/92
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 the byte code. This means different build systems create different bytecode due to different paths, and so builds are not reproducible. This really feels like a bug in scalac since it's doing something that leads to non-reproducable builds, but it's also probably easier to just fix this by removing the `-Xcheckinit` option. -- 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]
