Jan Lahoda

Results 98 comments of Jan Lahoda

> the diff below would make the tests pass. It moves the tests to the build-tools job which is JDK 17 and disables some. Feel free to apply to your...

I was getting ready to ask whether we can integrate this, so thanks for being quicker. I am +1 on integrating this, and +1 on removing obvious unnecessary manifest entries....

Regarding "Go to definition doesn't" - could you please elaborate? I have some sample source using multi-source launcher. I can navigate (Ctrl-click or F12) across various source files that refer...

Hm, I've done something like this: ``` java -jar jresolve-cli-2024.05.10-uber.jar pkg:maven/com.google.code.gson/[email protected] .../.jresolve/cache/https/repo1.maven.org/maven2/com/google/code/gson/gson/2.10.1/gson-2.10.1.jar ``` In the VS Code, I've specified VM Options as: ``` --module-path .../.jresolve/cache/https/repo1.maven.org/maven2/com/google/code/gson/gson/2.10.1/gson-2.10.1.jar --add-modules com.google.gson ``` and have...

I am looking into supporting relative paths(*) and argfiles. It is a bit tricky, but probably doable. Note that there are limits on sharing the configuration - the path separator...

> > As a side note, I would say the lack of source (or at least javadoc) bundles is likely to have a detrimental ongoing effect on the usability of...

So, my personal opinion (and I may be overly pessimistic). With "telemetry for bug reporting", there are two parts, a) whether the data can be collected, and b) which data...

I think some a little bit more description of what exactly you do and see would be helpful. I don't normally see very slow error updates, but there's probably some...

@gayanper, purely regarding lombok. While I would not recommend or encourage use of lombok, among other things because it uses non-public javac classes, which is causing issues, lombok is plugged...