Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-10 | refactor: adds an internal `depsFrege` task and simplifes `replFrege` | Thibault Gagnaux | |
- `depsFregeTask`: only internal use for the vscode plugin to automate the repl code lens. - `replFregeTask`: simplified to only print the command to start the repl because starting and interacting through a console is not gradle's core strength. See https://github.com/tricktron/frege-gradle-plugin/issues/11. | |||
2021-12-08 | feat: replFrege task v2 returns classpath with all dependencies | Thibault Gagnaux | |
2021-11-28 | fix: adds `System.in` as StandardInput to make `ReplFrege` task interactively | Thibault Gagnaux | |
2021-11-24 | feat: adds `replFrege` taskf-repl-task | Thibault Gagnaux | |
2021-11-24 | refactor: allows to configure the classpath with the groovy dependency notation | Thibault Gagnaux | |
e.g: ```groovy dependencies { implementation 'org.frege-lang:fregefx:0.8.2-SNAPSHOT' } ``` | |||
2021-11-17 | feat: Adds incremental build and build cache support for the `fregeCompile` task | Thibault Gagnaux | |
2021-11-16 | feat: adds `compilerFlags` property to configure the Frege compiler | Thibault Gagnaux | |
2021-11-10 | feat: `mainModule` property can be configured with command-line option | Thibault Gagnaux | |
2021-11-09 | feat: adds two tests and makes them pass for new `runFregeTask` | Thibault Gagnaux | |
2021-07-07 | Refactors tests | Thibault Gagnaux | |
- Uses the builder pattern to simplify the creation of `build.gradle` test files. - Adds `gradlew clean test` github workflow | |||
2021-07-02 | Adds `fregeCompile` task with some tests | Thibault Gagnaux | |
Upgrades gradle-wrapper to version `7.1`. | |||
2021-07-01 | Refactors `SetupFregeCompilerTask` tests | Thibault Gagnaux | |
2021-06-30 | Adds first `SetupFregeCompilerTaks` with some tests | Thibault Gagnaux | |
2021-06-29 | Switches from groovy's spock testing framework back to java | Thibault Gagnaux | |