Enable use of multiple patterns at the same time
Open
- Dominant language
- C
- Stars
- 1.5k
- Forks
- 212
- PR merge metrics
- No merged PRs in 30d
Description
Compiled patterns are kept in a static variable which means they will be overwritten as soon as another pattern is compiled.
Contributor guide
No contributing guide indexed for this repository
Research direction
Locate the static variable that stores compiled patterns and trace the compilation and matching entry points around it. Determine how multiple compiled patterns can coexist without overwriting one another; done means callers can use more than one pattern at the same time.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100