-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Julia 0.7 #45
Julia 0.7 #45
Conversation
@iblis17 2 tests are still failling. |
I guess the new optimizer in 0.7 is conservative. |
Codecov Report
@@ Coverage Diff @@
## master #45 +/- ##
==========================================
+ Coverage 96.22% 96.87% +0.64%
==========================================
Files 1 1
Lines 106 96 -10
==========================================
- Hits 102 93 -9
+ Misses 4 3 -1
Continue to review full report at Codecov.
|
there are still some depwarns, seems femtocleaner missed the case of Testing TimeFrames
Resolving package versions...
Test Summary: | Pass Total
low level (period frame) | 16 16
┌ Warning: `range(start, step, length)` is deprecated, use `range(start, step=step, length=length)` instead.
│ caller = range(::DateTime, ::DatePeriodFrame{Day}, ::Int64) at TimeFrames.jl:270
└ @ TimeFrames ~/.julia/dev/TimeFrames/src/TimeFrames.jl:270
┌ Warning: `range(start, step, length)` is deprecated, use `range(start, step=step, length=length)` instead.
│ caller = range(::DatePeriodFrame{Day}, ::DateTime, ::Int64) at TimeFrames.jl:274
└ @ TimeFrames ~/.julia/dev/TimeFrames/src/TimeFrames.jl:274
┌ Warning: InexactError now supports arguments, use `InexactError(funcname::Symbol, ::Type, value)` instead.
│ caller = ip:0x0
└ @ Core :-1
Test Summary: | Pass Total
high level | 163 163
Testing TimeFrames tests passed |
Thanks @iblis17 |
No description provided.