-
Notifications
You must be signed in to change notification settings - Fork 416
Fix backwards compat for DirectServeJsonResource
#18600
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
Conversation
As that appears in the module API. Broke in #18595.
DirectServerJsonResourceDirectServeJsonResource
anoadragon453
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
DirectServeHtmlResource is also exposed, and likely needs to be updated as well as it's also an instance of _AsyncResource?
Oh right, missed that due to lack of constructor 🤦 |
anoadragon453
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM assuming CI passes. Thanks for fixing it so quickly!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is unrelated to this PR, but appears to be needed on develop after #18589. Though I'm not entirely sure why...
Fine to keep in this PR IMO.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, weird
As that appears in the module API.
Broke in #18595.