Skip to content
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

Fix Random breakage and deprecations for v0.7 #360

Closed
wants to merge 1 commit into from

Conversation

andyferris
Copy link
Member

Still WIP.

@andyferris andyferris force-pushed the ajf/fix-deprecations branch from 66211ed to f7781a7 Compare January 17, 2018 06:24
@coveralls
Copy link

Coverage Status

Coverage remained the same at 93.365% when pulling 66211ed on ajf/fix-deprecations into 8c69b34 on master.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 93.365% when pulling f7781a7 on ajf/fix-deprecations into 8c69b34 on master.

@pablosanjose
Copy link
Contributor

While StaticArrays happily load on this branch, I see the following

julia> @SVector[1,2,3]*2
ERROR: UndefVarError: Inference not defined
Stacktrace:
 [1] @generated body at /Users/pablo/.julia/v0.7/StaticArrays/src/broadcast.jl:152 [inlined]
 [2] _broadcast at /Users/pablo/.julia/v0.7/StaticArrays/src/broadcast.jl:94 [inlined]
 [3] broadcast at /Users/pablo/.julia/v0.7/StaticArrays/src/broadcast.jl:62 [inlined]
 [4] broadcast at ./broadcast.jl:615 [inlined]
 [5] *(::SVector{3,Int64}, ::Int64) at /Users/pablo/.julia/v0.7/StaticArrays/src/linalg.jl:26
 [6] top-level scope

(I posted this in #348, but I realised it probably belongs here, apologies for the duplicate)

@andyferris
Copy link
Member Author

Closed in favor of #362

@andyferris andyferris closed this Jan 21, 2018
@SimonDanisch SimonDanisch deleted the ajf/fix-deprecations branch May 17, 2018 10:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants