martingd
martingd
@SethTisue I am aware this is a community project and neither you nor anybody else is the official maintainer. However, maybe you can point me in the right direction. It...
I found a clue in the manifest. Comparing the manifest for 3.9.3 with the one for 3.9.4 reveals that even though the code was compiled for a 1.8 target (with...
@SethTisue That sounds like a plausible explanation. Let's keep this issue open and await the next release to see if it fixes the problem. Thank you for helping.
Hi @olafurpg Is it correct to assume that the issue is caused by Bloop not updating the class files until everything compiles? If that's the case, is there any way...
@tgodzik > After thinking about it for a bit let's say we have files A, B, C, D that depend on each other: A If we change something in A...
@olafurpg > This is a hard problem that has always been a known limitation (in my mind) from the start, but it might not be well documented since it’s quite...
@fredericdalleau Thanks for the reply. The concrete use case where I ran into this problem is: * I start a container that maps a folder on the host. * Inside...
@fredericdalleau A similar (the same) workaround is to extract the files in /tmp (in the container's filesystem), fix the permissions and then move it onto the share. Is a fix...
@fredericdalleau any update on this ticket?