Vincent Esche
Vincent Esche
While not a fix for the issue you're observing, #19 would allow you to compile on M1 via `cmake . -Bbuild -DSDPTRANSFORM_BUILD_TESTS=OFF` I feel like test-compilation should preferably be opt-in...
Here's one from me, in case that helps: http://pastebin.com/xUTH1E2Y (using `valgrind` installed via `brew install valgrind` on OS X 10.11.4)
Hi Rob, thanks for the feature request! `AsyncOperation` is rather low-priority among my projects though, as I built it as a kind of proof-of-concept back then and never really used...
I'd rather not have two separate configs to be honest. Given how small the project is I'd reckon that "just" moving the appropriate files into "Sources" and "Tests" might be...
Hey @graysonarts, this looks great! Since the absolute paths cause problems with unit tests (since the working directory on CI differs from your setup) it would probably be desirable (at...
> Oh, I haven't tried `--with-externs`. I'll do some testing for it and see what is does. I didn't change any of the generation code, so it _should_ work like...
@graysonarts you may want to rebase this branch onto `main` as it fixes a bunch of rust-analyzer breakage.
Hi @EdmundsEcho, thanks for the detailed feedback, it is much appreciated! Since (if I understand your project correctly) the modules are strictly speaking part of the `oauth` library, rather than...
Hi @asomers, and thanks for the report! You are absolutely right in that this is currently an unfortunate limitation. The rust-analyzer API that cargo-modules currently uses for obtaining the dependencies...
I'm fairly certain there should be some way to get this information out of rust-analyzer. I just couldn't find any function that directly addresses cargo-module's needs. I'm somewhat hesitant to...