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

CodeTracking dependency missing in tagged version #49

Closed
diegozea opened this issue May 2, 2019 · 6 comments
Closed

CodeTracking dependency missing in tagged version #49

diegozea opened this issue May 2, 2019 · 6 comments

Comments

@diegozea
Copy link

diegozea commented May 2, 2019

MagneticReadHead v0.2.1 gives the following error in Julia 1.1:

ERROR: LoadError: ArgumentError: Package MagneticReadHead does not have CodeTracking in its dependencies:
- If you have MagneticReadHead checked out for development and have
  added CodeTracking as a dependency but haven't updated your primary
  environment's manifest file, try `Pkg.resolve()`.
- Otherwise you may need to report an issue with MagneticReadHead

Pkg.resolve() doesn't solve the problem.

@oxinabox
Copy link
Owner

oxinabox commented May 3, 2019

That is weird because it is there, in v0.2.1:
https://github.com/oxinabox/MagneticReadHead.jl/blob/v0.2.1/Project.toml#L7

@diegozea
Copy link
Author

diegozea commented May 3, 2019

I've found that SHA1 in General https://github.com/JuliaRegistries/General/blob/master/M/MagneticReadHead/Versions.toml#L5 is not the same that in the repo:

zea@ubuntu:~/0.2.1$ git show-ref --tags
9e815bfbbff5103740e2ea48631b92fecade6587 refs/tags/v0.1.0
6984fb348abffcfecd60105e121e5c68163d485d refs/tags/v0.2.0
0e3064f3885ff7392c4d9081529fd2619f806306 refs/tags/v0.2.1

@oxinabox
Copy link
Owner

oxinabox commented May 5, 2019

Wierd, I will be taggin v0.2.2 shortly which sould fix it

@diegozea
Copy link
Author

diegozea commented May 6, 2019

Great! It works now :) Are you using TagBot?

@oxinabox
Copy link
Owner

oxinabox commented May 6, 2019

yes.

@oxinabox oxinabox closed this as completed May 6, 2019
@KristofferC
Copy link
Contributor

I've found that SHA1 in General https://github.com/JuliaRegistries/General/blob/master/M/MagneticReadHead/Versions.toml#L5 is not the same that in the repo:

The one in General is a tree sha, the tag is a commit SHA.

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

3 participants