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

feat(stdlib): switch testing.diff to use experimental.diff permanently #5091

Merged
merged 1 commit into from
Aug 12, 2022

Conversation

jsternberg
Copy link
Contributor

@jsternberg jsternberg commented Aug 12, 2022

This was hidden behind a feature flag in case it caused a problem. I
have not seen any problem yet so I'm going to assume this is a
relatively safe change. This should only affect those using
testing.diff() which should be a small population of users if any.

Checklist

Dear Author 👋, the following checks should be completed (or explicitly dismissed) before merging.

  • ✏️ Write a PR description, regardless of triviality, to include the value of this PR
  • 🔗 Reference related issues
  • 🏃 Test cases are included to exercise the new code
  • 🧪 If new packages are being introduced to stdlib, link to Working Group discussion notes and ensure it lands under experimental/
  • 📖 If language features are changing, ensure docs/Spec.md has been updated

Dear Reviewer(s) 👋, you are responsible (among others) for ensuring the completeness and quality of the above before approval.

@jsternberg jsternberg requested review from a team as code owners August 12, 2022 15:16
@jsternberg jsternberg requested review from skartikey and lwandzura and removed request for a team August 12, 2022 15:16
@sanderson sanderson removed the request for review from lwandzura August 12, 2022 15:17
@jsternberg jsternberg force-pushed the feat/testing-experimental-diff branch from 0f065c6 to bc567c9 Compare August 12, 2022 15:32
This was hidden behind a feature flag in case it caused a problem. I
have not seen any problem yet so I'm going to assume this is a
relatively safe change. This should only affect those using
`testing.diff()` which should be a small population of users if any.
@jsternberg jsternberg force-pushed the feat/testing-experimental-diff branch from bc567c9 to 9b344f5 Compare August 12, 2022 15:43
@jsternberg jsternberg merged commit 43a4c52 into master Aug 12, 2022
@jsternberg jsternberg deleted the feat/testing-experimental-diff branch August 12, 2022 16:01
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.

3 participants