etorreborre / specs2

Software Specifications for Scala
http://specs2.org
Other
734 stars 215 forks source link

feat: introduce `FileSystem.unjarOnce` #1250

Closed etorreborre closed 3 months ago

etorreborre commented 3 months ago

This is a complement to this PR.

@NTPape I extracted your LRU cache as a more generic structure, and used Operation for side effects. Please tell me if everything looks good to you.