Noah S-C
Noah S-C
Basically, autocomplete options should be relevant for where the cursor is. see gocode maybe? Having a proper AST would be nice, also multipurpose
Link to autoindexing job https://sourcegraph.com/jdk/-/code-graph/indexes/TFNJRkluZGV4OjM5NDM0MDk= ``` Status: Downloaded newer image for sourcegraph/scip-java@sha256:eb3996bdc8ab3a56600e7d647bc1ef72f3db8cfffc2026550095a0af7bb762bd + scip-java index --build-tool=scip Using JVM version '11' Downloading https://raw.githubusercontent.com/coursier/jvm-index/master/index.json Downloaded https://raw.githubusercontent.com/coursier/jvm-index/master/index.json [94minfo[39m: Compiling 18,334 Java sources Downloaded...
Currently, running `lsif-java index` in Gradle Android projects does not produce an LSIF index. Subscribe to this issue to receive notifications about updates on lsif-java/Android related improvements.
https://sourcegraph.com/github.com/sourcegraph/lsif-java/-/blob/tests/snapshots/src/main/generated/com/airbnb/epoxy/EpoxyTouchHelper.java?utm_source=VSCode-1.2.5#L440:21
Properties such as strictfp/synchronized/transient/volatile/native are not encoded in the current semanticdb spec - Implement them out-of-spec in lsif-java - Upstream the spec changes
Error while compiling INRIA/spoon with lsif-java 0.6.7 ``` java.lang.IllegalArgumentException: src/test/java/spoon/test/annotation/testclasses/Main.java: annotation parameter rhs was of unexpected tree node type class com.sun.tools.javac.tree.JCTree$JCTypeCast (short)42 at com.sourcegraph.semanticdb_javac.SemanticdbTrees.annotationParameter(SemanticdbTrees.java:148) at com.sourcegraph.semanticdb_javac.SemanticdbTrees.annotationBuilder(SemanticdbTrees.java:60) at com.sourcegraph.semanticdb_javac.SemanticdbTrees.annotations(SemanticdbTrees.java:43) at com.sourcegraph.semanticdb_javac.SemanticdbVisitor.emitSymbolInformation(SemanticdbVisitor.java:99)...
Movin enterprise codeintel stuff (and ~two others that had to be dragged along) out of `enterprise/internal` and into `internal` as part of the shift towards enterprise-only ## Test plan Successfully...
Given a .yaml definition as such: ```yaml contents: keyring: - https://packages.wolfi.dev/os/wolfi-signing.rsa.pub - https://packages.sgdev.org/sourcegraph-melange-prod.rsa.pub repositories: - https://packages.wolfi.dev/os - '@sourcegraph https://packages.sgdev.org/main' ... ``` `apko lock` generates a lock file as such: ```jsonc...
When indexing https://sourcegraph.com/github.com/kiwicom/orbit-compose, presumably better to check whether a task exists (although Im not sure why it would not have that task if we get to this trigger)