Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enumerate tagged versions upfront #1289

Merged
merged 10 commits into from
Nov 25, 2024
Prev Previous commit
Next Next commit
fix test
jmgomez committed Nov 21, 2024
commit cf5aa488cc06f4f1eef8ff59d231ec721dae0cf4
1 change: 1 addition & 0 deletions tests/tsat.nim
Original file line number Diff line number Diff line change
@@ -297,6 +297,7 @@ suite "SAT solver":

test "should be able to get all the released PackageVersions from a git local repository":
var options = initOptions()
options.maxTaggedVersions = 0 #all
options.nimBin = some options.makeNimBin("nim")
options.config.packageLists["official"] = PackageList(name: "Official", urls: @[
"https://raw.githubusercontent.com/nim-lang/packages/master/packages.json",