Ólafur Páll Geirsson

Results 142 issues of Ólafur Páll Geirsson

We should update https://github.com/sourcegraph/lsif-java-action

type/documentation
team/graph
graph/scip-java

team/graph
graph/scip-java

The docker container pre-installs Java 8/11/17 but the installations are not visible to Maven toolchains. We should update `~/.m2/toolchains.xml` to point to the Java installations ``` ❯ cat ~/.m2/toolchains.xml jdk...

team/graph
graph/scip-java

Reproduction: ```java @Builder() class Hello { private String message; } Hello.builder().message("hello"); ``` Navigation from the call-site `message("hello")` goes to the `@Builder()` annotation instead of the `message` field. See PR https://github.com/sourcegraph/lsif-java/pull/383...

lang/java
team/graph
graph/scip-java

``` [info] running (fork) com.sourcegraph.lsif_java.LsifJava index-dependency --dependency org.apache.logging.log4j:log4j-core:2.14.0 [info] LsifBuildTool.scala:151 deps.dependencies.map(_.toString()): List( [info] "Dependency(org.apache.logging.log4j:log4j-core, 2.14.0, Configuration(), Set(), Publication(, Type(), Extension(), Classifier()), true, true)" [info] ) [info] info: Compiling 676 Java...

team/graph
graph/scip-java

Currently, lsif-java doesn't index `*.proto` files. It would be nice if proto files got indexed since that would improve the navigation experience for Protobuf users. - [ ] Gradle Protobuf...

lang/protobuf
team/graph
graph/scip-java

Currently, `lsif-java index` can index Gradle Kotlin projects but not Gradle Maven projects.

lang/kotlin
team/graph
graph/scip-java

Running `lsif-java index` at the directory https://sourcegraph.com/github.com/InsertKoinIO/koin/-/tree/core/ doesn't produce any SemanticDB files.

tool/gradle
lang/kotlin
team/graph
graph/scip-java

While indexing https://sourcegraph.com/github.com/jmcardon/tsec ``` Generating LSIF... [######### ] 93% 186 files processedcom.sourcegraph.lsif_semanticdb.LsifProcessingException: /Users/olafurpg/dev/jmcardon/tsec/jwt-sig/target/scala-3.0.1/meta/META-INF/semanticdb/jwt-sig/src/main/scala/tsec/jws/signature/JWSSignedHeader.scala.semanticdb Caused by: java.lang.IllegalArgumentException: invalid symbol format tsec/jws/signature/JWSSignedHeader#``().(x5t#S256) ^ at com.sourcegraph.lsif_semanticdb.SymbolDescriptor$Parser.fail(SymbolDescriptor.java:78) at com.sourcegraph.lsif_semanticdb.SymbolDescriptor$Parser.parseDescriptor(SymbolDescriptor.java:139) at com.sourcegraph.lsif_semanticdb.SymbolDescriptor$Parser.entryPoint(SymbolDescriptor.java:66) at com.sourcegraph.lsif_semanticdb.SymbolDescriptor.parseFromSymbol(SymbolDescriptor.java:22) at...

lang/scala
team/graph
graph/scip-java

Currently, the `lsif-java index` command only works with Gradle, Maven and sbt. It would be nice to support Ant builds as well.

team/graph
graph/scip-java