Samuel Marks
Samuel Marks
@Cheney-W That should do the trick.
@Cheney-W Darn, it's been open for 2 years and no activity for 3 months (whence someone had built solution on their fork): https://gitlab.kitware.com/cmake/cmake/-/issues/20511 I'll make the changes you suggested &...
@Cheney-W I thought I did a week ago? - Or did I miss something?
Yes, I thought maybe I'd add Windows support first then send it through Otherwise it's basically ready at is
Related: https://github.com/mirzemehdi/KMPAuth
@seflue I think that PR is ready where I left it… feel free to add tests or whatever else Sagie Gur-Ari requires. FWIW: I also wrote a much simpler tool...
@seflue Of course! - I'm not sure whatever happened to this project I was working on 🤷 …so I've open-sourced it—philosophically I open-source everything; but sometimes people want a little...
Hmm I'm trying to figure it out by `grep`ping about, `hexdump`ing, `nm`, `objdump` and friends. This is the closest I can do `docker run --rm -it --entrypoint /bin/sh alpine`: ```...
:man_shrugging: this https://github.com/rust-lang/rust/issues/71564 links here https://github.com/rust-lang/rust/blob/master/src/ci/docker/scripts/musl-toolchain.sh which could just as easily be checked by file presence | absence in the `/lib` directory. My little `grep` seems pretty clean. Also keep...
Happy to tackle that. What error were you getting?