I would be great if you can build this branch locally and use it in failing project
please check if printed information does not contains any sensitive information (since I am printing there a part of analysis files that may contains names etc. taken from source code)
And it would be best if you can send me whole analysis file content (of course if you are allowed to do so).
Vladimir Pavkin
@vpavkin
Hi! Cool, thanks! will try soon :)
Vladimir Pavkin
@vpavkin
Actually I don’t know what happened, but this time it all worked perfectly :) We had a major overhaul of our macro-based circe codecs, probably that’s why errors are gone now. will try with a release version
or wait, it probably doesn’t contain those fixes for src_managed.
Krzysztof Romanowski
@romanowski
yeah, it does not
I can release another MX if you like but I want to be sure that it will work with your codebase :)
Alissa Pajer
@alissapajer
Hi, the dependency for hoarder is failing to resolve, I have addSbtPlugin("com.github.romanowski" % "hoarder" % "1.0.1-M3") in my plugins.sbt. Is this correct?
Krzysztof Romanowski
@romanowski
I am really, really sorry for such delayed answer.
1.0.1-M3 was releases only for 0.13
I've just released 1.0.2. Please try it using addSbtPlugin("com.github.romanowski" % "hoarder" % "1.0.2")
Krzysztof Romanowski
@romanowski
@alissapajer Please let me know if 1.0.2 works for you :)
Alessandro Vermeulen
@spockz
I see there is some support for S3 coded and the hoarder-amazon artifact is released as well. But how should I use it? See romanowski/hoarder#38
Alessandro Vermeulen
@spockz
Also, how do i use this with a multiple module project? stashes from the sub projects try to write to the same store.
Alessandro Vermeulen
@spockz
@romanowski it appears the hoarder-amazon artefact contains the same as hoarder for v 1.0.2 S3Caches.class S3TravisPRValidation$.class S3TravisPRValidation.class
Or just missing HoarderS3.class actually
Erwan Loisant
@erwan
hi @romanowski , I'm having issues configuring hoarder for travis
just following the doc, I only have logs saying cache won't be used, and cache won't be published
apparently I need to create .shouldUseCache and .shouldPublishCaches files?
I added that, but then I'm getting java.lang.AssertionError: assertion failed: Cache does not exists in [...]
Erwan Loisant
@erwan
any idea how to fix that?
_
Alessandro Vermeulen
@spockz
@erwan it appears this project isn’t very active
Daniel Esik
@danicheg
Hi there! @romanowski if you can check #72 it'll be great :)
Probably, #72 will help @erwan with his issue some way. But anyway it will help build painless incremental build at CI for a monorepo.