arr-ai / arrai

The ultimate data engine.
http://arr.ai
Apache License 2.0
20 stars 15 forks source link

allow shorter form of pattern fallback in tuple #565

Closed nofun97 closed 4 years ago

nofun97 commented 4 years ago

This PR allows

let (?: x:42) = (); x

which is a shorter form of

let (x?: x:42) = (); x

Checklist:

coveralls commented 4 years ago

Pull Request Test Coverage Report for Build 408065628647fc534c491502500ab698699860d6-PR-565

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details


Files with Coverage Reduction New Missed Lines %
rel/value_set_str.go 7 56.7%
<!-- Total: 7 -->
Totals Coverage Status
Change from base Build 8a417ba69868114a04d0925eb17535aff0085e4c: 0.01%
Covered Lines: 4535
Relevant Lines: 9502

💛 - Coveralls