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 overlapping of multiple partial assignment #745

Open
dalance opened this issue May 31, 2024 · 0 comments
Open

Check overlapping of multiple partial assignment #745

dalance opened this issue May 31, 2024 · 0 comments
Labels
tools Tools feature

Comments

@dalance
Copy link
Collaborator

dalance commented May 31, 2024

Multiple assignment by partial assignment is not checked yet like below.
This is because it requires parameter evaluation.

assign a[0] = 1;
assign a[0] = 0;

assign a[0] = 1;
assign a[X] = 0; // what is X?

Related: #739

@dalance dalance added the tools Tools feature label May 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tools Tools feature
Projects
None yet
Development

No branches or pull requests

1 participant