https://github.com/JuliaLang/julia
Revision 316cc4aa2378614f0d26d03eeb7da866e2af16d2 authored by Shuhei Kadowaki on 05 January 2024, 01:59:58 UTC, committed by GitHub on 05 January 2024, 01:59:58 UTC
After #51970, `Expr(:static_parameter, i::Int)` is now consistently
outlined during the lowering, so there's no longer a need for
`abstract_eval_value_expr` to handle this expression. This update
removes the outdated handling, clarifying where we need to handle the
expression.
1 parent 31a9f13
History
Tip revision: 316cc4aa2378614f0d26d03eeb7da866e2af16d2 authored by Shuhei Kadowaki on 05 January 2024, 01:59:58 UTC
remove outdated handling of `:static_parameter` (#52732)
Tip revision: 316cc4a
File Mode Size
man
src
.gitignore -rw-r--r-- 55 bytes
Makefile -rw-r--r-- 2.1 KB
Manifest.toml -rw-r--r-- 7.4 KB
NEWS-update.jl -rw-r--r-- 486 bytes
Project.toml -rw-r--r-- 59 bytes
README.md -rw-r--r-- 900 bytes
make.jl -rw-r--r-- 17.6 KB

README.md

back to top