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
Both missions depend only on `octo-determin` crate (already in stoolap) and RFC-0104 (Accepted). Neither depends on RFC-0130.
11
+
Both missions depend only on `octo-determin` crate (already in stoolap) and RFC-0104 (Accepted). Neither depends on RFC-0202.
12
12
13
-
**BigInt (wire tag 14)** is covered by RFC-0130-A — see "RFC-0130-A and RFC-0130-B Dependency" section below.
13
+
**BigInt (wire tag 14)** is covered by RFC-0202-A — see "RFC-0202-A and RFC-0202-B Dependency" section below.
14
14
15
15
---
16
16
@@ -421,7 +421,7 @@ Phase 2f adds explicit DFP serialization/deserialization with wire tag 13 in the
421
421
422
422
The `octo-determin::Dfp` and `DfpEncoding` types already exist in stoolap. Phase 2f is purely about wire protocol dispatch.
423
423
424
-
**Note:** BigInt (wire tag 14) is NOT covered by this mission — it is specified by RFC-0130 and depends on RFC-0130 being Accepted and Implemented first.
424
+
**Note:** BigInt (wire tag 14) is NOT covered by this mission — it is specified by RFC-0202 and depends on RFC-0202 being Accepted and Implemented first.
425
425
426
426
### Dispatcher Integration
427
427
@@ -439,34 +439,34 @@ The `octo-determin::Dfp` and `DfpEncoding` types already exist in stoolap. Phase
439
439
440
440
---
441
441
442
-
## RFC-0130-A and RFC-0130-B Dependency
442
+
## RFC-0202-A and RFC-0202-B Dependency
443
443
444
444
BigInt infrastructure in stoolap is split into two RFCs:
445
445
446
-
**RFC-0130-A** (Stoolap BIGINT and DECIMAL Core Types, Draft):
446
+
**RFC-0202-A** (Stoolap BIGINT and DECIMAL Core Types, Draft):
447
447
- Core type infrastructure: `DataType::Bigint`, `DataType::Decimal`, `Value::bigint()`, `Value::decimal()`, SQL parsing, VM dispatch
448
448
- Depends ONLY on RFC-0110 and RFC-0111 (both Accepted) — **no conversion dependency**
449
-
-**Can be implemented immediately** while RFC-0130-B completes review
449
+
-**Can be implemented immediately** while RFC-0202-B completes review
450
450
451
-
**RFC-0130-B** (BIGINT and DECIMAL Conversions, Draft):
451
+
**RFC-0202-B** (BIGINT and DECIMAL Conversions, Draft):
0 commit comments