Actually use lookback in usage example#389
Actually use lookback in usage example#389LilithHafner wants to merge 2 commits intoJuliaRegistries:masterfrom
Conversation
|
No this is not correct. The passed Here is a run for the https://github.com/JuliaCollections/AbstractTrees.jl repository with a default lookback of 3, which failed to find several missing releases And here I've run it again with a lookback of 900 to find the two missing releases -- unfortunately it seems to struggle with this (been running for two hours now) but I think it is enough to demonstrate that the All in all I have no doubts that the As to why it works, my guess is that this is because the |
|
Hm, interesting that both the logs you shared have the line |
As far as I can tell, as written, the example usage asks the user for a
lookbacknumber but doesn't pass it to the actual workflow. Is that the case? And if so, would this fix it?