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 readme entry for broadcast tuple hack #328

Merged
merged 3 commits into from
Feb 14, 2017
Merged

Conversation

yuyichao
Copy link
Contributor

@yuyichao yuyichao commented Feb 13, 2017

Ref #326 (comment) @tkelman

It's actually not that hard to make 0.4 support this too although a bit hard to make it as restricted as 0.5 and is probably not of great interest so I won't bother for now...

Hopefully skipping CI is fine, I don't think we check for white space anyway.....

[ci skip]

@TotalVerb
Copy link
Contributor

I've run NEWS-update.jl on this branch.

@yuyichao
Copy link
Contributor Author

I suppose the new commit doesn't need CI either?

@TotalVerb
Copy link
Contributor

Sorry, my bad. I had CI skipped the NEWS-update.jl but not the merge commit (which I did through GitHub web UI).

I cancelled the Travis builds but I can't figure out how to cancel appveyor.

@yuyichao
Copy link
Contributor Author

Jacob's AppVeyor doesn't look that busy so it's probably fine.

@yuyichao
Copy link
Contributor Author

Will merge this and tag a new release very soon.

@yuyichao yuyichao merged commit fa0053b into master Feb 14, 2017
@yuyichao yuyichao deleted the yyc/readme-tuple branch February 14, 2017 00:58
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.

2 participants