juanique

Results 4 comments of juanique

While this would be an amazing feature... is there a good way to detect this in coffeescript?. If the sample code was from a website, `bar` could be defined by...

Is there a workaround for this? for anything that depends on protocol buffers or grpc I'm getting: ``` greeter_client_mypy.runfiles is not a valid Python package name ``` See [build output](https://app.buildbuddy.io/invocation/7fb56ce0-ae1a-4994-89fa-1333509be422#).

When I use mypy version `0.971`, all my `mypy_test` targets start failing with: ``` /workdir/bazel-output-base/sandbox/processwrapper-sandbox/119/execroot/repo/bazel-out/k8-fastbuild/path/to/target_mypy.runfiles is in the MYPYPATH. Please remove it. ``` See example invocation: https://app.buildbuddy.io/invocation/82dd2ab8-d1de-4cf5-a1ca-7cd350927bf7. I'm currently using...

Is there a workaround for this? this prevents me from using `mypy` build-time aspect checks because it breaks as soon as I introduce a protobuf + python target with this...