fix: bump dltypes version #95
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
inm7/inm7-concepts!95
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "bump-v1"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This lead to errors upon check:models and check:examples
ValueError: Prefix: dltypes mismatch between inm7-base-schema and publications-schema
Great - CI is green again after merging the fix from #96. However, as this affects the schema, I'd really like to get a review that this change is fine.
This looks good to me. I think the main reason that it still used the outdated
unreleasedversion of the types schema was just that we haven't been keeping these schemas up to date, because we haven't been using them.One of the important changes to the
typesschema was this:github.com/psychoinformatics-de/datalad-concepts@c277bcf95d, and it's necessary for preventing validation problems that affectshacl-vue-dumpthingsinteraction. There might be a mismatch between the latesttypesschema, and the currently deployed versions ofshacl-vueanddumpthingsfor the existing INM-7 UI deployments. But like I said we're not using them and when we start we'll update all these schemas and UI/server deployments in any case.So, all good from my side.