Skip to content

Commit eca5189

Browse files
committed
added references to BangBang issues and PRs talking about the
`possible` overloads
1 parent 32b77ac commit eca5189

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/utils.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -501,6 +501,8 @@ function splitlens(condition, lens)
501501
return current_parent, current_child, condition(current_parent)
502502
end
503503

504+
# HACK: All of these are related to https://github.com/JuliaFolds/BangBang.jl/issues/233
505+
# and https://github.com/JuliaFolds/BangBang.jl/pull/238.
504506
# HACK(torfjelde): Avoids type-instability in `dot_assume` for `SimpleVarInfo`.
505507
function BangBang.possible(
506508
::typeof(BangBang._setindex!), ::C, ::T, ::Colon, ::Integer

0 commit comments

Comments
 (0)