forked from paradigmxyz/cryo
-
Notifications
You must be signed in to change notification settings - Fork 0
P1-4: alloy migration — to_df macro & python crate #20
Copy link
Copy link
Closed
Labels
area/pythoncryo_python cratecryo_python cratephase/1Dependency ModernizationDependency Modernizationsize/mMedium taskMedium taskstatus/blockedBlocked by a dependencyBlocked by a dependencytype/choreMaintenance, tooling, housekeepingMaintenance, tooling, housekeeping
Milestone
Description
Activity
Metadata
Metadata
Assignees
Labels
area/pythoncryo_python cratecryo_python cratephase/1Dependency ModernizationDependency Modernizationsize/mMedium taskMedium taskstatus/blockedBlocked by a dependencyBlocked by a dependencytype/choreMaintenance, tooling, housekeepingMaintenance, tooling, housekeeping
Roadmap task
P1-4
Problem
The
cryo_to_dfproc-macro and thecryo_pythoncrate interact with alloy types and the pyo3 stack; both must be updated for alloy 1.x.Affected files
crates/to_df/crates/python/Acceptance criteria
to_dfmacro expands correctly and the Python bindings build and import.Validation method
cargo build --workspace; build the Python wheel and import it.References & credit
ROADMAP P1-4. Depends on P1-2 and P1-3. Reference: upstream PR paradigmxyz#244 (@clouds56).