Age | Commit message (Collapse) | Author |
|
|
|
- get packages for integ tests right
- introduce common AbstractFregeIntegrationSpec
- first stab of unit test coverage for FregeCompile
- minor cleanup on FregeCompile
- configure fregePath as part as part of base plugin convention
|
|
classloader
|
|
|
|
|
|
|
|
|
|
|
|
target
|
|
|
|
|
|
frege main and test
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
compiled classes are available for loading
|
|
yet with tests from src/test. Those are not yet automatically compiled.
|
|
|
|
Conflicts:
src/main/groovy/frege/gradle/FregePlugin.groovy
|
|
classpath on the source directory. Since the repl dependencies cannot be loaded from mavenCentral, one has to set the replDir where the download is. Default is <user.home>/.frege/repl
|
|
|
|
|
|
|
|
|
|
|
|
and make the input/output handling Gradle-friendly such that caching works out of the box
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|