Krzysztof Romanowski

Results 46 issues of Krzysztof Romanowski

Mostly in PR validation flow but I thik we can also integrate this with stash workflow.

Base on scala center fork: https://github.com/scalacenter/zinc/blob/sbt-plugin/README.md

The idea is to speed up PR validation builds by reusing compilation artifacts from previous builds. Travis provide [caching mechanism](https://docs.travis-ci.com/user/caching/) that can be use here. I think that by default...

Things that need to be done: - [] Scope all Keys - [] Add autoimport for autoplugins Probably more.

In short word hoarder should support marking some lips as 'incremental aware' and use provided incremental compilation data to to invalided usages instead of recompiling every usage of given lib....

So far each sources gets recompiler after stashApply