diff --git a/porting-schema.sql b/porting-schema.sql index f5ce1f1..c31e17e 100644 --- a/porting-schema.sql +++ b/porting-schema.sql @@ -54,7 +54,7 @@ CREATE TABLE IF NOT EXISTS unit_tests ( go_line_number INTEGER, go_line_count INTEGER, status TEXT NOT NULL DEFAULT 'not_started' - CHECK (status IN ('not_started', 'stub', 'complete', 'verified', 'n_a')), + CHECK (status IN ('not_started', 'stub', 'complete', 'verified', 'n_a', 'deferred')), dotnet_project TEXT, dotnet_class TEXT, dotnet_method TEXT, diff --git a/porting.db b/porting.db index 4a70b1e..94a0a10 100644 Binary files a/porting.db and b/porting.db differ diff --git a/reports/current.md b/reports/current.md index 8cf970e..3a24c36 100644 --- a/reports/current.md +++ b/reports/current.md @@ -1,6 +1,6 @@ # NATS .NET Porting Status Report -Generated: 2026-02-26 23:49:24 UTC +Generated: 2026-02-26 23:50:50 UTC ## Modules (12 total) diff --git a/reports/report_7750b46.md b/reports/report_7750b46.md new file mode 100644 index 0000000..3a24c36 --- /dev/null +++ b/reports/report_7750b46.md @@ -0,0 +1,37 @@ +# NATS .NET Porting Status Report + +Generated: 2026-02-26 23:50:50 UTC + +## Modules (12 total) + +| Status | Count | +|--------|-------| +| complete | 11 | +| not_started | 1 | + +## Features (3673 total) + +| Status | Count | +|--------|-------| +| complete | 3596 | +| n_a | 77 | + +## Unit Tests (3257 total) + +| Status | Count | +|--------|-------| +| complete | 319 | +| n_a | 181 | +| not_started | 2533 | +| stub | 224 | + +## Library Mappings (36 total) + +| Status | Count | +|--------|-------| +| mapped | 36 | + + +## Overall Progress + +**4184/6942 items complete (60.3%)**