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 broadcast for same-length tuples on 0.5 #324

Merged
merged 2 commits into from Feb 12, 2017
Merged

Add broadcast for same-length tuples on 0.5 #324

merged 2 commits into from Feb 12, 2017

Conversation

pabloferz
Copy link
Contributor

Fixes #291

@pabloferz pabloferz changed the title Add broadcast for same-length tuples Add broadcast for same-length tuples on 0.5 Feb 12, 2017
@pabloferz pabloferz merged commit b425216 into master Feb 12, 2017
@pabloferz pabloferz deleted the pz/bctup branch February 12, 2017 17:22
@tkelman
Copy link
Contributor

tkelman commented Feb 12, 2017

if any packages are going to use this, it should be in the readme

@@ -1762,4 +1768,4 @@ end
@compat primitive type Primitive20418{T} <: Ref{T} 16 end
@test !Compat.TypeUtils.isabstract(Primitive20418)
@test isbits(Primitive20418{Int})
@test sizeof(Primitive20418{Int}) == 2
@test sizeof(Primitive20418{Int}) == 2
Copy link
Contributor

Choose a reason for hiding this comment

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

... So this is why the end of file newline is missing..... Got a little bit surprised when adding tests after this.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Sorry. I solved the conflicts with the online interface, but I'm used to my editor doing this automatically.

martinholters added a commit that referenced this pull request Aug 31, 2018
martinholters added a commit that referenced this pull request Aug 31, 2018
stevengj pushed a commit that referenced this pull request Sep 5, 2018
* Remove `take!(::Task)` definition for Julia versions prior to 0.6

Was added in #307.

* Remove `redirect_std*(f, stream)` definitions for Julia prior to v0.6

Were added in #275.

* Remove at-__DIR__ macro definition for Julia versions prior to 0.6

Was added in #281.

* Remove `broadcast` definition for equal-length tuples

Was added in #324 and #328

* Remove definitions of `unsafe_get` and `isnull` fallsback

Were added in #287.

* Remove defintions of `xor` and `⊻`

Were added in #289.

* Definitions of `numerator` and `denominator`

Were added in #290.

* Remove defintion of `iszero`

Was added in #305.

* Remove definition of `>:`

Was added in #336

* Remove definition of `take!(::Base.AbstractIOBuffer)`

Was added in #290.

* Remove definiton of `.&` and `.|`

Were added in #306.

* Remove definition of `Compat.isapprox`

Was added in #309.
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.

None yet

3 participants