scex icon indicating copy to clipboard operation
scex copied to clipboard

Extensible, fast and secure Scala expression evaluation engine

Results 5 scex issues
Sort by recently updated
recently updated
newest added

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...

- removed obscure testing modules - replaced joda-time - dependency updates