diff --git a/porting-schema.sql b/porting-schema.sql index c31e17e..3f2f58d 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')), + 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 6568f3b..6ae0d51 100644 Binary files a/porting.db and b/porting.db differ diff --git a/reports/current.md b/reports/current.md index 3454017..d197318 100644 --- a/reports/current.md +++ b/reports/current.md @@ -1,6 +1,6 @@ # NATS .NET Porting Status Report -Generated: 2026-02-27 01:21:30 UTC +Generated: 2026-02-27 02:53:53 UTC ## Modules (12 total) @@ -12,7 +12,8 @@ Generated: 2026-02-27 01:21:30 UTC | Status | Count | |--------|-------| -| verified | 3673 | +| deferred | 3394 | +| verified | 279 | ## Unit Tests (3257 total) @@ -31,4 +32,4 @@ Generated: 2026-02-27 01:21:30 UTC ## Overall Progress -**4262/6942 items complete (61.4%)** +**868/6942 items complete (12.5%)** diff --git a/reports/report_1c5921d.md b/reports/report_1c5921d.md new file mode 100644 index 0000000..d197318 --- /dev/null +++ b/reports/report_1c5921d.md @@ -0,0 +1,35 @@ +# NATS .NET Porting Status Report + +Generated: 2026-02-27 02:53:53 UTC + +## Modules (12 total) + +| Status | Count | +|--------|-------| +| verified | 12 | + +## Features (3673 total) + +| Status | Count | +|--------|-------| +| deferred | 3394 | +| verified | 279 | + +## Unit Tests (3257 total) + +| Status | Count | +|--------|-------| +| deferred | 2680 | +| n_a | 187 | +| verified | 390 | + +## Library Mappings (36 total) + +| Status | Count | +|--------|-------| +| mapped | 36 | + + +## Overall Progress + +**868/6942 items complete (12.5%)**