bsloane1650 commented on issue #246: Work in Progress Attempt to compile with scala 2.13.0 URL: https://github.com/apache/incubator-daffodil/pull/246#issuecomment-505159252 Re 2) .toSeq returns an immutable Seq. Looking at the scala changelog https://github.com/scala/scala/releases/tag/v2.13.0 I believe what actually changed is the build it "Seq" type is now an alias for collection.immutable.Seq. Previously, it had meant collections.Seq, which includes mutable implementations.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
