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

Unknown types showing up in the AST after type checking #2720

Open
mohammadfawaz opened this issue Sep 4, 2022 · 0 comments
Open

Unknown types showing up in the AST after type checking #2720

mohammadfawaz opened this issue Sep 4, 2022 · 0 comments
Labels
bug Something isn't working compiler: frontend Everything to do with type checking, control flow analysis, and everything between parsing and IRgen P: medium

Comments

@mohammadfawaz
Copy link
Contributor

While trying to address #2689 (comment), CI failed because some tests (namely, [auth_testing_contract](https://github.com/FuelLabs/sway/tree/master/test/src/sdk-harness/test_artifacts/auth_testing_contract) started failing because some Unknown types lingered in the AST at the end of type checking. Not sure if this is expected or not, but if not, then we should investigate what's going on.

@mohammadfawaz mohammadfawaz added bug Something isn't working compiler: frontend Everything to do with type checking, control flow analysis, and everything between parsing and IRgen labels Sep 4, 2022
@emilyaherbert emilyaherbert self-assigned this Jan 5, 2023
@emilyaherbert emilyaherbert removed their assignment Jun 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working compiler: frontend Everything to do with type checking, control flow analysis, and everything between parsing and IRgen P: medium
Projects
None yet
Development

No branches or pull requests

2 participants