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

Swap the order of deletion and evaluation #180

Merged
merged 1 commit into from
Sep 5, 2018
Merged

Conversation

timholy
Copy link
Owner

@timholy timholy commented Sep 5, 2018

This works around JuliaLang/julia#28899 and probably fixes #137

New tests:

This works around JuliaLang/julia#28899
and probably fixes #137

New tests:

- test JuliaLang/julia#28899
- test for signature-changes with a gensymmed type
- test that changes that do not fundamentally change the type signature
  do not result in inadvertent deletion (probably #137).
@codecov
Copy link

codecov bot commented Sep 5, 2018

Codecov Report

Merging #180 into master will decrease coverage by 0.08%.
The diff coverage is 78.37%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #180      +/-   ##
==========================================
- Coverage   89.31%   89.23%   -0.09%     
==========================================
  Files           9        9              
  Lines         571      585      +14     
==========================================
+ Hits          510      522      +12     
- Misses         61       63       +2
Impacted Files Coverage Δ
src/exprutils.jl 82.95% <50%> (-5.21%) ⬇️
src/Revise.jl 82.12% <92%> (+2.12%) ⬆️

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 2f8b937...e2237b0. Read the comment docs.

@timholy timholy merged commit ee2a6c6 into master Sep 5, 2018
@timholy timholy deleted the teh/methdel_union branch September 5, 2018 12:50
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.

over-eager method deletion?
1 participant