Peter Laird
Peter Laird
I am going to Ignore the BazelProjectImporterTest methods, because they are failing in CI and on my local machine. ```sh Running com.salesforce.b2eclipse.managers.BazelProjectImporterTest Tests run: 3, Failures: 0, Errors: 3, Skipped:...
Will need to update GitHub actions, primarily.
Investigate support for packages that have rules that use this code generator framework: https://github.com/salesforce/bazel-java-builder-template
Investigate and implement code coverage support in BEF. This may include: - Integration with EclEmma code coverage plugin (or, others?) - Updating our [test launcher](https://github.com/salesforce/bazel-eclipse/blob/master/bundles/com.salesforce.bazel-java-sdk/src/main/java/com/salesforce/bazel/sdk/command/BazelLauncherBuilder.java#L183) to use _coverage_ instead of...
It is a known issue that mixing IDE builds with CLI/shell builds can lead to Bazel throwing away a lot of cached work. This is due to the fact that...
A user of BEF reported that they had a confusing experience with their test launcher in Run Configurations. They accidentally used the JUnit 3 launcher. Miraculously a handful of tests...
Last week I was working in a Java package in a Bazel workspace in BEF. I saved a file (I don't remember what file type, was it a BUILD file?)...
We have talked internally about having a feature to automatically track API modules and offer to add the api target to compile_deps, and impl target to runtime_deps. This ticket will...
As a BEF user I would like to have smart editor support for BUILD files **Background:** Given resource constraints on BEF, BEF is mostly just trying to integrate Bazel into...
As a BEF user I would like to configure my launcher (java_binary, junit) with more configuration than what is possible today **Details** Look at the IntelliJ Bazel launch config UI...