Files
Web_FreeCAD_Bitbybit/config/freecad-property-boollist-promotion.json
wangdequan d11566403d
Some checks are pending
real-verification / chrome (push) Waiting to run
real-verification / freecad-oracle (push) Waiting to run
real-verification / wasm (push) Waiting to run
feat: close ordered pairs and property codec batches
2026-08-17 04:58:46 -04:00

81 lines
2.1 KiB
JSON

{
"schemaVersion": 1,
"status": "pass",
"taskId": "PROP-app-propertyboollist-I",
"baseline": {
"freecadVersion": "1.1.1",
"commit": "0108fd4b4850cc46e625b60e53cea7a7bbe69f8d"
},
"propertyType": "App::PropertyBoolList",
"recordCount": 7,
"phaseEvidence": {
"A": [
"config/freecad-property-boollist-inventory.json",
"check:freecad-property-boollist-inventory"
],
"B": [
"config/freecad-property-boollist-success.json",
"check:freecad-property-boollist-success"
],
"C": [
"config/freecad-property-boollist-failure.json",
"check:freecad-property-boollist-failure"
],
"D": [
"config/freecad-property-boollist-mutation.json",
"check:freecad-property-boollist-mutation"
],
"E": [
"src/facade/types.ts",
"src/facade/fcstd.ts",
"src/facade/mockFacade.ts",
"src/App.tsx",
"tests/propertyBoolListFacade.test.ts",
"test:freecad-property-boollist-facade"
],
"F": [
"tests/propertyBoolListTransaction.test.ts",
"test:freecad-property-boollist-transaction"
],
"G": [
"config/freecad-property-boollist-roundtrip.json",
"check:freecad-property-boollist-roundtrip"
],
"H": [
"config/chrome-property-boollist-verification.json",
"check:chrome-property-boollist"
]
},
"promotion": {
"from": "opaque-fcstd-proxy",
"to": "native-editable-codec",
"facadeValueModel": "variable-boolean-array",
"writableRecords": 3,
"immutableHiddenRecords": 4,
"fcstdElement": "BoolList",
"nativeRoundTripValue": [
true,
false,
true,
false
],
"browserRoundTripValue": [
true,
false,
true,
false
],
"zeroUnknownDrift": true
},
"exactBlockerSync": {
"nativeEditableTypes": 30,
"nativeEditableRecords": 4361,
"opaqueTypes": 50,
"opaqueRecords": 466,
"exactPromotionReady": false,
"exactBlocker": "50 runtime property types and 466 records remain opaque-only; complete native document and property semantics"
},
"systemExact": false,
"generatedAt": "2026-08-17T08:49:33.825Z"
}