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

fix(minato): join selections, join multiple tables #68

Merged
merged 5 commits into from
Dec 28, 2023

Conversation

Hieuzest
Copy link
Contributor

No description provided.

Copy link

codecov bot commented Dec 19, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (618a38e) 93.25% compared to head (7673c5b) 93.34%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #68      +/-   ##
==========================================
+ Coverage   93.25%   93.34%   +0.09%     
==========================================
  Files          28       28              
  Lines        8004     8058      +54     
  Branches     1947     1995      +48     
==========================================
+ Hits         7464     7522      +58     
+ Misses        540      536       -4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Hieuzest Hieuzest marked this pull request as draft December 20, 2023 11:05
@Hieuzest Hieuzest marked this pull request as ready for review December 20, 2023 11:51
packages/tests/src/object.ts Outdated Show resolved Hide resolved
Comment on lines 9 to 11
return value.startsWith('(') && value.endsWith(')') && Array.from(value).slice(1).reduce((count, char) =>
char === '(' ? count + 1 : char === ')' ? count - 1 : count === 0 ? -Infinity : count
, 1) === 0
Copy link
Member

Choose a reason for hiding this comment

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

I'm confused. Why do we need the reduce() === 0 here?

@shigma shigma merged commit 5c4857b into cordiverse:master Dec 28, 2023
26 checks passed
@Hieuzest Hieuzest deleted the fix-join branch February 2, 2024 14:32
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