julia icon indicating copy to clipboard operation
julia copied to clipboard

Fix union!(s::BitSet, r::AbstractUnitRange{<:Integer}) when two ranges do not overlap.

Open metab0t opened this issue 2 years ago • 4 comments

Fix https://github.com/JuliaLang/julia/issues/45574

metab0t avatar Jun 04 '22 10:06 metab0t

Thanks to both @metab0t and @giordano for the fast response to #45574.

dmbates avatar Jun 04 '22 11:06 dmbates

I did nothing! 😅

giordano avatar Jun 04 '22 11:06 giordano

I did nothing! sweat_smile

You added the backport labels which will be important to me. I hope the bug fix makes it into 1.8.0-rc2 as we are teaching a workshop in mid-July and it would be good if our code gave correct answers.

dmbates avatar Jun 04 '22 15:06 dmbates

@KristofferC Is there any issues or blockers to merge this?

metab0t avatar Aug 08 '22 07:08 metab0t

Sorry no, this just slipped through the cracks. Let's get it in!

KristofferC avatar Aug 29 '22 07:08 KristofferC