Thanks for the suggestion!  right now ApproxFun has no REQUIREs, which seems 
like a shame to loseā€¦I guess maybe its worth it though.






> On 29 Oct 2014, at 5:56 pm, Jason Merrill <jwmerr...@gmail.com> wrote:
> 
> https://github.com/JuliaLang/Compat.jl
> 
> On Tuesday, October 28, 2014 11:41:09 PM UTC-7, Sheehan Olver wrote:
> I change 
> 
>   {:foo => "foo", :footwo => "foo2"}
> 
> to 
> 
>    Dict{Any,Any}(:foo => "foo", :footwo => "foo2")
> 
> to get rid of v0.4 deprecation warnings, but it doesn't work on v0.3 anymore. 
>  Is there a version that works on both?  
> 
> 

Reply via email to