Re: Mysterious build state when modifying parser files

2022-07-28 Thread Julian Hyde
Thanks for your helpful reply, Stamatis. I moved away from that area of work and can no longer reproduce the problem but I will try the steps you suggest if it recurs. I am forever grateful for searchable mail archives so that problems + solutions are permanently on file. Julian > On Jul 15,

Re: Mysterious build state when modifying parser files

2022-07-15 Thread Stamatis Zampetakis
Hello, I was suspecting the remote build cache in S3 [1] but I guess this is covered by the --no-build-cache argument so since you tried it probably it's not the case. Nevertheless worth trying setting s3.build.cache=false just in case they are handled differently (cannot check right now).

Mysterious build state when modifying parser files

2022-07-14 Thread Julian Hyde
As you may know, we use the FMPP templating engine and the JavaCC parser generator to generate the parser. Steps are as follows: 1. The source file is core/src/main/codegen/templates/Parser.jj. 2. FMPP generates /core/build/fmpp/fmppMain/javacc/Parser.jj and also