Philipp Schrader

Results 45 comments of Philipp Schrader

We're also seeing this. I do find it very interesting that it's an exec failure. AFAICT it's not an error printed by the tool responsible for the action, it's bazel...

I wanted to note that that work around did not work in our case. It was still happening with 7.0.2.

Huh. I would never have guessed that `--modify_execution_info` is not additive. I suspect that's where my mistake was. I will check.

As an aside: Would it be worth filing an upstream Bazel issue for this? This _feels_ like a bug in Bazel that you're working around here.

The lack of tab completion comes from the `code` module not implementing it. The ipython implementation does have code completion which is the one we use at work. I think...