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
|`callbacks/test_derived_callbacks.py::test_immediate_dummy_procedure_converts_derived_arguments_and_results[*]`| callback-local borrowed derived input plus wrapper-owned derived result conversion | derived slice after Phase 9 construction |
4434
-
|`callbacks/test_callback_generated_pyi_contracts.py`| named prototypes, reference-default and`Value(T)` transport, shape, character storage, cross-module identity, and result annotations round-trip exactly | semantic-contract parity slice |
4435
-
|`semantics/conversion/pyi/test_types_and_values.py` callback cases | prototype declarations and references, `Value(T)`, exact argument names used by shapes, and unnecessary `Addr(...)`prototype forms | policy completion before planner work |
4431
+
|`callbacks/test_callback_generated_pyi_contracts.py`| named prototypes, primitive value defaults, explicit primitive `Addr(T)` references, non-primitive`Value(T)` transport, shape, character storage, cross-module identity, and result annotations round-trip exactly | semantic-contract parity slice |
4432
+
|`semantics/conversion/pyi/test_types_and_values.py` callback cases | prototype declarations and references, primitive `Addr(T)`, non-primitive `Value(T)`, exact argument names used by shapes, and invalid prototype transport forms | policy completion before planner work |
4436
4433
4437
4434
### Phase 10 Plan Shape And Action Vocabulary
4438
4435
@@ -4504,12 +4501,13 @@ For every dependency-closed sub-lane:
4504
4501
call scope, context lifetime, same-thread rule, GIL rule, cleanup, and
4505
4502
fatal-error behavior.
4506
4503
-[x] Preserve generated and edited named prototypes exactly. Reject an
0 commit comments