Track material creases through def line-parameters #46
Loading…
Add table
Add a link
Reference in a new issue
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?
Follow-up to #28 (PR #43). Passing a named crease as a
defline-parameter snapshots it toFrozenat call time (eval.ml, the ``Line, ALinearm), so inside the body--paramno longer tracks later folds and--( --param #(...) )` errors "not a physical crease, so it has no flaps".Materiality is preserved on export/instance access but lost on parameter passing — an asymmetry deferred from PR2. Thread the crease's identity (its
crease_id) through the parameter binding so a material crease stays material inside the def body.