stevedlawrence commented on PR #843: URL: https://github.com/apache/daffodil/pull/843#issuecomment-1260834332
It looks like scoverage has only created 2.12.17 builds for versions 2.0.5 and 2.0.3 of the scalac plugin: https://search.maven.org/artifact/org.scoverage/scalac-scoverage-plugin_2.12.17 To get either of those versions of the scalac plugin we need to bump the sbt-scoverage plugin to 2.0.x, but those versions have known issues with windows. So because we can't bump sbt-scoverage, we can't bump the scala version. And we also can't bump sbt-native-packager (PR #826). So we're now running into issues because of this windows problem in sbt-scoverage. We could maybe try to disable coverage on windows until this is fixed. The GitHub actions files might get a bit ugly. Alternatively, we could try to put some effort into fixing the sbt-scoverage issue and submitting a PR. It doesn't seem like it's high priority for the devs, so it may not get fixed without outside input. -- 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]
