Path processing may not finish (for incorrect path input)
Open
bug
- Dominant language
- Python
- Stars
- 951
- Forks
- 166
- PR merge metrics
- No merged PRs in 30d
Description
If the `d` string provided in node to `path(surface, node)` is incorrect or malformed, processing may never end.
What should happen is that an exception should be raised.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by tracing the path(surface, node) entry point and how the node's d string is parsed. Reproduce the non-terminating behavior with malformed path input, then verify that invalid input raises an exception instead of continuing indefinitely.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- computer-graphics
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100