You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by GitBox <gi...@apache.org> on 2021/11/23 18:29:51 UTC

[GitHub] [daffodil] tuxji edited a comment on pull request #681: Fix some code generation corner cases

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: commits-unsubscribe@daffodil.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org