Skip to content

Commit

Permalink
added references to BangBang issues and PRs talking about the
Browse files Browse the repository at this point in the history
`possible` overloads
  • Loading branch information
torfjelde committed Sep 1, 2023
1 parent 32b77ac commit eca5189
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/utils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -501,6 +501,8 @@ function splitlens(condition, lens)
return current_parent, current_child, condition(current_parent)
end

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

0 comments on commit eca5189

Please sign in to comment.