diff --git a/porting-schema.sql b/porting-schema.sql index 3f2f58d..41b6ed1 100644 --- a/porting-schema.sql +++ b/porting-schema.sql @@ -33,7 +33,7 @@ CREATE TABLE IF NOT EXISTS features ( 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', 'deferred')), + CHECK (status IN ('not_started', 'stub', 'complete', 'verified', 'n_a', 'deferred', 'unknown')), dotnet_project TEXT, dotnet_class TEXT, dotnet_method TEXT, @@ -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', 'deferred')), + CHECK (status IN ('not_started', 'stub', 'complete', 'verified', 'n_a', 'deferred', 'unknown')), dotnet_project TEXT, dotnet_class TEXT, dotnet_method TEXT, diff --git a/reports/current.md b/reports/current.md index e3f6418..188e0ac 100644 --- a/reports/current.md +++ b/reports/current.md @@ -1,6 +1,6 @@ # NATS .NET Porting Status Report -Generated: 2026-02-27 10:26:56 UTC +Generated: 2026-02-27 10:27:48 UTC ## Modules (12 total) diff --git a/reports/report_0c9eb2a.md b/reports/report_0c9eb2a.md new file mode 100644 index 0000000..188e0ac --- /dev/null +++ b/reports/report_0c9eb2a.md @@ -0,0 +1,37 @@ +# NATS .NET Porting Status Report + +Generated: 2026-02-27 10:27:48 UTC + +## Modules (12 total) + +| Status | Count | +|--------|-------| +| verified | 12 | + +## Features (3673 total) + +| Status | Count | +|--------|-------| +| deferred | 2500 | +| n_a | 18 | +| stub | 168 | +| verified | 987 | + +## Unit Tests (3257 total) + +| Status | Count | +|--------|-------| +| deferred | 2680 | +| n_a | 187 | +| verified | 390 | + +## Library Mappings (36 total) + +| Status | Count | +|--------|-------| +| mapped | 36 | + + +## Overall Progress + +**1594/6942 items complete (23.0%)**