-
Notifications
You must be signed in to change notification settings - Fork 200
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
fix: workaround for LSP dependency resolution #1865
Conversation
This is currently not ideal in form but should inform a larger fix
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm currently making movement on #1838 so I don't think we should merge this
@phated any timeline on your branch? any reason we can't merge this now so we can all get the benefit, and then revert/replace once your stuff is ready? would speed us up. |
* feat: make array indexes poly int * Update crates/noirc_frontend/src/hir/type_check/expr.rs * Update crates/noirc_frontend/src/hir/type_check/stmt.rs --------- Co-authored-by: jfecher <jake@aztecprotocol.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested and all appears to be working nicely in VSCode on this branch!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving ad temp solution, thanks Adam!
Description
This is currently not ideal in form but should inform a larger fix. There was a desire to get it into master soon.
Problem*
#1838 will take some time for a larger fix, meanwhile there was a desire for a solution for the current Noir dogfooding.
Summary*
Works around issues by:
PR Checklist*
cargo fmt
on default settings.