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

feat: trait aliases #6431

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

Conversation

michaeljklein
Copy link
Contributor

Description

Problem*

Resolves #6315

Summary*

Additional Context

Documentation*

Check one:

  • No documentation needed.
  • Documentation included in this PR.
  • [For Experimental Features] Documentation to be submitted in a separate PR.

PR Checklist*

  • I have tested the changes locally.
  • I have formatted the changes with Prettier and/or cargo fmt on default settings.

michaeljklein and others added 6 commits November 1, 2024 14:54
…mpl's for trait aliases, wip implementing impl generator
…to-many case, modify parse_item_kind to return multiple ItemKind's, generate a trait impl from the trait parser (when the trait alias is parsed), test generated impl's, test several cases in unit tests
…issue with where clauses, add docs, cargo clippy/fmt
@github-actions github-actions bot added the documentation Improvements or additions to documentation label Nov 6, 2024
Copy link
Contributor

github-actions bot commented Nov 6, 2024

@michaeljklein michaeljklein marked this pull request as ready for review November 6, 2024 20:26
Copy link
Contributor

github-actions bot commented Nov 6, 2024

FYI @noir-lang/developerrelations on Noir doc changes.

@michaeljklein michaeljklein requested a review from a team November 7, 2024 02:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Trait aliases
1 participant