messense
messense
Looks like the `ignore` crate we use behaves differently from `git`, see https://github.com/BurntSushi/ripgrep/issues/1221.
> Should I keep the issue open, until the upstream issue is fixed? Yes, let's keep it open.
After #948 we now have the skeleton to allow shipping both lib and bin, the remaining question is how to let users configure it. We'd still want maturin to by...
Thanks for the feedback! While thinking more about this, there is a question on how does the existing `--bindings` option interacts with `targets`, there might be cases where the `lib`...
Might be a zig issue, try search in zig's issue tracker: https://github.com/ziglang/zig/issues
Thanks for the issue, feel free to implement it and send PRs.
https://github.com/pypa/warehouse/blob/c7925740d088affbc9e2f8ce98afe23284a6ea59/warehouse/forklift/legacy.py#L426-L439 Looks like warehouse haven't support version 2.2 yet?
It shouldn't be hard to include the debug symbol file. Do you know any Python C/C++ extension that includes debug symbol files as a reference?
I think this isn't hard to support for pure Rust layout since we're already emitting `__init__.py`, and we can get a list of `PyInit__XYZ` symbols from the `.so` file and...
Feel free to ping me if you need any help.