Skip to content

Conversation

@ixti
Copy link
Member

@ixti ixti commented Jun 30, 2025

  • Dumping all headers in Headers#inspect mostly useless
  • Same about response, the only header part that is meaningfull there is MIME type

More importantly, Ruby-3.4 changed the inspect output, and we will either need to have if/else in specs, or modify the output to become ruby version-agnostic (i.e., not using Hash#inspect).

Blocks: #808

* Dumping all headers in `Headers#inspect` mostly useless
* Same about response, the only header part that is meaningfull there is
  MIME type

More importantly, Ruby-3.4 changed the inspect output, and we will
either need to have if/else in specs, or modify the output to become
ruby version-agnostic (i.e., not using Hash#inspect).

Blocks: #808
@ixti ixti mentioned this pull request Jun 30, 2025
@ixti ixti requested a review from tarcieri June 30, 2025 15:03
@ixti ixti merged commit 91eb365 into main Jun 30, 2025
6 checks passed
@ixti ixti deleted the simplify-inspects branch June 30, 2025 15:06
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