• Joined on 2026-02-16
hugo closed issue hugo/MetaCrate#21 2026-08-08 18:29:48 +00:00
Translate appearance, baking, and current-outfit tests exactly
hugo commented on issue hugo/MetaCrate#21 2026-08-08 18:29:43 +00:00
Translate appearance, baking, and current-outfit tests exactly

Implemented and pushed in a78f9fb.\n\nImplemented:\n- translated all 120 NUnit invocations from AppearanceLiveTests, AppearanceManagerTests, AppearanceTests, BakerTests, BatchLinkTests, CurrentOutf…

hugo pushed to main at hugo/MetaCrate 2026-08-08 18:29:27 +00:00
a78f9fba76 Translate appearance and outfit parity tests
hugo opened issue hugo/RuDS#134 2026-08-08 18:29:04 +00:00
categories in metadata do not get suggestions
hugo closed issue hugo/MetaCrate#20 2026-08-08 17:44:42 +00:00
Translate avatar and animesh tests exactly
hugo commented on issue hugo/MetaCrate#20 2026-08-08 17:44:32 +00:00
Translate avatar and animesh tests exactly

Implemented in ffe559d. Translated all 60 owned C# cases as explicit Rust tests against the mapped library APIs: AnimationTrack 15, AnimeshPlayer 12, AnimeshSkinning 9, AvatarManager 4, and…

hugo pushed to main at hugo/MetaCrate 2026-08-08 17:44:07 +00:00
ffe559db61 Translate avatar and animesh parity tests
hugo closed issue hugo/MetaCrate#19 2026-08-08 17:21:30 +00:00
Translate imaging, PrimMesher, and rendering tests exactly
hugo commented on issue hugo/MetaCrate#19 2026-08-08 17:21:27 +00:00
Translate imaging, PrimMesher, and rendering tests exactly

Superseding the earlier invalid 68ff802/f79db97 delivery notes: the corrected implementation is commit 7691d54, pushed to main. It translates all 78 NUnit invocations owned by this issue into…

hugo pushed to main at hugo/MetaCrate 2026-08-08 17:21:11 +00:00
7691d54a5d Translate imaging and meshing parity tests
hugo closed issue hugo/MetaCrate#18 2026-08-08 17:02:09 +00:00
Translate asset, archive, GLTF, material, and import/export tests exactly
hugo commented on issue hugo/MetaCrate#18 2026-08-08 17:02:04 +00:00
Translate asset, archive, GLTF, material, and import/export tests exactly

Superseding the earlier invalid 9eb4345 delivery note: the corrected implementation is commit 21bbdab, now pushed to main. It translates all 56 NUnit invocations owned by this issue into explicit…

hugo pushed to main at hugo/MetaCrate 2026-08-08 17:01:26 +00:00
21bbdab9ab Translate asset and archive parity tests
hugo closed issue hugo/MetaCrate#17 2026-08-08 16:31:31 +00:00
Translate HTTP capabilities, download, networking, and login tests exactly
hugo commented on issue hugo/MetaCrate#17 2026-08-08 16:31:27 +00:00
Translate HTTP capabilities, download, networking, and login tests exactly

Implemented and pushed in commit 6d4d9ad.

  • Replaced all 7 owned NUnit invocations with explicit Rust tests that call mapped public APIs: 3 DownloadManager cases, the non-HTTP Location HttpCapsCli…
hugo pushed to main at hugo/MetaCrate 2026-08-08 16:31:02 +00:00
6d4d9adaf4 Translate HTTP and network tests
hugo closed issue hugo/MetaCrate#16 2026-08-08 16:00:48 +00:00
Translate packet, message, bit-pack, and zero-coding tests exactly
hugo commented on issue hugo/MetaCrate#16 2026-08-08 16:00:42 +00:00
Translate packet, message, bit-pack, and zero-coding tests exactly

Implemented and pushed in de6e611 (Translate wire semantics tests).

Implementation:

  • Added 54 explicit Rust counterparts in tests/compat/tests/wire_semantics.rs: 14 zero-coding cases, 2 bit-pack…
hugo pushed to main at hugo/MetaCrate 2026-08-08 16:00:24 +00:00
de6e611ef0 Translate wire semantics tests
hugo closed issue hugo/MetaCrate#15 2026-08-08 15:37:46 +00:00
Translate StructuredData tests exactly