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(stdlib): Fix float printing in dtoa #1165

Merged
merged 1 commit into from
Apr 6, 2022
Merged

Conversation

ospencer
Copy link
Member

Problem was that there was an unused argument in genDigits, and Grain "any" types are GC'd. We should consider adding a warning to @unsafe when arguments are unused/any types.

@ospencer ospencer requested a review from a team March 18, 2022 21:53
@ospencer ospencer self-assigned this Mar 18, 2022
@ospencer
Copy link
Member Author

Made #1166 to add a warning.

Copy link
Member

@peblair peblair left a comment

Choose a reason for hiding this comment

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

Scary! We should add that warning soon.

Copy link
Member

@phated phated left a comment

Choose a reason for hiding this comment

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

🙇

@ospencer ospencer merged commit 2987210 into main Apr 6, 2022
@ospencer ospencer deleted the oscar/fix-float-printing branch April 6, 2022 19:37
@github-actions github-actions bot mentioned this pull request May 16, 2022
@github-actions github-actions bot mentioned this pull request May 31, 2022
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.

3 participants