-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
Allow prefixes in any call path. #472
Allow prefixes in any call path. #472
Conversation
…low-prefixes-in-any-callpath
The failing test case is due to a separate issue (#642) that will need to be fixed before this can go in. |
8fa1589
to
6ef76ff
Compare
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.
@otrho @mohammadfawaz does this make the issues with symbols not being absolute any better? The namespace should be able to determine what's what based on the call path now...I think.
I'll have to see it in practice -- my impression was the prefix is now available everywhere but still optional? |
🚨 merge conflicts 🚨 |
That's correct! |
This is my fault for not reviewing quickly but another conflict has arisen :( |
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.
This guy is getting a bit old, I was considering fixing the merge request myself and merging this PR since I know you're busy ATM, but I still have a couple of questions.
test/src/e2e_vm_tests/test_programs/match_expressions_non_exhaustive_example/Forc.toml
Outdated
Show resolved
Hide resolved
test/src/e2e_vm_tests/test_programs/use_full_path_names/src/main.sw
Outdated
Show resolved
Hide resolved
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.
left tiny nit
Closes #75