Simon Toens

Results 14 issues of 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...

bug
EPIC: BEF import redesign
BEF

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...

bug
EPIC: BEF import redesign
BEF

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...

user feature
good first issue
BEF

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...

user feature
EPIC: projectview

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...

user feature
EPIC: projectview

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...

user feature
EPIC: BEF import redesign
BEF

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...

user feature

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,...

bug

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...

type: bug
lang: go
product: IntelliJ
product: GoLand
topic: testing
awaiting-maintainer

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...