Skip to content
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

Vendor mozdebug and stop using distutils #30659

Merged
merged 1 commit into from
Oct 31, 2023

Conversation

mrobinson
Copy link
Member

The version of mozdebug installable via pip is two years old and
Mozilla is slow to release new versions. It also uses distutils which
doesn't work on newer Python versions. Vendor it and stop using
distutils there.


  • ./mach build -d does not report any errors
  • ./mach test-tidy does not report any errors
  • These changes do not require tests because they do not change behavior.

The version of `mozdebug` installable via pip is two years old and
Mozilla is slow to release new versions. It also uses `distutils` which
doesn't work on newer Python versions. Vendor it and stop using
`distutils` there.
@mrobinson mrobinson mentioned this pull request Oct 31, 2023
3 tasks
@mrobinson mrobinson added this pull request to the merge queue Oct 31, 2023
Merged via the queue into servo:master with commit 9d9c5d3 Oct 31, 2023
10 checks passed
@mrobinson mrobinson deleted the vendor-mozdebug branch October 31, 2023 11:54
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.

None yet

2 participants