AnswerDotAI / AnswerDotAI/pysym2md
pysymbol fails to run on packages that use DepreciationWarning
Open
- Dominant language
- Jupyter Notebook
- Stars
- 9
- Forks
- 2
- Avg merge
- 1m
- Merged PRs (30d)
- 1
Description
If `pkgutil.walk_packages()` encounters depreciated modules, the whole conversion fails
# Example
`pysym2md ray` fails because some modules raise `DepreciationWarning`.
PR coming shortly.
Contributor guide
No contributing guide indexed for this repository
Research direction
Reproduce the failure with `pysym2md ray` and focus on the package discovery path that calls `pkgutil.walk_packages()`. Done means conversion completes when deprecated modules raise `DepreciationWarning` instead of failing for the whole package.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli, tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100