stevedlawrence commented on code in PR #113: URL: https://github.com/apache/daffodil-sbt/pull/113#discussion_r2176187463
########## README.md: ########## @@ -111,6 +111,13 @@ Path to a configuration file used during compilation, currently only used to specify tunables. If specified, it should usually use SBT settings to create the path. Defaults to `None` if not provided. +If a file exists with the same name as the config option, but with an +additional Daffodil version extension (e.g. `config.xml.daffodil390`), then Review Comment: Makes the logic a bit more complicated, but agreed that it's the right thing to do. PR updated to look for the files where the daffodil version is a secondary extension. And modified a test to ensure this works. -- 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-unsubscr...@daffodil.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org