@calcit/procs 0.13.20 → 0.13.21
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/RFCs/08-18-calcit-typed-js-ffi-boundary-rfc.md +11 -0
- package/editing-history/202608181930-release-0-13-21.md +5 -0
- package/lib/package.json +1 -1
- package/package.json +1 -1
- /package/{history → editing-history}/202608021153-runtime-traits.md +0 -0
- /package/{history → editing-history}/202608021227-format-markdown-cirru.md +0 -0
- /package/{history → editing-history}/202608021239-review-trait-followups.md +0 -0
- /package/{history → editing-history}/202608021251-defimpl-symbol-traits.md +0 -0
- /package/{history → editing-history}/202608021255-doc-type-symbols.md +0 -0
- /package/{history → editing-history}/202608021322-postfix-enum-methods.md +0 -0
- /package/{history → editing-history}/202608021327-postfix-unwrap-examples.md +0 -0
- /package/{history → editing-history}/202608021507-receiver-first-static-inference.md +0 -0
- /package/{history → editing-history}/202608021550-review-type-correctness.md +0 -0
- /package/{history → editing-history}/202608021730-release-0.12.58.md +0 -0
- /package/{history → editing-history}/202608021922-top-level-nominal-schema.md +0 -0
- /package/{history → editing-history}/202608021928-release-0.12.59.md +0 -0
- /package/{history → editing-history}/202608040125-js-runtime-impl-identity.md +0 -0
- /package/{history → editing-history}/202608040241-strict-cirru-edn-decoding.md +0 -0
- /package/{history → editing-history}/202608040954-strict-edn-review-followups.md +0 -0
- /package/{history → editing-history}/202608041206-harden-js-impl-brand-check.md +0 -0
- /package/{history → editing-history}/202608041223-cover-inherited-js-impl-brand.md +0 -0
- /package/{history → editing-history}/202608041911-typed-data-shape-patch.md +0 -0
- /package/{history → editing-history}/202608042252-reject-decoded-edn-collisions.md +0 -0
- /package/{history → editing-history}/202608042338-strict-edn-js-collision-parity.md +0 -0
- /package/{history → editing-history}/202608042344-isolate-strict-edn-dependency-test.md +0 -0
- /package/{history → editing-history}/202608061335-recursive-nominal-display.md +0 -0
- /package/{history → editing-history}/202608061433-required-record-field-access.md +0 -0
- /package/{history → editing-history}/202608062004-wasm-ffi-declarations.md +0 -0
- /package/{history → editing-history}/202608071500-wasm-ffi-review-fixes.md +0 -0
- /package/{history → editing-history}/202608092318-enum-edn-option-diagnostics.md +0 -0
- /package/{history → editing-history}/202608100022-required-struct-field-access.md +0 -0
- /package/{history → editing-history}/202608100102-docs-field-access-ci.md +0 -0
- /package/{history → editing-history}/202608100145-cirru-edn-doc-fences.md +0 -0
- /package/{history → editing-history}/202608100339-struct-path-boundaries.md +0 -0
- /package/{history → editing-history}/202608100348-caps-branch-checkout.md +0 -0
- /package/{history → editing-history}/202608100349-caps-remote-branch-reset.md +0 -0
- /package/{history → editing-history}/202608100959-struct-path-review-followups.md +0 -0
- /package/{history → editing-history}/202608101042-release-0.13.8.md +0 -0
- /package/{history → editing-history}/202608101101-release-pr-workflow.md +0 -0
- /package/{history → editing-history}/202608101102-release-doc-tracked-path.md +0 -0
- /package/{history → editing-history}/202608110054-small-edit-advice.md +0 -0
- /package/{history → editing-history}/202608110125-review-optional-list-first.md +0 -0
- /package/{history → editing-history}/202608110133-review-core-call-sites-and-thresholds.md +0 -0
- /package/{history → editing-history}/202608110140-release-0.13.9.md +0 -0
- /package/{history → editing-history}/202608111550-trailing-option-parameters.md +0 -0
- /package/{history → editing-history}/202608111610-review-core-option-identity.md +0 -0
- /package/{history → editing-history}/202608111624-js-string-replace-termination.md +0 -0
- /package/{history → editing-history}/202608111650-release-0.13.11.md +0 -0
- /package/{202608121618-type-guidance.md → editing-history/202608121618-type-guidance.md} +0 -0
- /package/{202608121730-struct-option-constructor.md → editing-history/202608121730-struct-option-constructor.md} +0 -0
- /package/{202608121900-release-0.13.12.md → editing-history/202608121900-release-0.13.12.md} +0 -0
- /package/{history → editing-history}/202608131228-scope-development-dependencies.md +0 -0
- /package/{history → editing-history}/202608131258-audit-legacy-upgrade-playbook.md +0 -0
- /package/{history → editing-history}/202608131340-agent-dependency-intent-audit.md +0 -0
- /package/{history → editing-history}/202608131607-runtime-map-decoder.md +0 -0
- /package/{history → editing-history}/202608131625-core-decode-map-as-metadata.md +0 -0
- /package/{history → editing-history}/202608131650-release-0.13.15.md +0 -0
- /package/{history → editing-history}/202608171611-dependency-audit-review.md +0 -0
package/.yarn/install-state.gz
CHANGED
|
Binary file
|
|
@@ -119,6 +119,17 @@ read-only 与 writable。DOM、Node 和 npm API 中大量属性只读;仅检
|
|
|
119
119
|
不得把 JavaScript object 直接伪装成 Calcit `Struct`。Struct 表示已经转换并满足 Calcit
|
|
120
120
|
数据不变量的值;external trait 才表示“仍由宿主拥有,但我们信任它具有这些能力”。
|
|
121
121
|
|
|
122
|
+
### 定义值不是 `Dynamic`
|
|
123
|
+
|
|
124
|
+
`defstruct`、`defenum`、`deftrait`、`defimpl` 产生的是可反射、可传递的定义值,不是
|
|
125
|
+
“任意未知值”。其 `CodeEntry :schema` 分别使用已有的 `StructDef`、`EnumDef`、`Trait`、
|
|
126
|
+
`Impl` 标记。旧快照中为兼容而遗留的根 `Dynamic` 在加载时规范化为对应标记;快照写回时
|
|
127
|
+
保持该标记。
|
|
128
|
+
|
|
129
|
+
这只描述定义值的种类,不把它们当作普通 Struct/Enum 实例,也不向 trait 匹配或泛型统一
|
|
130
|
+
增加 FFI 特例。字段、variant payload 和方法签名里的 `Dynamic` 仍是实际的动态债务,继续
|
|
131
|
+
参与 weak-types 与 quality gate;定义根本身不参与 Dynamic 计数。
|
|
132
|
+
|
|
122
133
|
### 不复制 TypeScript 类型系统
|
|
123
134
|
|
|
124
135
|
本 RFC 不引入:
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
# Release 0.13.21
|
|
2
|
+
|
|
3
|
+
- Publish the typed JavaScript FFI boundary and the related struct/enum type-resolution fixes merged from PR #367.
|
|
4
|
+
- Improve migration diagnostics for projects moving their version field to `deps.cirru`.
|
|
5
|
+
- Keep Cargo and npm package versions synchronized at `0.13.21`.
|
package/lib/package.json
CHANGED
package/package.json
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/{202608121900-release-0.13.12.md → editing-history/202608121900-release-0.13.12.md}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|