Collect method call only once?
Nobody has claimed this yet.
Assessment
- Difficulty
- 5/5
- Estimated time
- Over a week
- Newbie friendliness
- 25/100
Research direction
Start by comparing the referenced zend_tombs.c lines 247-258 with how funcmap currently handles repeated method calls. Determine how to retain per-call execution state without zend_get_resource_handle, which is intended for extensions rather than a module. Done means the same method call is collected only once without relying on that API.
Written by the indexing model from the issue text.
Description
See how Joe did it: https://github.com/krakjoe/tombs/blob/1164fb2a5113503c43db49344e861a44974768b1/zend_tombs.c#L247:L258
He just saves some flag at execute data method meta and don't do same again on next method call.
But he uses zend_get_resource_handle which is for extensions and you are -- module.
- Dominant language
- C
- Stars
- 38
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from badoo/funcmap
-
Dependency Dashboard Open
Difficulty 1/5 Under an hour Newbie friendliness 10/100
Similar issues
-
level/task module/gcp type/bug
Difficulty 2/5 1-3 hours Newbie friendliness 85/100
-
Difficulty 1/5 Under an hour Newbie friendliness 86/100
hapostgres/pg_auto_failover#1190 ·
-
docs
Difficulty 1/5 Under an hour Newbie friendliness 85/100
-
P3 sonic-vpp
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
sonic-net/sonic-buildimage#29662 ·
-
Difficulty 1/5 Under an hour Newbie friendliness 94/100
spack/spack-packages#6586 ·