[Libre-soc-bugs] [Bug 1094] insndb instruction database visitor-walker is needed
bugzilla-daemon at libre-soc.org
bugzilla-daemon at libre-soc.org
Sat Jun 3 15:22:55 BST 2023
https://bugs.libre-soc.org/show_bug.cgi?id=1094
--- Comment #17 from Dmitry Selyutin <ghostmansd at gmail.com> ---
(In reply to Luke Kenneth Casson Leighton from comment #16)
> (In reply to Dmitry Selyutin from comment #14)
>
> > Luke, could you, please, clarify, where and how you observe importing
> > issues? I don't quite get the names collision here since I import stuff like
> > `from openpower.insndb.dis` and haven't got any problems.
>
> $ history | more
> ...
> 1787 python3 insndb/db.py
> ...
I'd say that's not the intended usage anyway: the module is used as pysvp64db
script (cf. setup.py). Also, Python has _so_ many modules that, regardless of
the name used, you end up with collision anyway (unless perhaps you drop
directories and use underscore in names instead).
I don't see dbtypes as clear name. But neither is types. How about core?
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the libre-soc-bugs
mailing list