Skip to content

Conversation

@DartVerder
Copy link
Contributor

@DartVerder DartVerder commented Apr 5, 2022

Description

Fixes #2724

change type of cycle and ordered attributes to booleanExp
change type of cycle and ordered attributes to booleanExp
@nvoxland nvoxland changed the base branch from master to 1_9 May 2, 2022 06:11
@nvoxland nvoxland changed the base branch from 1_9 to master May 2, 2022 06:12
Copy link
Contributor

@nvoxland nvoxland left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the fix!

I updated the PR to not change the 4.9.xsd. Changes only need to go into the -next.xsd and they will get included in the next xsd version.

I also took out the default="false" change, we don't include defaults in the XSD, so that extensions can override defaults in the code as needed.

Code review and test results:

Things to be aware of

  • Only changes the XSD better limit what can be set in ordered/cycled to just true/false or expressions
  • Only impacts people who use the next xsd file, not existing xsd files.

Things to worry about

  • Nothing

@XDelphiGrl
Copy link
Contributor

Added ReleaseMajor label because XSD changes must go into a major release.

@github-actions
Copy link
Contributor

github-actions bot commented May 9, 2022

Unit Test Results

  4 512 files  ±0    4 512 suites  ±0   38m 39s ⏱️ + 3m 32s
  4 413 tests ±0    4 199 ✔️ ±0     214 💤 ±0  0 ±0 
52 236 runs  ±0  47 228 ✔️ ±0  5 008 💤 ±0  0 ±0 

Results for commit 3305846. ± Comparison against base commit be2cce1.

♻️ This comment has been updated with latest results.

@kataggart kataggart added the XSD label May 12, 2022
@kataggart kataggart added this to the NEXT milestone May 12, 2022
Copy link
Contributor

@XDelphiGrl XDelphiGrl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • Changes to XSD (in -next).
    • Fix limits the ordered and cycled sequence attributes to boolean values.
  • No additional testing required.

APPROVED

Passing Harness Tests
Passing Functional Tests

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

The type of attributes "ordered" and "cycle" should be boolean

5 participants