najder-k

Results 3 issues of najder-k

Whenever a non-compilable expression is the first thing evaluated after the Scala Compiler is created, all further expressions fail with a `scala.reflect.internal.FatalError: package scala does not have a member Nil`

Example code: ```scala object ScexFlakyValidation { private class DefaultJavaScexCompiler(val settings: ScexSettings) extends ScexCompiler with ScexPresentationCompiler with ClassfileReusingScexCompiler with TemplateOptimizingScexCompiler with CachingScexCompiler // removing this fixes it, but requires a lower...

- works basically like `tapError` on Task - used to avoid doing `failed.foreach` on task, which creates an unnecessary exception on Try.Success