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

Fix ambiguity detection on master #23

Merged
merged 1 commit into from
Sep 2, 2020
Merged

Fix ambiguity detection on master #23

merged 1 commit into from
Sep 2, 2020

Conversation

sostock
Copy link
Owner

@sostock sostock commented Sep 2, 2020

After the behavior of Test.detect_ambiguities was changed in JuliaLang/julia#36962, it is no longer necessary to include Base to detect ambiguities introduced by extending Base functions.

@codecov-commenter
Copy link

codecov-commenter commented Sep 2, 2020

Codecov Report

Merging #23 into master will increase coverage by 2.05%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           master       #23      +/-   ##
===========================================
+ Coverage   97.94%   100.00%   +2.05%     
===========================================
  Files           1         1              
  Lines         195       207      +12     
===========================================
+ Hits          191       207      +16     
+ Misses          4         0       -4     
Impacted Files Coverage Δ
src/HalfIntegers.jl 100.00% <0.00%> (+2.05%) ⬆️

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 78105ff...0845f89. Read the comment docs.

@sostock sostock merged commit 3de27e1 into master Sep 2, 2020
@sostock sostock deleted the detect_ambiguities branch September 2, 2020 15:09
sostock added a commit that referenced this pull request Sep 9, 2020
sostock added a commit that referenced this pull request Sep 10, 2020
* Revert "Fix ambiguity detection on master (#23)"

This reverts commit 3de27e1.

* Add changelog item
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

2 participants