I have some const defined in various files in the following way:

[code]const AConst=1[/code]

Everytime after I modify something in the files (constants remain
unchanged) and include a file on Julia's REPL, I always get a bunch
warnings about redefining constants.  Repeating the process many time can
get Julia to have slow response.

What can I do to avoid these warnings?

Reply via email to