-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Better development setup #6
Comments
I think |
The problem is more that we have run So maybe this issue should be renamed to "incremental python build" |
is there an issue with the recommendations here #1 (comment)? I think that makes sense + during dev doing |
How long does Usually, in OCaml land we don't need to install anything, our tooling recognizes that _build contains artifacts and acts accordingly. This, with build caches, makes dev very fast. To give a reference, serapi usually is in the sub 1 s build for me. |
good questions. The normal |
Thanks for the info @brando90 . I think we need to look at projects that use python to access some C library, that's exactly what we are doing here (we expose Coq as a C library) |
As of now,
make
does a fullpython3 setup.py build && pip3 install .
; would be nice if we had a faster workflow, but I have no idea how to it.The text was updated successfully, but these errors were encountered: