Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # 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 moved this to Planned for Sprint in Ballerina Team Main Board Feb 15, 2024
@poorna2152 poorna2152 self-assigned this Feb 15, 2024
@poorna2152 poorna2152 moved this from Planned for Sprint to In Progress in Ballerina Team Main Board Feb 16, 2024
@poorna2152 poorna2152 moved this from In Progress to On Hold in Ballerina Team Main Board Feb 21, 2024
@poorna2152 poorna2152 moved this from On Hold to In Progress in Ballerina Team Main Board Feb 22, 2024
@poorna2152 poorna2152 linked a pull request Feb 26, 2024 that will close this issue
13 tasks
@poorna2152 poorna2152 moved this from In Progress to PR Sent in Ballerina Team Main Board Feb 26, 2024
@poorna2152
Copy link
Contributor

Waiting on this spec issue

# for free to join this conversation on GitHub. Already have an account? # 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