-
Notifications
You must be signed in to change notification settings - Fork 35
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
feat(hydroflow_plus): use trybuild to compile subgraph binaries #1398
Conversation
Deploying hydroflow with Cloudflare Pages
|
d4147cf
to
d09e40b
Compare
f06bb2d
to
53b0c7d
Compare
For now, to compile in release mode you must manually provide the appropriate rustc flags. I'm going to leave supporting Cargo profiles to a later PR, that requires much more work. |
|
87e9a4a
to
beb7568
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
exciting!
None, // Python API doesn't support rustflags | ||
None, // Python API doesn't support target_dir | ||
false, // Python API doesn't support no_default_features | ||
None, // Python API doesn't support perf |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
are we keeping the python API around?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess for now... not super sure if we care to maintain it going forward though. Probably a separate discussion to have.
…disable cloning (#1404) Cloning was unsafe because values behind a `Rc<RefCell<...>>` in the case of tee would be entangled with the old IR. --- [//]: # (BEGIN SAPLING FOOTER) Stack created with [Sapling](https://sapling-scm.com). Best reviewed with [ReviewStack](https://reviewstack.dev/hydro-project/hydroflow/pull/1404). * #1405 * #1398 * __->__ #1404
e3bb4a7
to
a3456c5
Compare
Fixes #1307