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

fix usages in if let construct #5016

Merged
merged 1 commit into from
Feb 7, 2024
Merged

Conversation

TomerStarkware
Copy link
Collaborator

@TomerStarkware TomerStarkware commented Feb 6, 2024

This change is Reviewable

@TomerStarkware TomerStarkware requested a review from orizi February 6, 2024 12:04
Copy link
Collaborator

@orizi orizi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewable status: 0 of 1 files reviewed, 1 unresolved discussion (waiting on @TomerStarkware)

a discussion (no related file):
added failing test.


@TomerStarkware TomerStarkware force-pushed the tomer/fix_if_let_lowering branch from a628a5d to cc9e35b Compare February 6, 2024 15:29
Copy link
Collaborator Author

@TomerStarkware TomerStarkware left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewable status: 0 of 1 files reviewed, 1 unresolved discussion (waiting on @orizi)

a discussion (no related file):

Previously, orizi wrote…

added failing test.

Done.


Copy link
Collaborator

@orizi orizi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed 1 of 1 files at r1, 1 of 1 files at r2, all commit messages.
Reviewable status: all files reviewed, 2 unresolved discussions (waiting on @TomerStarkware)


crates/cairo-lang-lowering/src/test_data/if line 263 at r2 (raw file):

//! > function
fn foo(a: myEnum) -> felt252 {
    if let x = a {

revert

@TomerStarkware TomerStarkware force-pushed the tomer/fix_if_let_lowering branch from cc9e35b to b276e44 Compare February 6, 2024 15:38
Copy link
Collaborator Author

@TomerStarkware TomerStarkware left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewable status: 1 of 2 files reviewed, 2 unresolved discussions (waiting on @orizi)


crates/cairo-lang-lowering/src/test_data/if line 263 at r2 (raw file):

Previously, orizi wrote…

revert

Done.

Copy link
Collaborator

@orizi orizi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

Reviewed 1 of 1 files at r3, all commit messages.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @TomerStarkware)

Copy link
Collaborator

@orizi orizi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @TomerStarkware)

@TomerStarkware TomerStarkware added this pull request to the merge queue Feb 7, 2024
Merged via the queue into main with commit 1552c28 Feb 7, 2024
43 checks passed
@orizi orizi deleted the tomer/fix_if_let_lowering branch February 14, 2024 11:53
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.

2 participants