Ignas Anikevicius
Ignas Anikevicius
Given that `pywin32` is on its way out, should we care about this here? What would be the use case for supporting this?
I think I misspoke about pywin32 and we should probably investigate what is going on. On 6 November 2023 21:42:41 GMT+09:00, Yun Peng ***@***.***> wrote: >It's used in Bazel's python...
I think it could be related to https://github.com/indygreg/PyOxidizer/issues/442
I am not sure if the complexity is worth it as the package imports may overlap at the top level. It could be possible to improve it, but I am...
One extra idea how we could simplify the `gazelle_python.yaml` file by a lot is to only include the dependencies that the project is referencing directly. For example, if my project...
I think my previous suggestion about `requirements.in`/`pyproject.toml` may have been indeed not worth the effort. I personally do not mind large files since they are machine generated and consumed and...
I have thought a little more about this and it may be the proposed would work well in cases to reduce merge conflicts. The smaller and simpler the file, the...
#1842 could be something that may be useful once you try this again. Closing this as there are plenty of users using the plugin with internal and external dependencies and...
For 2. you should be able to construct a test similar to how we have them in https://github.com/bazelbuild/rules_python/tree/main/gazelle/python/testdata You can have the bazel file before running gazelle and after running...
I think you are missing ```starlark # To compile the rules_python gazelle extension from source, # we must fetch some third-party go dependencies that it uses. load("@rules_python_gazelle_plugin//:deps.bzl", _py_gazelle_deps = "gazelle_deps")...