You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #45433 Leverage the match expression (fancyweb)
This PR was merged into the 6.1 branch.
Discussion
----------
Leverage the match expression
| Q | A
| ------------- | ---
| Branch? | 6.1
| Bug fix? | no
| New feature? | no
| Deprecations? | -
| Tickets | -
| License | MIT
| Doc PR | -
Tentative to leverage the `match` expression when we can in order to keep on modernizing the code (after `array_is_list()`, `str_starts_with()`, `str_ends_with()` and `str_contains()`).
Firstly, let's see if the CI is green.
Commits
-------
217dc16187 Leverage the match expression
0 commit comments