What is the easiest way for me to locate in the source code the cause of a depraction warning? Some deprecation warnings actually give the file name and line number.
AWS-Sachs-Ubuntu$ usr/bin/julia -e "using Gallium" INFO: Recompiling stale cache file /home/sachs/.julia/lib/v0.5/Gallium.ji for module Gallium. WARNING: deprecated syntax "[a=>b for (a,b) in c]". Use "Dict(a=>b for (a,b) in c)" instead.
