Results 155 issues of Andrew Mackenzie

I have installed mold on macos (Monterey 12.0.1) using homebrew: `uname -a` `Darwin MacBook-Pro 21.1.0 Darwin Kernel Version 21.1.0: Wed Oct 13 17:33:23 PDT 2021; root:xnu-8019.41.5~1/RELEASE_X86_64 x86_64 ` `which mold`...

What do you think about adding support for workspaces? I have a workspace project with multiple crates in it, 3 of them produce binaries, the others are libraries and dependencies...

I just came across cargo-kcov after struggling a lot with kcov related things on Mac OS in particular. Not sure it looks actively maintained though? I see build is failing....

Your repo caught my eye as I started https://github.com/andrewdavidmackenzie/libproc-rs as a rust wrapper for similar functionality. Just thought I'd mention it!

See https://github.com/andrewdavidmackenzie/libproc-rs/pull/76 but it took about 12h for macos-12 instances to become available to run on this PR, then they failed with no details - so maybe I'll wait before...

Add macos-12 to the test matrix. Do coverage always

Not sure how to test those calls reliable yet. Maybe need to use some other macos API to create a thread or a workqueue?

Ass Apple updates darwin, it adds some new variants (flavors) available to some API calls (e.g. proc_pidinfo()). Create a mapping of XNU version --> What variants available --> What versions...

It would be great for someone who understands more of the details of the Darwin kernel structures to help add more informative doc comments for them in the code

help wanted