[Libre-soc-bugs] [Bug 898] binutils svp64 objdump support

bugzilla-daemon at libre-soc.org bugzilla-daemon at libre-soc.org
Sat Aug 27 18:49:19 BST 2022


https://bugs.libre-soc.org/show_bug.cgi?id=898

--- Comment #24 from Dmitry Selyutin <ghostmansd at gmail.com> ---
(In reply to Luke Kenneth Casson Leighton from comment #23)
> (In reply to Dmitry Selyutin from comment #21)
> > What's the issue with naming? Anyone can import this as `power_insn.Record`,
> > or as `from power_insn import Record as Cocojumbo`.
> 
> yes.  this is extra effort and if not done results in confusion.

IIRC Python's PEPs recommend that nobody uses "star" imports. This is a hard
"no-no".

> also i spotted "id" which is a keyword in python so should also
> be avoided.  (vim auto-highlights keywords as special-cases)

Yeah I renamed "pid" since you mentioned it. Since it already resided at svp64
space, I chose id instead of svp64id.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the libre-soc-bugs mailing list