-
Notifications
You must be signed in to change notification settings - Fork 465
Updates to M87 #661
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
Updates to M87 #661
Conversation
Awesome, @geekuillaume, thanks. Maybe I can help land this over the weekend. |
See a little issue in AppVeyor, though:
|
@markandrus I've fixed the issue with Visual Studio but there is now another weird test fail related to |
…queue-microtask which uses globalThis which isnt supported by older version of nodejs
@markandrus The test are finally passing ! :) I needed to remove the support for Node 11 and lower because of |
Thanks again, @geekuillaume. I'm in the middle of getting ready to merge this — currently upgrading web-platform-tests to see what new tests we may/may not be able to pass. Still really curious about the failing tests, too. I want to look into those. Anyway, you can see my
|
I'm quite new with this codebase but do you need me for something in particular? Anyway thanks for maintaining this project :) |
@geekuillaume I don't need anything from you — I plan to merge your changes once I have the few follow-ups to get newer web-platform-tests running (and to also address some of the test issues you saw). Thanks again for your contribution. |
Thanks for the merge @markandrus :) Have a good weekend! |
This updates the project to the last revision of libwebrtc. There is one fix needed before merging this:
webrtc::DegradationPreference
. I don't really understand why the conversion is not working anymore.I also needed to migrate to RecursiveCriticalSection as it as replaced CriticalSection upstream.
The destructor test is still broken.