milktrader / Quandl.jl

Julia api to Quandl open source financial, economic and social datasets
Other
67 stars 31 forks source link

Travis failing when using Julia v0.4 (nightlies) #71

Closed milktrader closed 9 years ago

milktrader commented 9 years ago
ERROR: `ss2float` has no method matching ss2float(::Array{Array{_<:String,1},1})
 in timearray at /home/travis/.julia/v0.4/Quandl/src/timearray.jl:25
 in include at ./boot.jl:242
 in include_from_node1 at ./loading.jl:128
 in include at ./boot.jl:242
 in include_from_node1 at loading.jl:128
 in process_options at ./client.jl:293
 in _start at ./client.jl:375
 in _start_3B_3771 at /usr/bin/../lib/x86_64-linux-gnu/julia/sys.so
while loading /home/travis/.julia/v0.4/Quandl/test/timearray.jl, in expression starting on line 6
while loading /home/travis/.julia/v0.4/Quandl/test/runtests.jl, in expression starting on line 3
===============================[ ERROR: Quandl ]================================
failed process: Process(`/usr/bin/julia --code-coverage /home/travis/.julia/v0.4/Quandl/test/runtests.jl`, ProcessExited(1)) [1]
================================================================================
milktrader commented 9 years ago

The ss2float method works fine with v0.3 btw

milktrader commented 9 years ago

ss2float has been removed and the parsing now takes place inside of timearray.jl, per suggestion of @tonyhffong