-
Notifications
You must be signed in to change notification settings - Fork 824
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
Context api tests #2974
Context api tests #2974
Conversation
d7da7ba
to
eda5fbb
Compare
92b7eb4
to
7433215
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.
Squash fixes with previous commits
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.
Let's change all the calls to &mut ctx.as_context_mut()
to &mut ctx
(and from &ctx.as_context_ref()
to &ctx
, if any of this exists)
3fb46b6
to
e154f45
Compare
Done |
Done |
f2ba42b
to
aa204b3
Compare
Description
Migrate compiler tests and metering to the new Context API