Skip to content

mcookie: fix max size #286

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

Merged
merged 2 commits into from
Apr 9, 2025
Merged

Conversation

chalice19
Copy link
Contributor

Solves #284.
Also sets a default limit of 4096 bytes when -m is not specified as in original.

@chalice19 chalice19 marked this pull request as draft April 7, 2025 20:26
@chalice19 chalice19 closed this Apr 8, 2025
@chalice19 chalice19 force-pushed the mcookie_fix_max_size branch from eb01b31 to 7254ab6 Compare April 8, 2025 17:49
@chalice19 chalice19 reopened this Apr 8, 2025
@chalice19 chalice19 marked this pull request as ready for review April 8, 2025 19:23
@cakebaker cakebaker linked an issue Apr 9, 2025 that may be closed by this pull request
@cakebaker cakebaker merged commit 0fefc41 into uutils:main Apr 9, 2025
26 checks passed
@cakebaker
Copy link
Contributor

Thanks!

Copy link

codecov bot commented Apr 9, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 0.00%. Comparing base (7f8d222) to head (1a5896c).
Report is 8 commits behind head on main.

Additional details and impacted files
@@     Coverage Diff     @@
##   main   #286   +/-   ##
===========================
===========================

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

mcookie: read bytes up to default max size if --max-size=0
2 participants