You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nimble reinstalls depenciencies from git repositories links each rebuild making each recompile slower.
this doesn't occur in --solver:legacy only with new --solver:sat
easy reproduce:
# Packagerequires"nim >= 2.2.2"requires"nimPNG"# this will not be reinstalled each rebuild so it's finerequires"https://github.com/mrgaturus/nogui#head"# this will be reinstalled each rebuild
nimble version (the one shipped with new nim 2.2.2)
The text was updated successfully, but these errors were encountered:
mrgaturus
changed the title
sat solver: nimble reinstalls depenciencies from github links each rebuild
sat solver: nimble reinstalls depenciencies from git repositories each rebuild
Feb 15, 2025
mrgaturus
changed the title
sat solver: nimble reinstalls depenciencies from git repositories each rebuild
sat solver: nimble reinstalls dependencies from git repositories each rebuild
Feb 15, 2025
nimble reinstalls depenciencies from git repositories links each rebuild making each recompile slower.
this doesn't occur in
--solver:legacy
only with new--solver:sat
easy reproduce:
nimble version (the one shipped with new nim 2.2.2)
The text was updated successfully, but these errors were encountered: