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

Allow FBC objects to be used in both L3v1 and L3v2 core documents. #362

Open
wants to merge 1 commit into
base: development
Choose a base branch
from

Conversation

luciansmith
Copy link
Member

Fixes #360

Some objects already didn't check the version, and some didn't check the level, either. This standardizes on just checking the package version.

Doesn't fix anything for other packages, just FBC.

Copy link
Member

@fbergmann fbergmann left a comment

Choose a reason for hiding this comment

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

To be honest, I would prefer libSBML would do way less checking before setting the things that API calls want to set. And I don't think rejecting API calls should ever be made.

The changes you propose work fine.

thanks

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.

FBC: Can't make package version 3 object in L3v2 core model.
2 participants