Skip to content

Switch to using ExprTools.jl #78

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

Merged
merged 2 commits into from
Jan 28, 2020
Merged

Switch to using ExprTools.jl #78

merged 2 commits into from
Jan 28, 2020

Conversation

omus
Copy link
Member

@omus omus commented Jan 15, 2020

As brought up in #77 the splitdef and combinedef function needed to be moved into a different package. These functions were originally inspired from the versions in MacroTools.jl but due to that package having quite a few dependencies it was thought best to move this functionality into a new package: ExprTools.jl

Currently this PR is a draft due to ExprTools.jl having not yet been registered (JuliaRegistries/General#7999)

Fixes #77 and #75

@omus omus marked this pull request as ready for review January 20, 2020 15:54
@omus
Copy link
Member Author

omus commented Jan 20, 2020

Package is now registered. I've restarted the CI

@codecov
Copy link

codecov bot commented Jan 20, 2020

Codecov Report

Merging #78 into master will decrease coverage by 5.03%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #78      +/-   ##
==========================================
- Coverage    89.5%   84.46%   -5.04%     
==========================================
  Files           6        6              
  Lines         181      103      -78     
==========================================
- Hits          162       87      -75     
+ Misses         19       16       -3
Impacted Files Coverage Δ
src/expr.jl 100% <ø> (+3.33%) ⬆️
src/Mocking.jl 50% <ø> (ø) ⬆️

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 764cd46...3cc036c. Read the comment docs.

Copy link
Member

@oxinabox oxinabox left a comment

Choose a reason for hiding this comment

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

this literally just moves code, AFAICT.
If tests pass then LGTM

@omus omus merged commit f31c71f into master Jan 28, 2020
@omus omus deleted the cv/exprtools branch January 28, 2020 21:46
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.

Factor some utilities out into a separate package
2 participants