Age | Commit message (Collapse) | Author |
|
Frege Repl Refactoring
|
|
|
|
- `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.
|
|
Increases the max number of test processes, which may reduce the
test execution time.
|
|
|
|
|
|
|
|
Adds `replFrege` Task
|
|
|
|
|
|
Implementation Dependency Configuration
|
|
e.g:
```groovy
dependencies {
implementation 'org.frege-lang:fregefx:0.8.2-SNAPSHOT'
}
```
|
|
Dependent Frege Files
|
|
If a Frege module A depends on Frege module B, then you need to
compile with the `-make` flag so that the compiler resolves the
dependencies and compiles the module B before the module A.
|
|
Incremental Build and Cache Support
|
|
|
|
Frege Compiler Flags
|
|
|
|
|
|
|
|
RunFrege Task
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Setups missing java 11 in the github workflow
|
|
|
|
- Uses the builder pattern to simplify the creation of `build.gradle` test
files.
- Adds `gradlew clean test` github workflow
|
|
Upgrades gradle-wrapper to version `7.1`.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- update wrapper to 2.12
- fix sourcedirectory setup
- add integTest coverage for 2.12
|
|
|
|
|
|
|
|
|