Display of types seems to have changed recently:

module Foo
export Bar
type Bar end
end

using Foo
println(Bar)

prints "Foo.Bar" although I'm quite sure that until recently it only 
printed "Bar". I'm sure there are lots of scenarios where this is very 
useful (error reporting, for example), but I have a use case where it's 
not. Is there any way to print the *unqualified* type name?

// Tomas

Reply via email to