Michael Shoemate
Michael Shoemate
When you installed the package, did you use the`-e` flag? As in, `pip install -e .`? The editable install is important. The code here is the logic for loading the...
When I tried running this on my own on a new virtual env, I wasn't able to find pytest unless I ran `python -m pytest -v`. Things otherwise worked. I'm...
@michaeleliot What is the state of this? Were you able to get pytest working?
I originally named the feature "full", like in syn, but figured it would be better to keep things consistent. I can rename the opendp_derive "derive" feature to "full" and module...
Adjusted @tasn's answer to read a bit cleaner: ```rust match cbindgen::generate(&crate_dir) { Ok(bindings) => bindings.write_to_file("target/header.h"), Err(cbindgen::Error::ParseSyntaxError { .. }) => return, // ignore in favor of cargo's syntax check Err(err)...
I rebased this and updated it to be consistent with other proofs. This is ready for another round of review.
After snooping around the forks, I see @itr-tert has written a scheme version here: https://github.com/itr-tert/gimp-resynthesizer-scm
> [!WARNING] > This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite....
> [!WARNING] > This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite....
Closing in favor of #819 (rewritten to parse the Polars DSL).