forked from kiss-community/repo
Building Rust without Python? #15
Labels
No Label
core
extra
help wanted
new package
question
update
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Blocks
#14 Move rust to core
bonsai/repo
Reference: bonsai/repo#15
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
God why in the fuck does Rust require Python to build‽ Dear lord we should investigate patching it to remove the hard Python dep ;-;
A lead: https://github.com/thepowersgang/mrustc
:agony:
Regrettably, it looks like we will probably end up having to move Python to core
Maybe someday we can use gccrs. We’re switching to clang/llvm for now but once bindgen has a gcc backend we can switch back to gcc and ditch clang entirely.
Could this work?: https://rustpython.github.io/
This will not help, it is a Python implementation.
I was wondering if we could use this as our Python implementation - it might simplify things to have Rust dependency also be written in Rust.
I’m not too certain how that simplifies things. Could you elaborate?
Hmm. Forgot this is a kiss repo so it'll be cake either way. Never mind...