Tony Ciavarella
Tony Ciavarella
> Do you have an example in the unit test? Then I can try to debug locally. Yes. 4 of the 5 test errors in the test valgrind.xml have suppressions....
> Would you mind clarifying if the "leakage" is actually causing an execution problem for you somehow, or whether you are simply trying to reduce the noise? Before the change...
Like the dialog says, unpack200 is required to extract old netbeans modules like CND. Java 14 removed unpack200, so one way to resolve this is to install JDK 8 or...
Mostly @vieiro (with some clueless flailing around help from me) has been working to bring CND back to life. You can find the current state on the [cnd branch](https://github.com/apache/netbeans/tree/cnd) of...
> FWIW, I've started blending cpplite into cnd some time ago, but not quite done yet, I'm afraid. @jlahoda, I would like to help get this done.
IMHO, it would be great if cnd.lsp wasn't specific to make based projects. I would like to use cnd.lsp with the meson project support I added too. Meson produces its...
Another limitation of the current thread-local state design is that test cases that spawn threads that check things cannot be written. In other words, the thread-safety of something under test...