-
Notifications
You must be signed in to change notification settings - Fork 310
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
Add missing api::url::URLSearchParams in Body::Initializer. #3151
base: main
Are you sure you want to change the base?
Conversation
Hi @jasnell! Could you please review this PR? I'm excited and eager to contribute to this project. While browsing the issues, I noticed that #3066 was proposed without a corresponding PR. I decided to address it. I’m still trying to fully understand the issue (so the PR is still a WIP). I see that both I suspect the problem arises because |
Co-authored-by: James M Snell <[email protected]> Signed-off-by: Jianyong Chen <[email protected]>
c8ba969
to
1650021
Compare
Hi, @jasnell. I’ve force-pushed an update to add the missing |
@balusch ... thank you for the fix! Really appreciated! |
Looks like some linting issues with this. I'll fix those up and get this landed. |
hmm, actually that passed linting locally. Maybe a CI issue. Let me rerun CI. |
CI seems unwell, but looks more like for unrelated network/cache issues... hope those resolve again |
ah, ok, I see, there's an issue with our automatic type generation with two URLSearchParam definitions conflicting. We'll need to resolvre that before this can land. @penalosa said that he'd take a look at what needs to be updated here to fix the type gen issue. |
c0f5da8
to
2f58c06
Compare
Not to bikeshed some more, but I updated this to fix the comment line length (workerd uses KJ style and thus 100) and use links to the latest tagged release which are shorter. |
Fix #3066