You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After we have a (more) fully-featured rust backend post-#8715 (possibly basing on top of #7260), we'll want to consider whether we can build pants with it! Considerations:
How do we orchestrate the "python generates scheduler.h => rust generates the scheduler binary, generating rust bindings for the scheduler with cbindgen => python uses cffi to connect to rust" sequence either (1) within cargo itself (2) via pants?
Is that even the right description?
If it's difficult to move over the logic from a lot of shell scripts at once, is it possible to e.g. integrate our custom shell scripts into a v2 process execution?
After we have a (more) fully-featured rust backend post-#8715 (possibly basing on top of #7260), we'll want to consider whether we can build pants with it! Considerations:
scheduler.h=> rust generates the scheduler binary, generating rust bindings for the scheduler withcbindgen=> python usescffito connect to rust" sequence either (1) within cargo itself (2) via pants?