Skip to content
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

core: update integers for codegen #109

Merged
merged 1 commit into from
Aug 2, 2020
Merged

core: update integers for codegen #109

merged 1 commit into from
Aug 2, 2020

Conversation

webern
Copy link
Owner

@webern webern commented Aug 2, 2020

In support of #58

Re-generate Integers.h and Integers.cpp from musicxml.xsd.

Note that NonNegativeInteger previously default constructed to 1, which is weird. Changed it to default to 0, and changed the tests that had locked-in that behavior. This revealed a bug in the NoteReader around tuplets, which I fixed.

@webern webern merged commit 129e45d into master Aug 2, 2020
@webern webern deleted the integers branch August 2, 2020 22:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant