Jan-David

Results 8 comments of Jan-David

I have observed similar behaviour, but was not able to reproduce it reliably. It does happen often when switching branches though. Calling clean on the subproject that is stuck in...

I have succeeded in reproducing this locally at some point. Unfortunately I cannot share that reproduction, and did not succeed in reproducing it in a toy project. But I made...

Here is a reproduction: https://github.com/jdsalchow/compile_loop

It might look like this reproduction is not minimal, but it seems to be. Removing any of the seemingly unused classes / interfaces results in the reproduction not working anymore....

We've isolated the issue to be introduced between `1.4.0-RC1` and `1.4.0-RC2`. In particular, https://github.com/sbt/zinc/pull/922/files looks suspicious. It also looks like `1.6.0-M1` actually fixes it. @eed3si9n do you have a timeline...

@hzwaal do you have a reproduction that works with a recent SBT? I saw some progress of yours in passing. Maybe you can also say something about your analysis technique...

Fwiw: I had a similar issue and solved it by `yarn add prop-types`

I just ran into the same thing, turned out it I didn't `import ctx.*` in my repository. In my case the encoding / decoding worked by just having a given...