implicit.ly

Scala software, hot off the presses

« Back to blog

classutil 0.1.2

  • Updated to version 0.7 of Grizzled Scala.
  • Updated to version 0.2.2 of [Grizzled-SLF4J][].
  • Bumped to SBT version 0.7.4.
  • Tightened access restrictions on some ASM-specific internal classes.
  • Now compiles under Scala 2.8.0.RC3 and RC2. Dropped support for RC1.

The ClassUtil library is a Scala library that locates and filters classes quickly, using the small and fast [ASM][] bytecode library. ClassUtil returns metadata about the classes in a lazy iterator (via the continuations plugin in Scala 2.8), for efficiency and fast startup. The package's home page is at http://bmc.github.com/classutil; please see that page for complete details.