crt-31

Results 11 issues of crt-31

Extension Name: vscode-gradle Extension Version: 3.12.7 OS Version: Win 10 VSCode version: 1.76 **Describe the bug** Plugin is not loading and throwing errors when trying to use a local file...

bug
ai-triaged

### Is your feature request related to a problem? Please describe. Metals should have a way to configure a custom bloopInstall script or program. This would mean that on 'import...

### Description This change clears out and deletes the _semanticdb folder before compiling. This is similar to how ScalacWorker was already clearing out the _classes directory. ### Motivation I ran...

When CI was running for PR #1580, the MacOS CI job failed twice, then passed on the 3rd time. (no code changes between the runs). The failed test is //test:Run__test_test_scala_proto_server....

### Describe the bug When using VSCode and doing the textDocument/formatting task, it is very slow on our large codebase. It should be super fast as it is when we...

improvement
performance

For already compiled projects (that end up as noop), the bloopxxxx directory put in Temp directory is not being deleted. On large projects, this can create a LOT of directories...

In v1.2.0+, the scapegoat task causes execution of both the compile in the default 'Compile' configuration as well as the compile in the Scapegoat configuration. This was not the behavior...

bug

This is a ticket to capture the follow-on work related to #1274 issue that was described here: https://github.com/bazelbuild/rules_kotlin/pull/1274#issuecomment-2751604892 > Unfortunately there were some things missing for this, see https://github.com/bazel-contrib/rules_jvm_external/pull/1297#issuecomment-2751599009 >...

run_binary should not inherit the default_shell_env by default, or at least have an option to not inherit them.. Currently, when run_binary calls ctx.actions.run it is hardcoded that it inherits the...

In my project's 'resources', I have two files with the same filename but different paths. They are both listed in the bloop config "resources" section. When I build, Bloop throws...