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

[Bug] AST & IR - Function Call - Invalid Type Description & Argument Types - Referencing Corrupted #205

Closed
0x19 opened this issue Apr 20, 2024 · 2 comments
Assignees
Labels
ast Abstract Syntax Tree bug Something isn't working ir Intermediate Representation

Comments

@0x19
Copy link
Contributor

0x19 commented Apr 20, 2024

We can get panics because of expression type description is not fully discovered and after referencing is complated, type descriptions are not properly updated causing IR to panic when traversing through the arguments.

@0x19 0x19 added bug Something isn't working ast Abstract Syntax Tree ir Intermediate Representation labels Apr 20, 2024
@0x19 0x19 self-assigned this Apr 20, 2024
@0x19
Copy link
Contributor Author

0x19 commented Apr 20, 2024

Alright, finally it's resolved. Basically problematic that we had:

a.) Type description rebuilding was completely off when doing final reference declaration rebuilds.
b.) And operator didn't had reference declaration type description rebuild at all.

@0x19
Copy link
Contributor Author

0x19 commented Apr 20, 2024

Closing this ticket as it's merged and resolved in #204

@0x19 0x19 closed this as completed Apr 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ast Abstract Syntax Tree bug Something isn't working ir Intermediate Representation
Projects
None yet
Development

No branches or pull requests

1 participant