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

add tests for issues #10207, #10178, #12939 #21342

Merged
merged 1 commit into from
Apr 10, 2017
Merged

Conversation

JeffBezanson
Copy link
Member

No description provided.

@JeffBezanson JeffBezanson added test This change adds or pertains to unit tests types and dispatch Types, subtyping and method dispatch labels Apr 10, 2017
struct Foo <: Abs; end
struct Bar; val::Int64; end
struct Baz; val::Int64; end
f{T}(::Type{T}, x::T) = T(3)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any reason not to use where here?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was just copying this from the issue comment.

@ararslan
Copy link
Member

Can the linked issues be closed once this PR is merged? If so, you could add text to the commit message that would auto-close them.

@JeffBezanson
Copy link
Member Author

Yes, the linked issues are fixed now. Easier to just close them than to update the commit I think.

@JeffBezanson JeffBezanson merged commit 2c4f6d7 into master Apr 10, 2017
@ararslan ararslan deleted the jb/misctests branch April 10, 2017 22:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test This change adds or pertains to unit tests types and dispatch Types, subtyping and method dispatch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants