Temporal.jl icon indicating copy to clipboard operation
Temporal.jl copied to clipboard

Warning: Deprecated syntax `implicit assignment to global variable `x2``

Open femtotrader opened this issue 7 years ago • 2 comments

When running tests, following warning is displayed (several times with x1, x...)

┌ Warning: Deprecated syntax `implicit assignment to global variable `x2``.
│ Use `global x2` instead.
└ @ none:0

femtotrader avatar Oct 03 '18 19:10 femtotrader

@femtotrader How are you running tests? I'm not seeing this warning on Travis or on my local when I run the tests on version v1.0.

dysonance avatar Oct 04 '18 16:10 dysonance

I'm seeing this with Julia 0.7 because I'm using it instead of 1.0 to see depwarns instead of errors

femtotrader avatar Oct 04 '18 17:10 femtotrader