Jean-Luc Deprez

Results 8 issues of Jean-Luc Deprez

### Describe the bug Before using the virtual documents back-end for showing dependency source files the breadcrum navigation was available in the editor like for any other project source file....

improvement

As many devs I have my Eclipse (or sbt) systemically pull the sources of my dependencies. I wanted to try out this lib, the sources got pulled from bintray alright,...

### Describe the bug ![metals_v0 11 9_warning-bug](https://user-images.githubusercontent.com/677147/208099634-a4a635fc-9cbc-41f6-9839-8c6f1451432d.gif) From bloop JSON. (using Javac linting.) ``` "java": { "options": [ "-source", "1.8", "-target", "1.8", "-encoding", "utf8", "-Xlint:all", "-Xdoclint:accessibility,html,syntax" ] } ``` ###...

bug
diagnostics
bloop

Platform: VSCode/Metals/Bloop on Windows 10 with Java 8 GraalVM 20 This issue is a propagation of https://github.com/scalameta/metals/issues/6191 It looks like it went sour in: - https://github.com/sourcegraph/scip-java/compare/v0.9.3...v0.9.4 - https://github.com/sourcegraph/scip-java/pull/618 Still broken...

team/graph
graph/scip-java
bug

When trying to write a nested js: ``` javascript {"a" : { "b" : "c"}} ``` using a single lens ``` scala val ab = 'a / 'b JsObject.update(ab !...

When running things like `sbt eclipse` SBT munches through the local Ivy repository very aggressively. On Windows it used the JNA code for this ``` at sbt.internal.io.WinMilli$.getModifiedTimeNative(Milli.scala:271) ``` and it...

Bug
uncategorized

When I link my projects together in a certain way, sbt produces this error when running `sbt eclipse`. ``` [info] About to create Eclipse project files for your project(s). [error]...

When triggering autocomplete (`ctrl+space`) targeting JDK type `java.lang.reflect.Field` or `java.util.List` and certain (scala) libs are on the classpath, expected suggestions are not coming. I've observed that `List` and `Function` are...