olabusayoT opened a new pull request, #1433: URL: https://github.com/apache/daffodil/pull/1433
- Map.mapValues -> Map.map(... (K, vmapped)) - fixed some more deprecated autoapplication errors - fixed nullary method with side effect requiring () - fixed Parser[Any] warning of inferred type by making it Parser[Number]. explicitly setting it Parser[Any] still resulted in the warning, which seems to generate false positives (based on online searches). - fixed functions, which override functions with paren, missing the paren - make InfoDiffable extend DebugCommand so we can use .name on it. Cannot use .collect due to type erasure of inner traits, so used filter/map instead - fixed some Symbol literals - remove unused imports - explicitly return collection.Seq due to type mismatch error since in 2.12 Seq is collection.Seq but in 2.13 it's immutable.Seq - replace deprecated toStream with to(LazyList) DAFFODIL-2152 -- 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]
