index
:
github/frege-gradle-plugin.git
PluginPortal
SourceSet
SourceSet3
develop
f-debug-windows-failure
f-minimal-frege-repl
f-repl-task
f-simple-javaExec-task-alternative
feature/intellij-new
internal-compilation
master
sonatype
source-path-experiment
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
functionalTest
/
java
/
ch
Age
Commit message (
Expand
)
Author
2021-12-21
feat: adds `outputDir` to classpath
Thibault Gagnaux
2021-12-10
refactor: adds an internal `depsFrege` task and simplifes `replFrege`
Thibault Gagnaux
2021-12-09
fix: only asserts a substring of the classpath
Thibault Gagnaux
2021-12-09
refactor: adds test case for classpath with external dependencies
Thibault Gagnaux
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` task
f-repl-task
Thibault Gagnaux
2021-11-21
fix: adds dependent frege files test cases
Thibault Gagnaux
2021-11-17
feat: Adds incremental build and build cache support for the `fregeCompile` task
Thibault Gagnaux
2021-11-16
refactor: adds testcase with illegal compiler flag
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-10
refactor: tests and makes `FregeDTOBuilder` a singleton
Thibault Gagnaux
2021-11-09
feat: adds two tests and makes them pass for new `runFregeTask`
Thibault Gagnaux
2021-07-08
Refactor: Uses junit5 nested tests for a better structure
Thibault Gagnaux
2021-07-07
Splits tests into fast unit tests and slow functional tests
Thibault Gagnaux