0
I Use This!
Inactive

Commits : Listings

Analyzed about 19 hours ago. based on code collected 1 day ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Changed license in build More... over 4 years ago
Now license under ASL More... over 4 years ago
Switched to OpenJDK 8, because of download issues with Oracle JDK 8 More... over 4 years ago
Updated CHANGELOG More... over 4 years ago
Version bump, to 4.11.0. More... over 4 years ago
grizzled.util.withResource is now implemented in terms of scala.util.Using.resource in 2.13 and in terms of a pared-down, backported version in 2.12 and 2.11. Similarly, grizzled.util.tryWithResource is implemented in terms of Using.apply. Both are marked @inline final. More... over 4 years ago
Changed to use compatibility layer for Java conversions. More... over 4 years ago
Ignore Metals and Bloop turds. More... over 4 years ago
Now _requires_ Java 1.8 or better. (Upgrade, already.) More... almost 5 years ago
Upgraded to ScalaTest 3.0.8. Now cross-compiles against Scala 2.13.0. More... almost 5 years ago
Bumped ending copyright year to 2019 More... almost 5 years ago
Version 4.9.2 More... almost 5 years ago
Merge pull request #17 from Philippus/update/scala-2.13.0-RC1 More... almost 5 years ago
Update scala 2.13.0-RC1 to 2.13.0-RC2 More... almost 5 years ago
Update dependencies More... almost 5 years ago
Update sbt-wartremover to 2.4.2 More... almost 5 years ago
Replace deprecated l with uppercase L More... almost 5 years ago
Replace deprecated symbol literals More... almost 5 years ago
Convert to string explicitly More... almost 5 years ago
Replace deprecated l with uppercase L More... almost 5 years ago
Update scala 2.13.0-M5 to 2.13.0-RC1 More... almost 5 years ago
Update sbt-wartremover to 2.4.1 More... almost 5 years ago
Update dependencies More... almost 5 years ago
Added grizzled.ScalaCompat.math.Ordering.Double.IeeeOrdering, grizzled.ScalaCompat.math.Ordering.Double.TotalOrdering, grizzled.ScalaCompat.math.Ordering.Float.IeeeOrdering, and grizzled.ScalaCompat.math.Ordering.Float.TotalOrdering, which map to their appropriate scala.math.Ordering counterparts for both 2.12 (and earlier) and 2.13 (and greater). This compatibility layer eliminates warnings in tester compilation. More... over 5 years ago
Implemented a better way to handle compatibility between Scala 2.13 and earlier versions, one that requires less duplicate code, by providing appropriate type aliases in a new, conditionally-compiled grizzled.ScalaCompat package. Functions that use Stream in 2.12 and earlier still use LazyList in 2.13, but the implementation is better. Bumped the minor version, rather than the patch version, even though there aren't major API changes, because of the possible impact on compilation. More... over 5 years ago
grizzled.file.util.listRecursively() and grizzled.file.Implicits.GrizzledFile.listRecursively() now return LazyList for Scala 2.13. They still return Stream for Scala 2.12 and earlier. More... over 5 years ago
Got rid of some 2.13 compiler deprecation warnings. More... over 5 years ago
Belated update to Travis config More... over 5 years ago
Fixed merge conflicts. More... over 5 years ago
Removed support for Scala 2.10. More... over 5 years ago