EzXML.jl
EzXML.jl copied to clipboard
Printing imported names
Julia 0.7 started to print names without a module name prefix when those names are imported into the current module. I think EzXML.jl should follow this printing convention (type names, constants, etc.), but I have no idea on how to implement it.
Printing type names is fixed by #80.