Revision 28db6c7a1159bba9e1745416df0f2917c5e9324c authored by tecosaur on 05 February 2024, 22:36:10 UTC, committed by GitHub on 05 February 2024, 22:36:10 UTC
In f117a500ca93 code modifying annotations via list comprehensions was
introduced. However, when (1) there are annotations present and (2) all
annotations are filtered out, this comprehension is inferred to a wider
type incompatible with the AnnotatedString constructor. This can be
fixed by changing the first element of the tuple to directly use the
UnitRange{Int} constructor, which stops it being inferred as an Any.
1 parent cfcf8a0
History
File Mode Size
ssair
abstractinterpretation.jl -rw-r--r-- 147.2 KB
abstractlattice.jl -rw-r--r-- 13.0 KB
bootstrap.jl -rw-r--r-- 2.0 KB
cicache.jl -rw-r--r-- 2.4 KB
compiler.jl -rw-r--r-- 6.7 KB
effects.jl -rw-r--r-- 14.4 KB
inferenceresult.jl -rw-r--r-- 10.3 KB
inferencestate.jl -rw-r--r-- 38.2 KB
methodtable.jl -rw-r--r-- 6.2 KB
optimize.jl -rw-r--r-- 56.7 KB
parsing.jl -rw-r--r-- 791 bytes
sort.jl -rw-r--r-- 2.9 KB
stmtinfo.jl -rw-r--r-- 7.4 KB
tfuncs.jl -rw-r--r-- 117.8 KB
typeinfer.jl -rw-r--r-- 45.5 KB
typelattice.jl -rw-r--r-- 27.3 KB
typelimits.jl -rw-r--r-- 38.7 KB
types.jl -rw-r--r-- 21.1 KB
typeutils.jl -rw-r--r-- 14.7 KB
utilities.jl -rw-r--r-- 15.6 KB
validation.jl -rw-r--r-- 10.9 KB

back to top