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

Upgraded to 'null' #42

Closed
eneroth opened this issue Dec 3, 2020 · 5 comments
Closed

Upgraded to 'null' #42

eneroth opened this issue Dec 3, 2020 · 5 comments
Labels
bug Something isn't working

Comments

@eneroth
Copy link

eneroth commented Dec 3, 2020

Antq will sometimes update to "null" for deps like ions/dev-local or git deps. I imagine "null" will rarely be a real version, so perhaps it would be safe to skip these updates?

Upgraded com.datomic/ion '0.9.48' to 'null' in deps.edn.
Upgraded expound/expound 'bdccedc96c65e0d104e6139121a501453007f398' to 'null' in deps.edn.
Upgraded com.datomic/dev-local '0.9.225' to 'null' in deps.edn.
Upgraded com.wsscode/pathom-datomic '88212bf72b3092aa12af1c7aa94eb696fc08d12c' to 'null' in deps.edn.
Upgraded com.cognitect/rebl '0.9.242' to 'null' in deps.edn.
Upgraded com.google.guava/guava '22.0' to '30.0-jre' in deps.edn.
@liquidz
Copy link
Owner

liquidz commented Dec 3, 2020

@eneroth Thanks for your reporting!

Oh sorry, it's a known bug (I forgot to open a issue)

it would be safe to skip this updates?

Right. I'll fix to skip upgrading artifacts which cannot fetch the version.

@liquidz liquidz added the bug Something isn't working label Dec 3, 2020
@liquidz
Copy link
Owner

liquidz commented Dec 4, 2020

@eneroth I fixed in dev branch.
Could you try following steps?

  • run make uberjar to generate target/antq-standalone.jar
  • run java -jar /path/to/your/antq/repo/target/antq-standalone.jar in your project directory

@eneroth
Copy link
Author

eneroth commented Dec 4, 2020

Checked out 8876d3a, did the above with --upgrade and --force, and it bumped the one dep it could fetch a new version for, skipping the three duds. 👍

It seems to work as intended.

@liquidz
Copy link
Owner

liquidz commented Dec 4, 2020

Thanks for your confirmation!

@liquidz
Copy link
Owner

liquidz commented Dec 4, 2020

Just released 0.9.2 #43

@liquidz liquidz closed this as completed Dec 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants