-
Notifications
You must be signed in to change notification settings - Fork 31
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
Detected issues when assigning a matrix to a submatrix, rooted in Base abstractarray.jl
#374
Comments
Thanks! This kind of report is a typical case where we need to improve the implementation of Julia |
aviatesk
added a commit
to JuliaLang/julia
that referenced
this issue
Jul 5, 2022
This change makes static analysis happier. xref: <aviatesk/JET.jl#374>
aviatesk
added a commit
to JuliaLang/julia
that referenced
this issue
Jul 5, 2022
This change makes static analysis happier. xref: <aviatesk/JET.jl#374>
Solved in upstream. |
ffucci
pushed a commit
to ffucci/julia
that referenced
this issue
Aug 11, 2022
This change makes static analysis happier. xref: <aviatesk/JET.jl#374>
pcjentsch
pushed a commit
to pcjentsch/julia
that referenced
this issue
Aug 18, 2022
This change makes static analysis happier. xref: <aviatesk/JET.jl#374>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Not sure whether this is a false positive from JET or an issue in base. On JET master from today and Julia nightly from today this happens:
This seems like a pretty innocent piece of code but JET reports a possible issue.
Here are the lines that JET is complaining about: https://github.com/JuliaLang/julia/blob/05eb1530bbfe2db0dd6c9a13ea065f17cb9730cf/base/abstractarray.jl#L1077-L1082=
version info:
Started as a discussion on discourse: https://discourse.julialang.org/t/jet-is-unhappy-with-broadcast-assigning-a-matrix-to-a-submatrix-rooted-in-abstractarray-jl/83750
The text was updated successfully, but these errors were encountered: