olabusayoT opened a new pull request, #1509: URL: https://github.com/apache/daffodil/pull/1509
- Scala 3 is stricter than Scala 2 about type narrowing, this was a result of removing the 3.0 migration tag and having it default to LTS 3.3 source tag - fixed pattern binding uses refutable extractor `scala.xml.Elem` which allows using a pattern than might fail in a val assignment in scala 2 but not scala 3 - Since Non local returns are no longer supported in Scala 3, we refactor code to support 3.3.6 and 2.13.16 - fix unused import errors (and issue in Main where certain converters were no longer auto imported) DAFFODIL-2975 -- 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]
