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

fixed a bug where the trait of trait impl were not substituted correc… #6430

Merged
merged 1 commit into from
Sep 30, 2024

Conversation

TomerStarkware
Copy link
Collaborator

@TomerStarkware TomerStarkware commented Sep 26, 2024

…tly when it is used as a generic argument


This change is Reviewable

@TomerStarkware TomerStarkware force-pushed the tomer/fixed_trait_impl_usage_substitution branch from 91d3c50 to 3e993a2 Compare September 26, 2024 15:36
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 2 of 2 files at r1, all commit messages.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @TomerStarkware)


crates/cairo-lang-semantic/src/items/tests/trait_impl line 1207 at r1 (raw file):

//! > ==========================================================================

//! > Passing as an argument a Trait impl of generic trait where the generic argument is a generic type.

shorten name.

Code quote:

Passing as an argument a Trait impl of generic trait where the generic argument is a generic type.

@TomerStarkware TomerStarkware force-pushed the tomer/fixed_trait_impl_usage_substitution branch from 3e993a2 to 4466632 Compare September 30, 2024 07:56
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: all files reviewed, 1 unresolved discussion (waiting on @orizi)


crates/cairo-lang-semantic/src/items/tests/trait_impl line 1207 at r1 (raw file):

Previously, orizi wrote…

shorten name.

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 r2, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @TomerStarkware)

@TomerStarkware TomerStarkware added this pull request to the merge queue Sep 30, 2024
Merged via the queue into main with commit 98fb56b Sep 30, 2024
43 checks passed
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