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

check for both UnionSchema and NamedUnionSchema #846

Merged
merged 1 commit into from
Jul 10, 2024
Merged

Conversation

tetron
Copy link
Member

@tetron tetron commented Jul 10, 2024

NamedUnionSchema isn't a subclass of UnionSchema, and the first thing I tried (making NamedUnionSchema a subclass of both UnionSchema and NamedSchema) didn't work because mypyc didn't like multiple inheritance.

This should fix common-workflow-language/cwltool#1779

@tetron tetron changed the title NamedUnionSchema should be a subclass of UnionSchema check for both UnionSchema and NamedUnionSchema Jul 10, 2024
@tetron tetron enabled auto-merge (squash) July 10, 2024 01:34
@tetron tetron merged commit 0f41ad1 into main Jul 10, 2024
40 checks passed
@tetron tetron deleted the named-map-union-fix branch July 10, 2024 01:45
This pull request was closed.
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