Jonathon Belotti
Jonathon Belotti
Starting to address with #50
Next step is to simplify the CSS and the Javascript.
Started on `jbelotti/gem-it-up `
Looking into this just now, we may be able to get away with just changing off of `ParameterFileType.UNQUOTED`. https://github.com/bazelbuild/bazel/blob/0b1e6126b78dd356a88e2ea86ffb372a961c8a91/src/main/java/com/google/devtools/build/lib/bazel/rules/python/BazelPythonSemantics.java#L403 ```java /** * A parameter file with every parameter on a...
After directly engaging with the 'zipper' tool: > ./bazel-bazel-build_python_zip-bug-reproduction/external/bazel_tools/tools/zip/zipper/zipper c x.zip "foo=bar.py=foo=bar.py" I can see that the tool just doesn't seem to support having a destination path in the zip...
Looking through the source, I'm fairly confident the `zipper` is [`third_party/ijar/zip_main.cc`](https://github.com/bazelbuild/bazel/blob/master/third_party/ijar/zip_main.cc). Seems quite possible that the original use case of zipping IJars never intended to support `=` characters in filenames....
Same kind of issue in `pyarrow==3.0.0`. It includes a file with path: `pyarrow/tests/data/feather/v0.17.0.version=2-compression=lz4.feather`.
I'll jump back in to note how we avoid this. We no longer zip up our apps, using `--build_python_zip`, Pex, or google/subpar. We either execute `py_binary`, or ship the `py_binary`...
@jin Anything to update regarding this issue, specifically concerning Scala compile-classpath issues.? @shs96c you had a PR for this yeah?
Yeah plugins aren't supported at the moment. Can I edit the title of your issue to say "MyPy Plugins not supported" and leave this open until they are?