scala-arm icon indicating copy to clipboard operation
scala-arm copied to clipboard

This project aims to be the Scala Incubator project for Automatic-Resource-Management in the scala library

Results 15 scala-arm issues
Sort by recently updated
recently updated
newest added

This change may enhance performance if close operation take a long time

Updates com.typesafe:sbt-mima-plugin from 0.5.0 to 0.6.1. I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip this version, you...

Updates [com.github.gseitz:sbt-release](https://github.com/sbt/sbt-release) [from 1.0.11 to 1.0.13](https://github.com/sbt/sbt-release/compare/v1.0.11...v1.0.13). [Release Notes/Changelog](https://github.com/sbt/sbt-release/releases/tag/v1.0.13) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip this...

Updates [org.apache.derby:derby](http://db.apache.org/derby/) from 10.15.1.3 to 10.15.2.0. I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip this version, you...

Can you provide a release version for scala 2.13?

Hello, I noticed that AbstractManagedResource.acquireFor is missing exception handing for opening of the resource. https://github.com/jsuereth/scala-arm/blob/master/src/main/scala/resource/AbstractManagedResource.scala#L87 If this is a bug I am happy to create a fix and create a...

Enhancement

Greetings, I have been using scala-arm to read and concatenate lines from a large number of files, an operation that requires a large number of nested calls to `ManagedResource.map()`. This...

Enhancement

Could use https://github.com/jsuereth/scala-arm/community

Updates org.xerial.sbt:sbt-sonatype from 2.6 to 3.8. I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip this version, you...

The page [usage.html](http://jsuereth.com/scala-arm/usage.html) makes it seem like `ManagedResource.acquireAndGet` does the same thing as the `for` comprehension, i.e. `ManagedResource.foreach` by describing `acquireAndGet` as "a convenience notation for those who don’t like...