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

Use of triangular dispatch invalid #37

Closed
IainNZ opened this issue Jul 7, 2015 · 1 comment
Closed

Use of triangular dispatch invalid #37

IainNZ opened this issue Jul 7, 2015 · 1 comment

Comments

@IainNZ
Copy link

IainNZ commented Jul 7, 2015

This definition for ARD seems to invalid in Julia 0.4, and I think should be invalid in 0.3 too but might not be due to a change.

immutable ARD{T<:FloatingPoint,K<:StandardKernel{T}} <: SimpleKernel{T}

immutable ARD{T<:FloatingPoint,K<:StandardKernel{T}} <: SimpleKernel{T}

In particular the K part. I can't find exactly where it was changed, but here is related discussion

JuliaLang/julia#6620
JuliaLang/julia#3766
JuliaLang/julia#8974 (comment)

I'm a bit confused on how this all works internally, might be worth posting on julia-users if you want to get it working on 0.4 at some point.

@trthatcher
Copy link
Owner

Fixed.

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

No branches or pull requests

2 participants