Hello, 

I am trying to get my package NamedArrays compatible again with v0.4 and 
beyond.  I am running into the same problem I seem to be having over and 
over again, and that is that 
I don't know which function signature I need to overload in order to 
display my type in the REPL.  In 0.2-0.3 I seemed to have this fixed, by 
defining a sequence of show() and print() and display() for NamedArray, but 
in the current (2 days old master) julia, none of these get dispatched when 
typing the name of a single instance of NamedArray in the REPL. 

It looks like I am getting a default routine from AbstactArray. 

Does anybody know what the default displaying function signature should be?

Thanks, 

---david

Reply via email to