Skip to content

fix: propagate max_bytes in JSONC.load_file#8

Merged
ytkg merged 1 commit intomainfrom
fix/load-file-max-bytes-propagation
Feb 22, 2026
Merged

fix: propagate max_bytes in JSONC.load_file#8
ytkg merged 1 commit intomainfrom
fix/load-file-max-bytes-propagation

Conversation

@ytkg
Copy link
Copy Markdown
Owner

@ytkg ytkg commented Feb 22, 2026

Summary

  • ensure JSONC.load_file honors custom max_bytes values consistently
  • avoid deleting :max_bytes in load_file and forward opts to JSONC.parse
  • add regression spec for files larger than default 10MB with custom max_bytes
  • update CHANGELOG unreleased section

Testing

  • bundle exec rspec

@ytkg ytkg merged commit 11fd725 into main Feb 22, 2026
16 checks passed
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.

1 participant