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

'use'-ed dependency is installed improperly #135

Open
matkuki opened this issue Nov 7, 2024 · 1 comment
Open

'use'-ed dependency is installed improperly #135

matkuki opened this issue Nov 7, 2024 · 1 comment

Comments

@matkuki
Copy link

matkuki commented Nov 7, 2024

Specs:

  • OS: Windows 10 x64
  • Nim: almost devel
  • atlas: compiled from source

Installing a dependency, for example sdl2 using this procedure:

> mkdir testing
> cd testing
> atlas init
> atlas use sdl2

installs the sdl2 from nim-lang/sdl2, but the branch it uses is messed up / incorrect. This is the commit log from TortoiseGit:
image
Any ideas of what is happening?

@Clonkk
Copy link

Clonkk commented Nov 8, 2024

I've had issue with atlas defaulting to old commit when not using MaxVer for dependency resolution since lots of project do not bother with SemVer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants