Jon Pretty
Jon Pretty
The return type of any Contextual value is fixed, but since the macro is transparent, it could be refined to a subtype. For example, in [Guillotine](https://github.com/propensive/guillotine/) the return type of...
Substitution types are currently just `String`s. This is convenient in some ways because it's easy to lift a singleton string literal type to its string value, but the number of...
There's a simple implementation here: https://github.com/random-maven/scalor-maven-plugin/blob/master/src/main/scala/com/carrotgarden/maven/scalor/zinc/Compiler.scala
Users should be able to define a set of modules that should necessarily produce a successful result before publishing succeeds. This, ``` fury test add -d project/module ``` should add...
We currently don't support compiler options which are two parameters, like `-encoding UTF-8`, and commas also seem to be invalid in parameters, presumably excluded by some regex...