Juno and LightXML package function "name" conflict

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.

1 Like

Done:
https://github.com/JunoLab/Juno.jl/commit/dd9819414dff88f3644b0efb3a2caebaae0c1582

1 Like