Closed danyaljj closed 8 years ago
I would be happy to drop this if you make sure it doesn't affect the compilation of the language itself (yylex
and parser
), neither of which will show in the test
phase unless you start completely from scratch (clean computer, clean repo).
I take it this is no longer a problem @danyaljj?
The comment here says the
copy-dependencies
stage is necessary for java cup. I commented it out and ranmvn test
and nothing broke. Is it fine to drop this goal?Why am I asking this?: suppose we add another module, on which lbjava depends (e.g. inference). If the dependency is not already deployed,
copy-dependencies
would fail.