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

Make @cse(@binarize(expr)) actually work #20

Merged
merged 2 commits into from
Jun 29, 2020
Merged

Conversation

rdeits
Copy link
Owner

@rdeits rdeits commented Jun 29, 2020

I realized this was the motivating example for recursively expanding macros before doing CSE. Now the mod Module argument is optional, since it's easy for the macro to provide but hard for the function to provide, and most operations won't require it.

@codecov-commenter
Copy link

codecov-commenter commented Jun 29, 2020

Codecov Report

Merging #20 into master will decrease coverage by 3.07%.
The diff coverage is 92.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##            master      #20      +/-   ##
===========================================
- Coverage   100.00%   96.92%   -3.08%     
===========================================
  Files            1        1              
  Lines           53       65      +12     
===========================================
+ Hits            53       63      +10     
- Misses           0        2       +2     
Impacted Files Coverage Δ
src/CommonSubexpressions.jl 96.92% <92.00%> (-3.08%) ⬇️

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 7e59d77...2ff3077. Read the comment docs.

@rdeits rdeits merged commit 02e6fb8 into master Jun 29, 2020
@rdeits rdeits deleted the rd/binarize-kwarg branch June 29, 2020 01:31
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