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

chore!: remove U128 struct from stdlib #7529

Merged
merged 4 commits into from
Feb 27, 2025
Merged

Conversation

TomAFrench
Copy link
Member

Description

Problem*

Resolves #7419

Summary*

This PR cleans up the old U128 struct from the stdlib to complete the migration to the native type. Opening this PR now so we can track usage in external repositories.

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.

@github-actions github-actions bot added the documentation Improvements or additions to documentation label Feb 26, 2025
Copy link
Contributor

github-actions bot commented Feb 26, 2025

@TomAFrench TomAFrench requested a review from a team February 27, 2025 01:08
@TomAFrench TomAFrench marked this pull request as ready for review February 27, 2025 01:08
Copy link
Contributor

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

@TomAFrench TomAFrench added this pull request to the merge queue Feb 27, 2025
Merged via the queue into master with commit 47f4d0b Feb 27, 2025
102 checks passed
@TomAFrench TomAFrench deleted the tf/remove-u128-struct branch February 27, 2025 13:04
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.

Migration to native u128 type
2 participants