Skip to content

Feature: Speed up Makefile generation#189

Merged
boyland merged 1 commit into
boyland:masterfrom
amir734jj:user/amir734jj/speed-up-makefile-generation
Jun 22, 2026
Merged

Feature: Speed up Makefile generation#189
boyland merged 1 commit into
boyland:masterfrom
amir734jj:user/amir734jj/speed-up-makefile-generation

Conversation

@amir734jj

Copy link
Copy Markdown
Contributor

Put each generated scala/class file in a separate folder for each EVALUATOR type

obj/DYNAMIC/*.class,*.scala
obj/STATIC/*.class,*.scala

@boyland boyland left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@boyland
boyland merged commit 99c7d71 into boyland:master Jun 22, 2026
1 check passed
@boyland

boyland commented Jun 22, 2026

Copy link
Copy Markdown
Owner

Hmm. Maybe it isn't working?

scalac -cp .:obj/DYNAMIC:../../lib/aps-library.jar -d obj/DYNAMIC grammar.scala first.scala follow.scala nullable.scala
error: IO error while decoding first.scala with UTF-8: first.scala (No such file or directory)
Please try specifying another one using the -encoding option
error: IO error while decoding follow.scala with UTF-8: follow.scala (No such file or directory)
Please try specifying another one using the -encoding option
error: IO error while decoding nullable.scala with UTF-8: nullable.scala (No such file or directory)
Please try specifying another one using the -encoding option
3 errors

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants