You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The PR JuliaLang/julia#55886 stripped generic AbstractIrrational operations of their effect annotations. As a bugfix, it will be part of future v1.10, v1.11 and v1.12 Julia releases. This means that operations like Rational{Int}(twoπ) won't constant fold.
There are several possible fixes for this issue, including defining effect annotations in this package, or, in some cases, hardcoding the return values.
The text was updated successfully, but these errors were encountered:
The PR JuliaLang/julia#55886 stripped generic
AbstractIrrational
operations of their effect annotations. As a bugfix, it will be part of future v1.10, v1.11 and v1.12 Julia releases. This means that operations likeRational{Int}(twoπ)
won't constant fold.There are several possible fixes for this issue, including defining effect annotations in this package, or, in some cases, hardcoding the return values.
The text was updated successfully, but these errors were encountered: