Add response_finished arity to Rack::Lint#2365
Conversation
|
Note: Pitchfork currently just The open PR to |
I think it's a good time for this type of change. We just released Rack 3.2, so Rack 3.3 is not coming any time soon, and servers will have plenty of time to adjust before we release Rack 3.3. |
cb01a88 to
db61af4
Compare
|
|
@adrianna-chang-shopify are you able to fix the Rails failures? |
db61af4 to
8f34de7
Compare
|
I opened a PR to fix Rails^ and it also found a bug in my last commit, so I updated the implementation/tests a bit more too |
jeremyevans
left a comment
There was a problem hiding this comment.
Looks good, except for one tweak I think we should make.
8f34de7 to
7410edb
Compare
|
Can you please update the changelog. |
If these callbacks _must_ be called with four arguments, then this will help ensure that happens.
7410edb to
5de3c80
Compare
Ref rails/rails#55425
Ref rails/rails#55458
If these callbacks must be called with four arguments, then this will help ensure that happens.