cwi-swat / cwi-swat/php-analysis
Doc Extractor needs to be updated for possible type errors
Nobody has claimed this yet.
- Dominant language
- Rascal
- Stars
- 28
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
The checker is currently having trouble with typing the extractor in lang::php::analysis::signatures::Extract, which makes heavy use of pattern matching against node types. It is not clear if this is a problem in the checker or with the extractor itself, or (most likely) some combination of the two.
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.
Research direction
Start by examining lang::php::analysis::signatures::Extract, especially its pattern matching against node types, and reproduce the checker’s typing errors. Done means determining whether the issue is in the checker, the extractor, or both, and updating the affected implementation so the typing errors are resolved.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- compilers
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100