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

I noticed this strange behaviour: ``` scala val foo = for { p1

Bug

Could you add an example to help creating a simple Resource? I've got the basics but something about the implicit part is missing and I cannot find an example showing...

documentation

I was extremely confused when trying to use managed( ) notation on for yield flatmap construct on JDBC connection, prepared statements as such - there is no quick start documentation...

documentation

I'm following the example on https://github.com/jsuereth/scala-arm/wiki/Basic-Usage , but with a jcsv com.googlecode.jcsv.reader.CSVReader ( from http://jcsv.googlecode.com/svn/trunk/apidocs/index.html ) . It didn't work as advertised with CSVReader and it took my writing this...

documentation