@calcit/procs 0.13.34 → 0.13.36
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.yarn/install-state.gz +0 -0
- package/editing-history/20260823-1645-definition-schema-roundtrip.md +6 -0
- package/editing-history/20260823-1653-release-01335.md +5 -0
- package/editing-history/20260823-1711-callable-schema-wrapper.md +5 -0
- package/editing-history/20260823-1720-release-01336.md +5 -0
- package/lib/package.json +1 -1
- package/package.json +1 -1
package/.yarn/install-state.gz
CHANGED
|
Binary file
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
# Definition schema round-trip 修复
|
|
2
|
+
|
|
3
|
+
- 发现连续两次 `calcit edit/tree` 会把 `StructDef` / `EnumDef` schema 误读为匿名 `Enum`。
|
|
4
|
+
- 根因是 Snapshot 的零 payload 类型包装 `:: 'Type` 仅对 `Dynamic` 特判,其他 canonical symbol 落入普通 enum 解析。
|
|
5
|
+
- 统一通过 canonical type symbol parser 读取非 callable 的零 payload schema,并覆盖两次 load/save 的回归测试。
|
|
6
|
+
- 真实复现与影响记录在 calcit-lang/calcit#390。
|
package/lib/package.json
CHANGED