Build strict NUnit parity harness
Some checks failed
Rust API gates / api-gates (push) Has been cancelled
Some checks failed
Rust API gates / api-gates (push) Has been cancelled
This commit is contained in:
17
README.md
17
README.md
@@ -5,9 +5,9 @@ MetaCrate is a test-driven, clean native Rust reimplementation of
|
||||
is a behavioral and API reference only: the finished project must not load,
|
||||
host, bind to, invoke, or ship the .NET implementation. The current
|
||||
stage is a compiling structural shell: crate boundaries mirror the .NET library
|
||||
projects, public C# type names have Rust declarations, every upstream NUnit case
|
||||
has a traceable placeholder, and every sample/tool project has a Rust binary
|
||||
target. Types, StructuredData, Imaging, PrimMesher, both rendering adapters, and
|
||||
projects, public C# type names have Rust declarations, every upstream NUnit
|
||||
invocation has a traceable catalog entry, and every sample/tool project has a
|
||||
Rust binary target. Types, StructuredData, Imaging, PrimMesher, both rendering adapters, and
|
||||
the main assembly's packet/message/asset/primitive wire-data, core
|
||||
runtime/networking, avatar-facing manager, world/social/service manager, RLV,
|
||||
LSL tools, Utilities, Vivox, and WebRTC slices now have complete callable,
|
||||
@@ -15,6 +15,10 @@ failure-only signatures. The independent downstream fixture compiles every
|
||||
cataloged type and member with zero exclusions; semantic Rust test translations
|
||||
are the next stage.
|
||||
|
||||
Pending NUnit cases are inventory only, not generated fake tests. A case counts
|
||||
as translated only when an explicit Rust test body calls the mapped API and
|
||||
retains the upstream identity and body hash.
|
||||
|
||||
The source snapshot, compatibility rules, dependency research, and ordered
|
||||
implementation plan are in [RUSTREWRITE.md](RUSTREWRITE.md).
|
||||
|
||||
@@ -32,6 +36,13 @@ cargo build --workspace
|
||||
cargo test --workspace --no-run
|
||||
python3 tools/generate_rust_mapping.py --check
|
||||
python3 tools/generate_api_shims.py --check
|
||||
python3 tools/check_test_parity.py
|
||||
```
|
||||
|
||||
`tests/upstream-tests.json` is the machine-readable NUnit parity catalog.
|
||||
Translated tests live in hand-written Rust files with the `parity-case` marker
|
||||
documented in `tests/PARITY.md`; `python3 tools/generate_surface.py --check`
|
||||
verifies the catalog against the pinned adjacent LibreMetaverse checkout without
|
||||
overwriting those files.
|
||||
|
||||
Running `cargo test --workspace` is intentionally red during the shim stage.
|
||||
|
||||
Reference in New Issue
Block a user