Tags: bmc/classutil
Tags
Version 1.5.0: Now compiles against Scala 2.13.0, as well as 2.12.x and 2.11.x. Supporting 2.13.0 required adding a compatibility layer for previous versions. Some function type signatures now appear 2.13.0-biased. For instance, some methods now return LazyList[T] instead of Stream[T]. For versions of Scala prior to 2.13.0, there's an internal compatibility type alias that maps LazyList to Stream. Support for Scala 2.10 has been dropped. Upgraded to ASM version 7.1 (courtesy of @sullis). Now licensed under the Apache License, version 2.0, instead of the 3-Clause BSD License. The previous license still applies to older versions.
Bumped cross-compilation versions and updated some deps.
Added more tests and converted all remaining tests to ScalaTest's Fla… …tSpec. Made miscellaneous mostly cosmetic code cleanups.
Updated Scala 2.12 cross-build to use Scala 2.12.0-RC1. Updated to Gr… …izzled Scala version 3.0.0
Version 1.0.12: Updated to latest Grizzled Scala (2.4.1).
PreviousNext