Dmytro Obodowsky

Results 3 issues of Dmytro Obodowsky

…rd output stream, which leads to wrong behaviour of the JUnit tests. They are shown as not run. Also in case of multiple invocation of underlying code which closes the...

Should i allow reading stale file, or change current file while reading or writing. Depending on the answer the synchronized blocks may be relaxed. Current implementation is strictly synchronous and...

Maybe we can find a way to fail on compilation if user provided non-exhaustive ADT legs ```scala sealed trait Foo case class A extends Foo case class B extends Foo...