olabusayoT commented on code in PR #1366:
URL: https://github.com/apache/daffodil/pull/1366#discussion_r1844100548
##########
daffodil-core/src/main/scala/org/apache/daffodil/core/dsom/SchemaSet.scala:
##########
@@ -563,6 +606,10 @@ final class SchemaSet private (
else {
val hasErrors = super.isError
if (!hasErrors) {
+ // after compilation is done, we want to walk through all our refs and
+ // if a property is in the cache of the referencer, put it into the
+ // cache of the referenced element
+ propagateReferenceeAndTypeUsedProperties
Review Comment:
daffodl-core classes like ElementRef*
--
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]