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

Refint hint feature #49

Merged
merged 3 commits into from
Dec 2, 2024
Merged

Refint hint feature #49

merged 3 commits into from
Dec 2, 2024

Conversation

danlehmann
Copy link
Owner

Most importantly, this now applies hint to const fn value(), which is probably the most common way to access it.

Also adds integration tests for the feature.

Most importantly, this now applies hint to `const fn value()`, which is
probably the most common way to access it.

Also adds integration tests for the feature.
Cargo.toml Outdated
@@ -32,7 +32,8 @@ borsh = ["dep:borsh"]
schemars = ["dep:schemars", "std"]

# Provide a soundness promixe to the compiler that the unerlying value is always within range
Copy link
Collaborator

Choose a reason for hiding this comment

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

Typo in the comment.

@danlehmann danlehmann mentioned this pull request Dec 2, 2024
@danlehmann danlehmann merged commit 18d8ac2 into main Dec 2, 2024
7 of 8 checks passed
@danlehmann danlehmann deleted the daniel/refint-hint branch December 2, 2024 21:46
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