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

Rewrite switch in Memoize as expression #894

Merged
merged 1 commit into from
Nov 20, 2022
Merged

Rewrite switch in Memoize as expression #894

merged 1 commit into from
Nov 20, 2022

Conversation

viceroypenguin
Copy link
Contributor

@viceroypenguin viceroypenguin commented Nov 19, 2022

This PR is for #803. It updates to use the new switch expression for the operator.

@codecov
Copy link

codecov bot commented Nov 19, 2022

Codecov Report

Merging #894 (b764582) into master (b31c7fd) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #894   +/-   ##
=======================================
  Coverage   92.38%   92.38%           
=======================================
  Files         110      110           
  Lines        3441     3441           
  Branches     1020     1020           
=======================================
  Hits         3179     3179           
  Misses        200      200           
  Partials       62       62           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@atifaziz atifaziz changed the title Improve Memoize() switch Improve Memoize switch Nov 19, 2022
Copy link
Member

@atifaziz atifaziz left a comment

Choose a reason for hiding this comment

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

Thanks!

@atifaziz atifaziz changed the title Improve Memoize switch Rewrite switch in Memoize as expression Nov 20, 2022
@atifaziz atifaziz merged commit 74a282a into morelinq:master Nov 20, 2022
@viceroypenguin viceroypenguin deleted the memoize branch November 20, 2022 13:51
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