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

Fixed celebrator #216

Merged
merged 1 commit into from
Mar 18, 2021
Merged

Fixed celebrator #216

merged 1 commit into from
Mar 18, 2021

Conversation

arb
Copy link
Owner

@arb arb commented Mar 17, 2021

Closes #215

The way _.curryRight doesn't really work like you'd think it would, so I
rewrote it to use _.curry and _.flip so that it now works like the documentation
says it does.

Closes #215

The way _.curryRight doesn't really work like you'd think it would, so I
rewrote it to use _.curry and _.flip so that it now works like the documentation
says it does.
@codecov-io
Copy link

codecov-io commented Mar 17, 2021

Codecov Report

Merging #216 (d017a8d) into master (5227973) will not change coverage.
The diff coverage is n/a.

❗ Current head d017a8d differs from pull request most recent head 92cae59. Consider uploading reports for the commit 92cae59 to get more accurate results
Impacted file tree graph

@@            Coverage Diff            @@
##            master      #216   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines            4         4           
=========================================
  Hits             4         4           

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 5227973...92cae59. Read the comment docs.

@arb arb force-pushed the fix-celebrator branch from d017a8d to 92cae59 Compare March 17, 2021 19:02
@arb arb added this to the 14.0.0 milestone Mar 18, 2021
@arb arb merged commit 08b1493 into master Mar 18, 2021
@arb arb deleted the fix-celebrator branch March 18, 2021 17:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Curried celebrator does not work as described in docs
2 participants