JuliaPackaging / BinaryBuilderBase.jl

https://juliapackaging.github.io/BinaryBuilderBase.jl/stable
MIT License
11 stars 31 forks source link

[Sources] Explicit conversion to work around breaking change in ProgressMeter #373

Closed giordano closed 4 months ago

giordano commented 4 months ago

This was broken by https://github.com/timholy/ProgressMeter.jl/pull/304.

MarcMush commented 4 months ago

update!(p; max_steps) should be the way to go

it's not really documented either but I would consider it more like a feature whereas p.n is an internal value