Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgomez committed Jan 20, 2025
1 parent 208efff commit 7cb34af
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion src/nimble.nim
Original file line number Diff line number Diff line change
Expand Up @@ -1908,7 +1908,7 @@ proc lock(options: Options) =
if options.useSATSolver:
#only if we are actually locking (not upgrading)
let fromLock = options.action.typ == actionLock
processFreeDependenciesSAT(pkgInfo, options, fromLock).toSeq
processFreeDependenciesSAT(pkgInfo, options).toSeq
else:
pkgInfo.getDependenciesForLocking(options) # Deps shared by base and tasks

Expand Down
3 changes: 0 additions & 3 deletions tests/tlockfile.nim
Original file line number Diff line number Diff line change
Expand Up @@ -168,9 +168,6 @@ requires "nim >= 1.5.1"

proc testLockedVcsRevisions(deps: seq[tuple[name, path: string]], lockFileName = defaultLockFileName) =
check lockFileName.fileExists
echo "TEST LOCKED VCS REVISIONS START STACKTRACE"
writeStackTrace()
echo "TEST LOCKED VCS REVISIONS END STACKTRACE"
let json = lockFileName.readFile.parseJson
for (depName, depPath) in deps:
let expectedVcsRevision = depPath.getVcsRevision
Expand Down

0 comments on commit 7cb34af

Please sign in to comment.