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: Fix unqualified type becoming qualified in union type catch #3918

Conversation

slarse
Copy link
Collaborator

@slarse slarse commented May 10, 2021

Fix #3917

This PR fixes a problem where simply qualified type references in union types inside of catchers are parsed as fully qualified.

@slarse slarse changed the title wip: fix: Fix multiple unqualified type refs in catcher becoming qualified wip: fix: Fix unqualified type in catcher with union type becoming qualified May 10, 2021
@slarse slarse changed the title wip: fix: Fix unqualified type in catcher with union type becoming qualified wip: fix: Fix unqualified type becoming qualified in catcher with union type May 11, 2021
@slarse slarse changed the title wip: fix: Fix unqualified type becoming qualified in catcher with union type review: fix: Fix unqualified type becoming qualified in catcher with union type May 11, 2021
@monperrus monperrus changed the title review: fix: Fix unqualified type becoming qualified in catcher with union type ix: Fix unqualified type becoming qualified in union type catch May 11, 2021
@monperrus monperrus merged commit 051431e into INRIA:master May 11, 2021
@monperrus
Copy link
Collaborator

Good catch, clean fix!

@monperrus monperrus changed the title ix: Fix unqualified type becoming qualified in union type catch fix: Fix unqualified type becoming qualified in union type catch May 17, 2021
woutersmeenk pushed a commit to woutersmeenk/spoon that referenced this pull request Aug 29, 2021
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.

Simply qualified type reference in catcher get marked as fully qualified when multiple types are specified
2 participants