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

intervals: pass precision to BigFloat instead of changing globally #614

Closed
wants to merge 1 commit into from

Conversation

nsajko
Copy link

@nsajko nsajko commented Jan 15, 2024

Taking the lock is still necessary after this change. It'd be necessary to audit all BigFloat methods to prove otherwise. Also see JuliaLang/julia#49749, which fixes some of them in Julia Base.

Taking the lock is still necessary after this change. It'd be necessary
to audit all `BigFloat` methods to prove otherwise. Also see
JuliaLang/julia#49749, which fixes some of them
in Julia `Base`.
@OlivierHnt
Copy link
Member

Thx for giving a shot at fixing these issues. I went a different way in PR #615 by completely removing _bigequiv and the precision lock.

@nsajko nsajko closed this Jan 25, 2024
@nsajko nsajko deleted the setprec branch January 25, 2024 11:11
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