tricktron / frege-gradle-plugin

Gradle plugin for compiling Frege projects
2 stars 1 forks source link

Repl Frege Task Compiles All Source Files #25

Closed tricktron closed 2 years ago

tricktron commented 2 years ago

gradle replFrege --replModule=my.mod.Name compiles all source files in the mainSourceDir instead of only the my.mod.Name and its dependencies.

Add a test for that.