You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This would be great indeed. I've been debugging some Hy code in pudb recently, and when I use an excessive amount of unicode chars in my symbol names, the munging becomes really annoying. While having this feature will not immediately make pudb more useful, it would make it possible to enhance it to know about the Hy attributes.
I think it'd be worthwhile to keep the original symbol, as it could be useful in pure hy stuff (typically printing quoted Hy expressions).
One way to do that would be to move all the munging to
HySymbol
's__init__
, and keep the original as an attribute.The text was updated successfully, but these errors were encountered: