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

Chunk assignment - Fix comment line breaks and typo #5411

Merged
merged 3 commits into from Mar 6, 2024

Conversation

yoavweiss
Copy link
Contributor

This PR contains:

  • bugfix
  • feature
  • refactor
  • documentation
  • other

Are tests included?

  • yes (bugfixes and features will not be merged without tests)
  • no - comment-only change

Breaking Changes?

  • yes (breaking changes will not be merged unless absolutely necessary)
  • no

List any relevant issue numbers:

None

Description

I highly appreciate the comment documenting the chunking algorithm in chunkAssignment.ts. Thanks!!
At the same time, the comment line breaks seemed off, and it contained a typo.

This PR fixes those superficial issues.

Copy link

vercel bot commented Mar 1, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
rollup ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 6, 2024 5:34am

Copy link
Member

@lukastaegert lukastaegert left a comment

Choose a reason for hiding this comment

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

Thanks for the kind feedback, glad you liked it

Copy link

codecov bot commented Mar 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.80%. Comparing base (ce6cb93) to head (28c58e8).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #5411   +/-   ##
=======================================
  Coverage   98.80%   98.80%           
=======================================
  Files         236      236           
  Lines        9418     9418           
  Branches     2396     2396           
=======================================
  Hits         9305     9305           
  Misses         48       48           
  Partials       65       65           

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

@lukastaegert lukastaegert added this pull request to the merge queue Mar 6, 2024
Merged via the queue into rollup:master with commit cc7003f Mar 6, 2024
27 checks passed
Copy link

github-actions bot commented Mar 6, 2024

This PR has been released as part of rollup@4.12.1. You can test it via npm install rollup.

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.

None yet

2 participants