T3: Populate named_groups in Match results #40
Labels
No labels
Epic
GHA
Release
bug
dependencies
documentation
duplicate
enhancement
good first issue
help wanted
invalid
major
question
rust
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
NiXTheDev/Ogex#40
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Task 3: Populate Named Groups
Wave: 1 (Critical Bug Fixes)
Category: unspecified-high
Parent: Epic #37
Problem
Match.named_groups HashMap is always empty. Named groups are tracked in NFA but never propagated to Match results.
What to do
Acceptance Criteria
Files
ogex/src/engine.rs:270-280— Match construction (named_groups always empty)ogex/tests/compatibility_tests.rs:147— TODO comment about named groupsCommit
fix: populate named_groups in Match results