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

Fix document reading with default namespace #339

Merged
merged 2 commits into from
Oct 25, 2021

Conversation

tcmitchell
Copy link
Collaborator

Gracefully handle document reading when the default namespace is set
instead of erroring out. Do a better job of choosing an object's
namespace when the identity is a fully specified URL. This case allows
ignoring the default namespace if it does not match the identity URL.

Add several new unit tests for various cases, and update other unit
tests based on this change.

Update dependency versions as part of routine updating between versions.

Closes #337

Gracefully handle document reading when the default namespace is set
instead of erroring out. Do a better job of choosing an object's
namespace when the identity is a fully specified URL. This case allows
ignoring the default namespace if it does not match the identity URL.

Add several new unit tests for various cases, and update other unit
tests based on this change.
A routine update to capture the latest version of various dependencies.
@tcmitchell tcmitchell added this to the beta milestone Oct 25, 2021
@tcmitchell tcmitchell self-assigned this Oct 25, 2021
@tcmitchell tcmitchell merged commit 6fedab9 into SynBioDex:main Oct 25, 2021
@tcmitchell tcmitchell deleted the 337-doc-load-default-namespace branch October 25, 2021 20:08
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.

Namespace validation breaks on read when default namespace differs
1 participant