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

Various updates #22

Merged
merged 11 commits into from
Jan 7, 2020
Merged

Various updates #22

merged 11 commits into from
Jan 7, 2020

Conversation

timholy
Copy link
Member

@timholy timholy commented Dec 7, 2018

This contains a grab-bag of mostly-independent commits. The intent of each commit is described in its message. Feel free to accept some but not others. Note the ambiguity test may not run assuming the nightly binaries haven't caught up yet to JuliaLang/julia#30291.

This has the potential to cause breakage, since previous packages
that relied on this will now throw a MethodError. However, there
doesn't seem to be any way to do this without causing a ton of
ambiguities; this can have a cascading effect on other packages that
want to check for ambiguities to avoid inadvertently introducing them.

A workaround is described in the README.
@EricForgy
Copy link
Contributor

EricForgy commented Feb 13, 2019

[bump]

Would be nice to get this merged if possible 😊🙏

PS: Minor issue, Leaves is exported twice. Could be fixed here before merging?

PPS: I wasn't sure the best way to do this, so I submitted a PR here timholy#1

@codecov-io
Copy link

codecov-io commented Jan 5, 2020

Codecov Report

❗ No coverage uploaded for pull request base (master@0b546c6). Click here to learn what that means.
The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #22   +/-   ##
=========================================
  Coverage          ?   56.29%           
=========================================
  Files             ?        3           
  Lines             ?      302           
  Branches          ?        0           
=========================================
  Hits              ?      170           
  Misses            ?      132           
  Partials          ?        0
Impacted Files Coverage Δ
src/traits.jl 43.75% <ø> (ø)
src/AbstractTrees.jl 52.38% <0%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0b546c6...5ce515d. Read the comment docs.

@timholy
Copy link
Member Author

timholy commented Jan 5, 2020

Still passes! If there are no objections, I will merge this in the next few days.

@timholy timholy merged commit 3bf3405 into JuliaCollections:master Jan 7, 2020
@timholy timholy deleted the teh/updates branch January 7, 2020 09:08
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.

3 participants