Ticket #2156 (closed RFC: wontfix)
Relocate Python Scripts in "blib" Directory
Reported by: | soh_cah_toa | Owned by: | soh_cah_toa |
---|---|---|---|
Priority: | trivial | Milestone: | |
Component: | library | Version: | master |
Severity: | low | Keywords: | blib, python |
Cc: | Language: | ||
Patch status: | Platform: |
Description
Considering that the blib directory is short for "binary library", I don't think it's an appropriate place for any Python scripts. I'm, of course, talking about GDBPrettyPrint.py. Perhaps a more appropriate place for it would be in one of the subdirectories in tools.
What about __init__.py and libparrot.so.*-gdb.py? I'm not a Python hacker myself but it looks like the later relies on a class defined in GDBPrettyPrint.py so if one was moved, I think the other would have to be also.
Change History
Note: See
TracTickets for help on using
tickets.