-
Notifications
You must be signed in to change notification settings - Fork 7
W-17864898: Mule framework DslSyntaxResolver resolves DslElementSynta… #1228
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
…x inconsistent with schema in xsd file
--validate |
--validate |
uncountable("equipment"); | ||
uncountable("information"); | ||
uncountable("rice"); | ||
uncountable("money"); | ||
uncountable("species"); | ||
uncountable("series"); | ||
uncountable("fish"); | ||
uncountable("sheep"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is it ok to remove these?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
They weren't working either way (because of the incorrect code in isUncountable
), if we keep them we would actually be changing behavior of those cases
…x inconsistent with schema in xsd file