Catherine

Results 1913 comments of Catherine

Someone else's crate that does this: https://github.com/gimli-rs/gimli My (much simpler) crate that does this: https://github.com/m-labs/rust-managed I worked around this and I won't get back to the no_std code where failure...

> fixes `setup.py` so that `python setup.py test` works. That's [deprecated](https://setuptools.readthedocs.io/en/latest/setuptools.html#test-build-package-and-run-a-unittest-suite).

@alexcrichton There are precompiled binaries now; could you reopen this, please?

A good test case for this problem: ``` [%expr fun x -> [%e Exp.variant (int_encoding typ) [%expr (Int64.to_string x)]]] ```

@Charlesetc That's already there; see https://github.com/alainfrisch/ppx_tools/blob/master/ppx_metaquot.ml#L28-L38

All setuid hits are false positives from the included sources of binutils.

All setuid hits are false positives from the included sources of binutils.

That's really broken. They're poking into the undocumented, unstable guts of the CPython runtime, and I'm not going to implement that gross hack. What we can do instead is to...

> I have not come across a use case that could not be solved in other ways so far, but just wanted to flag this up to see whether there...