johnmchambers / XRJulia

XR-style Interface to Julia (from "Extending R")
33 stars 2 forks source link

New Dict() syntax for Julia v0.5 #2

Closed slwu89 closed 7 years ago

slwu89 commented 7 years ago

In Julia v0.5.0 the { } syntax for creating Dictionaries is deprecated.

screenshot 2017-01-29 05 28 31

This can be confirmed from within Julia itself:

screenshot 2017-01-29 05 29 13
vh-d commented 7 years ago

You can test this repo vh-d/XRJulia which has some of the syntax updated to Julia v0.5.

johnmchambers commented 7 years ago

This should be fixed with the commits today. Also the warnings about ASCIIString.

slwu89 commented 7 years ago

confirmed fixed on this end!