I don’t know whether I should create this issue on LightXML.jl or Juno.jl
Juno doesn’t explicitly export “name” but still it conflicts with LightXML
I don’t know whether I should create this issue on LightXML.jl or Juno.jl
Juno doesn’t explicitly export “name” but still it conflicts with LightXML
Neither package should really be exporting such a generic name, but it’s something we can fix on the Juno side anyway.
@pfitzseb I suggest making everything progress-related other than @progress
unexported in Juno, since they’re (a) quite generic names and (b) intended primarily for package authors rather than users.