nim-lang / atlas

The Atlas Package cloner. It manages an isolated workspace that contains projects and dependencies.
MIT License
99 stars 14 forks source link

Latest atlas cannot be installed via nimble anymore #110

Closed Clonkk closed 8 months ago

Clonkk commented 9 months ago

This happend using nim v2.0.0.

✘-INT Clonkk ~$ nimble install https://github.com/nim-lang/atlas
Downloading https://github.com/nim-lang/atlas using git
  Warning:  No nimblemeta.json file found in /home/rcaillaud/.nimble/pkgs2/nimlsp-0.4.4-b624dd472b343ca6dcb5e825bbd47f7d1388f077
  Verifying dependencies for atlas@0.8.0
 Installing atlas@0.8.0
   Building atlas/atlas using c backend
/tmp/nimble_128084/githubcom_nimlangatlas/src/packagesjson.nim(10, 8) Warning: imported and not used: 'context' [UnusedImport]
/tmp/nimble_128084/githubcom_nimlangatlas/src/sat.nim(559, 3) Warning: unreachable else, all cases are already covered [UnreachableElse]
/tmp/nimble_128084/githubcom_nimlangatlas/src/nimblechecksums.nim(9, 12) Warning: use command `nimble install checksums` and import `checksums/sha1` instead; sha1 is deprecated [Deprecated]
/tmp/nimble_128084/githubcom_nimlangatlas/src/depgraphs.nim(180, 41) Error: 'nimbleContents' is not a mutable location; it cannot be moved
    Prompt: Build failed for 'https://github.com/nim-lang/atlas@0.8.0', would you like to try installing 'https://github.com/nim-lang/atlas@#head' (latest unstable)? [y/N]