Ólafur Páll Geirsson
Ólafur Páll Geirsson
## Proposal The difference between "search-based" and "precise" code navigation is a recurring confusion both internally and externally. While working on the SCIP announcement I wrote a detailed section explaining...
Currently, the color selection for syntax highlighting is a minor adaptation of the colors we're using in the old blob view. I'm not a huge fan of the color scheme....
We currently only support inference for JVM package repos like `/jdk` and `/maven/...`. We should consider infering index jobs for regular Java repos with Gradle and Maven builds. The reason...
``` $ scip-java index ... * What went wrong: Execution failed for task ':clean'. > java.io.IOException: Unable to delete directory '/Users/olafurpg/dev/openrewrite/rewrite/build' Failed to delete some children. This might happen because...
Reminder to follow up on this review comment from @varungandhi-src about adding unit tests for `inferBazelSourceroot`.
While testing locally on macOS against the directory `netflix/hystrix` I got the following warning ``` [error] semanticdb-javac: sourceroot '/Users/olafurpg/dev/netflix/hystrix does not contain path '/Users/olafurpg/dev/Netflix/Hystrix/hystrix-core/src/main/java/com/netflix/hystrix/strategy/HystrixArchaiusHelper.java'. To fix this problem, update the...
While indexing packages on PackageHub, I saw the following error in the logs ``` maven:org.eclipse.xtend:org.eclipse.xtend.core:2.24.0 com.sourcegraph.packagehub.PackageActor$CommandFailed: { "command": [ "/coursier", "launch", "--jvm", "8", "com.sourcegraph:lsif-java_2.13:0.5.2-5-4a5bba31-SNAPSHOT", "-r", "sonatype:snapshots", "--", "index", "--output", "/root/.cache/packagehub/maven/org.eclipse.xtend/org.eclipse.xtend.core/2.24.0/dump.lsif",...
Following up from https://github.com/sourcegraph/lsif-java/pull/182 This bug got caught during manual testing. It would have been nice to catch it when the new annotation support got added. One thing we can...
To reproduce ``` git clone https://github.com/gradle/gradle.git cd gradle lsif-java index ... [error] * What went wrong: [error] A problem occurred configuring project ':kotlin-dsl-plugins'. [error] > Could not create task ':kotlin-dsl-plugins:embeddedIntegTest'....