Christian Schilling

Results 200 comments of Christian Schilling

Do you need an input to debug or is it clear what causes the problem?

This branch only allows v0.18.4. And the last release allows v0.17.8, for which tests passed.

I was too slow debugging something else, but now I re-ran the tests with your branch and indeed they pass :+1:

> There is currently no way to opt out of that at a package level. Okay, thanks. Do you see an alternative solution? If not, is this something that would...

> It will result in collected run times to be incorrect, and we use that data to spot regressions, so I don't think I want to make it possible to...

> the limitation is due to IntervalBox removal. This part should be straightforward to update though! Oh? How? IA v0.22 was breaking lots of packages. I do not know about...

That is good news. Note that [`IntervalBoxes.jl`](https://github.com/JuliaIntervals/IntervalBoxes.jl) requires IA v0.22, but `IntervalBox` was removed in v0.21.1 already. This is unfortunate, but of course the fault of IA for not making...

Okay, makes sense now. Some comments: - We need to make a breaking release in any case because the behavior will change. I do not mind that at all. -...