BioJulia / IntervalTrees.jl

A data structure for efficient manipulation of sets of intervals
MIT License
44 stars 17 forks source link

bounds error on insertion #3

Closed nw11 closed 10 years ago

nw11 commented 10 years ago

This recent commit in base sort.jl seems to cause a bounds error for insertion https://github.com/JuliaLang/julia/commit/10e51e5bcfb35a3a159ecf4934c3f074900f844e

dcjones commented 10 years ago

Thanks for letting me know.