IGNORED_ARG_NOT_NULL
Open
- Dominant language
- C
- Stars
- 36
- Forks
- 27
- Avg merge
- 32m
- Merged PRs (30d)
- 3
Description
Would be nice to have IGNORED_ARG, but fail if the argument is NULL. Only possible to do now with mock hook that explicitly checks.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reading the existing IGNORED_ARG handling and the mock-hook behavior described in the issue. Trace how arguments are matched, then define the change as accepting any non-NULL argument while rejecting NULL, with tests covering both cases.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c
- Domain
- testing
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100