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

Invalid subtype relation with xml #34779

Open
KavinduZoysa opened this issue Jan 21, 2022 · 1 comment · May be fixed by #42221
Open

Invalid subtype relation with xml #34779

KavinduZoysa opened this issue Jan 21, 2022 · 1 comment · May be fixed by #42221
Assignees
Labels
Reason/EngineeringMistake The issue occurred due to a mistake made in the past. Team/CompilerFE All issues related to Language implementation and Compiler, this exclude run times. Type/Bug

Comments

@KavinduZoysa
Copy link
Contributor

Description:
$subject

type X xml;
type XE xml<xml:Element>;
type XP xml<xml:ProcessingInstruction>;
type XC xml<xml:Comment>;
type UX XE|XP|XC|xml:Text;

In the current implementation, X is identified as a subtype of UX which is not correct.

@KavinduZoysa KavinduZoysa added Type/Bug Team/CompilerFE All issues related to Language implementation and Compiler, this exclude run times. labels Jan 21, 2022
@KavinduZoysa KavinduZoysa added Reason/EngineeringMistake The issue occurred due to a mistake made in the past. Deferred labels Mar 8, 2023
@poorna2152 poorna2152 reopened this Feb 15, 2024
@poorna2152 poorna2152 self-assigned this Feb 15, 2024
@poorna2152 poorna2152 linked a pull request Feb 26, 2024 that will close this issue
13 tasks
@poorna2152
Copy link
Contributor

Waiting on this spec issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Reason/EngineeringMistake The issue occurred due to a mistake made in the past. Team/CompilerFE All issues related to Language implementation and Compiler, this exclude run times. Type/Bug
Projects
Status: PR Sent
Development

Successfully merging a pull request may close this issue.

2 participants