metaborg / stratego

Apache License 2.0
10 stars 6 forks source link

Fix parent dirs not being created and dependency being created early. #31

Closed Gohla closed 2 years ago

Gohla commented 2 years ago

This merges branch spoofax3 into master, so there are a few superfluous commits that change Gradle/gitignore files, but the main change are two bugfixes to Back.java:

I also implemented shouldExecWhenAffected for CompileDynamicRules such that its tasks are only executed in non-interactive builds.