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
The unparse methods have gotten very unwieldy in a probably vain attempt to print ctypes nicely. We could just keep the original type specifiers around when ctypes are constructed from specifiers, and print those. It would be a little memory overhead but shouldn't be a big deal. We'll need to keep the unparse methods for when ctypes are constructed by other more synthetic means (e.g. disjoin or just make-instance-ing the classes directly).
The text was updated successfully, but these errors were encountered:
The
unparse
methods have gotten very unwieldy in a probably vain attempt to print ctypes nicely. We could just keep the original type specifiers around when ctypes are constructed from specifiers, and print those. It would be a little memory overhead but shouldn't be a big deal. We'll need to keep the unparse methods for when ctypes are constructed by other more synthetic means (e.g.disjoin
or justmake-instance
-ing the classes directly).The text was updated successfully, but these errors were encountered: