Skip to content
This repository has been archived by the owner on May 4, 2019. It is now read-only.

Fix breakage related to introduction of Base.OneTo #131

Merged
merged 2 commits into from
Jul 13, 2016
Merged

Conversation

davidagold
Copy link
Contributor

Introduction of Base.OneTo (JuliaLang/julia@2b991c4) broke things. This PR introduces minor fixes necessary.

Adapt to introduction of Base.OneTo <: AbstractUnitRange in
JuliaLang/julia@2b991c4
@codecov-io
Copy link

codecov-io commented Jul 13, 2016

Current coverage is 82.41%

Merging #131 into master will increase coverage by 6.72%

@@             master       #131   diff @@
==========================================
  Files            14         14          
  Lines           827        836     +9   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
+ Hits            626        689    +63   
+ Misses          201        147    -54   
  Partials          0          0          

Powered by Codecov. Last updated by e350e40...87874c2

Adapt to introduction of Base.OneTo <: AbstractUnitRange in
JuliaLang/julia@2b991c4
@davidagold davidagold merged commit b412402 into master Jul 13, 2016
@davidagold davidagold deleted the patch branch July 13, 2016 15:08
@ararslan
Copy link
Member

FYI I have a PR on Compat, JuliaLang/Compat.jl#250, that should make broadcast_shape work like on 0.4.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants