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

type intersection failure on types with similar supertypes #123

Closed
JeffBezanson opened this issue Jul 16, 2011 · 0 comments
Closed

type intersection failure on types with similar supertypes #123

JeffBezanson opened this issue Jul 16, 2011 · 0 comments
Assignees
Labels
bug Indicates an unexpected problem or unintended behavior

Comments

@JeffBezanson
Copy link
Member

This is wrong:

julia> tintersect( (Array{Float64,2},Range1{Int32}), (Tensor{T},Tensor{S}))
None
@ghost ghost assigned JeffBezanson Jul 16, 2011
JeffBezanson added a commit that referenced this issue Jul 16, 2011
StefanKarpinski pushed a commit that referenced this issue Feb 8, 2018
Add definitions for mmap
Keno pushed a commit that referenced this issue Oct 9, 2023
Test breakpoint location for kwarg functions
NHDaly pushed a commit that referenced this issue May 22, 2024
NHDaly pushed a commit that referenced this issue May 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Indicates an unexpected problem or unintended behavior
Projects
None yet
Development

No branches or pull requests

1 participant