• Joined on 2026-02-16
hugo pushed to main at hugo/MetaCrate 2026-08-08 22:28:57 +00:00
3068e5ee9e Implement vector color and ray compatibility
hugo closed issue hugo/MetaCrate#27 2026-08-08 22:08:47 +00:00
Types: implement UUID, CRC32, and byte-order compatibility
hugo commented on issue hugo/MetaCrate#27 2026-08-08 22:08:40 +00:00
Types: implement UUID, CRC32, and byte-order compatibility

Additional broad test audit after review: cargo test --workspace --no-fail-fast uuid ran all UUID-named tests. The 6 native UUID tests and translated TypeTests.UUIDs pass. UUID-named downstream…

hugo commented on issue hugo/MetaCrate#27 2026-08-08 22:07:47 +00:00
Types: implement UUID, CRC32, and byte-order compatibility

Implemented in commit 28a6f54. Added native Rust UUID backed by the uuid crate with explicit network-byte and mixed-endian Guid conversions, full parsing/formatting, ordering, hashing, XOR, MD5…

hugo pushed to main at hugo/MetaCrate 2026-08-08 22:07:29 +00:00
28a6f54f7e Implement UUID CRC32 and byte order compatibility
hugo closed issue hugo/MetaCrate#26 2026-08-08 21:35:32 +00:00
Test-suite gate: zero pending cases and controlled red-suite audit
hugo commented on issue hugo/MetaCrate#26 2026-08-08 21:35:29 +00:00
Test-suite gate: zero pending cases and controlled red-suite audit

Implemented and verified in e63f2c6.

  • Fixed the reviewed parity baseline at the pinned executable NUnit inventory: 1,289 cases (1,266 ordinary translations, 19 conditional live-grid translations,…
hugo pushed to main at hugo/MetaCrate 2026-08-08 21:35:11 +00:00
e63f2c615a Establish controlled red-suite baseline
hugo closed issue hugo/MetaCrate#25 2026-08-08 21:22:55 +00:00
Translate the complete RLV test suite exactly
hugo commented on issue hugo/MetaCrate#25 2026-08-08 21:22:14 +00:00
Translate the complete RLV test suite exactly

Implemented in commit 3140e65 and pushed to main.\n\n- Added 616 one-for-one Rust RLV tests across 24 targets, covering every pinned command, query, restriction, exception, inventory-map,…

hugo pushed to main at hugo/MetaCrate 2026-08-08 21:21:50 +00:00
3140e65dc7 Translate complete RLV test suite
hugo closed issue hugo/MetaCrate#24 2026-08-08 19:47:35 +00:00
Translate social, directory, groups, friends, and marketplace tests exactly
hugo commented on issue hugo/MetaCrate#24 2026-08-08 19:47:32 +00:00
Translate social, directory, groups, friends, and marketplace tests exactly

Implemented in commit 1604822. Added 64 one-to-one Rust translations (34 MarketplaceFolderClassifier, 24 MarketplaceManager, 2 OfflineMessages, 2 ProductInfoRequestMessage, and 2 remaining…

hugo pushed to main at hugo/MetaCrate 2026-08-08 19:47:08 +00:00
1604822689 Translate social and marketplace parity tests
hugo commented on issue hugo/MetaCrate#23 2026-08-08 19:28:45 +00:00
Translate object, parcel, terrain, grid, estate, and experience tests exactly

Implemented in cdb3926. Added 99 executable Rust translations for the owned world-state cases: 98 offline cases and the EstateTools live case, covering SLURLs, object/texture/primitive round…

hugo closed issue hugo/MetaCrate#23 2026-08-08 19:28:45 +00:00
Translate object, parcel, terrain, grid, estate, and experience tests exactly
hugo pushed to main at hugo/MetaCrate 2026-08-08 19:28:27 +00:00
cdb392643c Translate world-state parity tests
hugo closed issue hugo/MetaCrate#22 2026-08-08 18:54:30 +00:00
Translate inventory, AIS, cache, and task-inventory tests exactly
hugo commented on issue hugo/MetaCrate#22 2026-08-08 18:54:26 +00:00
Translate inventory, AIS, cache, and task-inventory tests exactly

Implemented and pushed in d7d1295. Translated all 40 issue-owned NUnit invocations into explicit Rust tests: 2 inventory constructor-null cases, 9 AIS parsing/task-completion cases, 3 inventory-man…

hugo pushed to main at hugo/MetaCrate 2026-08-08 18:54:09 +00:00
d7d12957e6 Translate inventory parity tests