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

Context api tests #2974

Merged
merged 2 commits into from
Jun 30, 2022
Merged

Context api tests #2974

merged 2 commits into from
Jun 30, 2022

Conversation

ptitSeb
Copy link
Contributor

@ptitSeb ptitSeb commented Jun 24, 2022

Description

Migrate compiler tests and metering to the new Context API

@ptitSeb ptitSeb marked this pull request as ready for review June 28, 2022 13:05
@ptitSeb ptitSeb requested a review from epilys June 28, 2022 13:05
Copy link
Contributor

@epilys epilys left a 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

Copy link
Member

@syrusakbary syrusakbary left a 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)

@ptitSeb
Copy link
Contributor Author

ptitSeb commented Jun 29, 2022

Squash fixes with previous commits

Done

@ptitSeb
Copy link
Contributor Author

ptitSeb commented Jun 29, 2022

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)

Done

@epilys epilys merged commit 512508e into context_api Jun 30, 2022
@bors bors bot deleted the context_api_tests branch June 30, 2022 13:08
@epilys epilys linked an issue Jun 30, 2022 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update all tests to use the new Context API
3 participants