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

[Stories] compiler incorrectly assigns a new global variable id #164

Closed
Tracked by #130
x87 opened this issue Jul 31, 2021 · 0 comments
Closed
Tracked by #130

[Stories] compiler incorrectly assigns a new global variable id #164

x87 opened this issue Jul 31, 2021 · 0 comments
Labels
priority:p1 High Priority scope:compiler type:bug Something isn't working
Milestone

Comments

@x87
Copy link
Collaborator

x87 commented Jul 31, 2021

In Stories mode, the compiler incorrectly assigns a new global variable id if the previous index has been occupied by an array of saved variables.

correct:

$2(0@,2i) = 2 // 0004: $2(0@,2i) = 2 
$var = 3 // 0004: $4 = 3 

wrong:

$_2(0@,2) = 2 // 0004: $2(0@,2i) = 2 
$var = 3 // 0004: $3 = 3 
@x87 x87 mentioned this issue Jul 31, 2021
48 tasks
@x87 x87 added priority:p1 High Priority scope:compiler type:bug Something isn't working labels Jul 31, 2021
@x87 x87 added this to the v3.8.0 milestone Jul 31, 2021
@x87 x87 changed the title compiler incorrectly assigns a new global variable id if the previous index has been occupied by an array of saved variables [VCS] compiler incorrectly assigns a new global variable id if the previous index has been occupied by an array of saved variables Jul 31, 2021
@x87 x87 changed the title [VCS] compiler incorrectly assigns a new global variable id if the previous index has been occupied by an array of saved variables [VCS] compiler incorrectly assigns a new global variable id Jul 31, 2021
@x87 x87 changed the title [VCS] compiler incorrectly assigns a new global variable id [Stories] compiler incorrectly assigns a new global variable id Aug 1, 2021
@x87 x87 closed this as completed Aug 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority:p1 High Priority scope:compiler type:bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant