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

"check" fails when validating Git dependencies with tag refs #11

Open
EliteMasterEric opened this issue Dec 2, 2024 · 1 comment
Open

Comments

@EliteMasterEric
Copy link

JSON data:

    {
      "name": "hxcpp",
      "type": "git",
      "dir": null,
      "ref": "v4.3.68",
      "url": "https://github.com/HaxeFoundation/hxcpp"
    },

Output from hmm-rs check:

hxcpp [X]
hxcpp is not at the correct version
Expected: v4.3.68 | Installed: 54af892be2ca4c63988c99c9c524431af6c6f036 at 54af892be2ca4c63988c99c9c524431af6c6f036

This should succeed (not fail) because the Git tag v4.3.68 points to commit ID 54af892.

@ninjamuffin99
Copy link
Owner

this should be resolved hopefully, lemme know if still brokey!

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