cycle found but no chain printed
- Dominant language
- Python
- Stars
- 363
- Forks
- 24
- PR merge metrics
- No merged PRs in 30d
Description
To reproduce:
```shellsession
$ mktmpenv
$ pip install openhtf==1.1.0
$ pycycle --source $VIRTUAL_ENV/lib/python2.7/site-packages/openhtf/plugs/usb/
Target source provided: ~/.virtualenvs/tmp-887cd3b8666bd584/lib/python2.7/site-packages/openhtf/plugs/usb
Project successfully transformed to AST, checking imports for cycles..
Cycle Found :(
Finished.
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by running the documented pycycle --source reproduction against openhtf and trace the code path after “Cycle Found :(”. Identify why the detected cycle is not rendered; done means the command prints the circular import chain before “Finished.”
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100