question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

cached resolution: updateClassifiers with cached resolution is really slow

See original GitHub issue

This impacts multi-module projects in ENSIME and IntelliJ (at least), since anything that requires the sources/docs will need to call updateClassifiers on a per-module basis for export.

e.g. use sbt gen-ensime on https://github.com/ensime/ensime-server The command is doing this work: https://github.com/ensime/ensime-sbt/blob/master/src/main/scala/EnsimePlugin.scala#L142

Issue Analytics

  • State:closed
  • Created 9 years ago
  • Reactions:26
  • Comments:27 (9 by maintainers)

github_iconTop GitHub Comments

7reactions
stephenjudkinscommented, Mar 31, 2016

Please consider using the new reaction feature and choosing 👍 there instead of adding another comment.

3reactions
fommilcommented, Mar 31, 2016

and if you do that, also Subscribe to the thread for updates (an advantage of the old 👍 technique)

Read more comments on GitHub >

github_iconTop Results From Across the Web

sbt/sbt - Gitter
the script does sbt updateClassifiers on all my branches and then caches the ... is the real problem, not coming up with a...
Read more >
SBT on IntelliJ takes a very long to time refresh - Stack Overflow
One thing can help is cached dependency resolution, which is a setting available ... You can read more about updateClassifiers being slow at ......
Read more >
sbt Reference Manual — Cached Resolution
Unlike the Scala compiler, Ivy does not have the concept of separate compilation, so that needed to be implemented. Instead of resolving the...
Read more >
Opening scala sbt project unbearably slow. : SCL-14200
I can probably fix the multiple resolution issue. Do you think you can fold your caching improvements into the main sbt codebase and...
Read more >
Ammonite
The compilation of the predef is cached, so after the first run it should not noticeably slow down the initialization of your REPL....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found