Simon Toens
Simon Toens
Given these bazel packages/targets: ``` /libs/l1:prod /libs/l1:test /libs/l2:prod /libs/l2:test ``` And these references: ``` //libs/l2:prod depends on //libs/l1:prod //libs/l1:test depends on //libs/l2:prod //libs/l2:test depends on //libs/l1:prod ``` Bazel is ok...
We have some error handling in place for failed project imports, but it doesn't work very well and it seems brittle. We need to re-visit how we can better handle...
When importing Bazel projects into Eclipse, a special project is created that represents the root of the Bazel workspace (the directory containing Bazel's WORKSPACE file). This project is called "Bazel...
Issue #5 adds initial Project View support (bazelproject file), but supports only the "directories:" section. Add support for the "targets:" section also. At the same time, remove the logic that...
It is possible that a Bazel build contains targets that are: - slow to build - not meaningful to an IDE For example, these could be targets that build docker...
During project import, if the user clicks the cancel button, we should actually abort the project import and clean up. As an initial implementation, we can check the state of...
If a directory or target in the projectview file starts with '-', it should be treated as an exclusion (this is how the feature works in IJ also). This will...
This is quite an edge case, but if a user imports 2 different bazel workspaces, that contain the SAME labels, then the 2nd project import will fail in strange ways,...
I am trying: - GoLand 2021.2.1 Build #GO-212.5080.40, built on August 18, 2021 - Bazel Plugin: 2021.09.21.0.1-api-version-212 and: - IJ Ultimate IDEA 2021.2.2 (Ultimate Edition) Build #IU-212.5284.40, built on September...
This issue exists to track the list of software that does not work with iAmiga. We can create more detailed issues once we figure out the actual cause. Defender of...