Support regular expressions on non-POSIX platforms
Open
- Dominant language
- C++
- Stars
- 39.6k
- Forks
- 10.9k
- Avg merge
- 6d 13h
- Merged PRs (30d)
- 1
Description
In code there exists a POSIX detection mechanism that conditionally enables POSIX regexes. I'm working on creating a portable solution with C++11. This is similar to #2380.
Contributor guide
Research direction
Start by locating the existing POSIX detection mechanism that conditionally enables POSIX regular expressions. Read issue #2380 for related context and identify the C++11 portability constraints for non-POSIX platforms. Done means regular-expression support works portably on the affected platforms, with corresponding coverage established.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- testing-qa
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100