tuxji edited a comment on pull request #681: URL: https://github.com/apache/daffodil/pull/681#issuecomment-976980753
Steve, I've integrated all the changes from your branch. I found one last bug (the caching doesn't work), but I just realized what's causing the example files to be generated every time. `genExamples` watches all the runtime2 files for changes and calls FileFunction.cached, but the example files are located in a subdirectory under the example schemas, so we need to separate the example files from the example schemas to avoid the example files being watched for changes too. I think I will move the example c files to `daffodil-runtime2/src/test/c/examples`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
