Hi all,
I defined a custom attribute, and use default table-gened printer and parser. And I built the python bindings, and also expose the CAPI of the custom attribute. If I load the whole mlir file and parse it to python module, the custom attribute can be correctly printed.
However, if I build the custom attribute in python and use python print to print it. an error occurs say that
“dialect has no registered attribute printing hook”
why is this happening?