-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Add a breaking change notice for integration_test golden-file comparisons
#11716
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 a breaking change notice for integration_test golden-file comparisons
#11716
Conversation
|
Visit the preview URL for this PR (updated for commit 31b72a9): https://flutter-docs-prod--pr11716-integreation-test-comparato-jlz0lq2x.web.app |
…163157) Closes #143299. Closes #160043. A website update is work-in-progress here to add more context for users: <flutter/website#11716>.
sfshaza2
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
src/content/release/breaking-changes/integration-test-default-golden-comparator.md
Show resolved
Hide resolved
…golden-comparator.md
|
Added a missing URL to fix the broken build. |
Looks like it's still mad: Run dart run flutter_site check-link-references
Checking for broken Markdown link references...
Error: Invalid link references found!
release/breaking-changes/integration-test-default-golden-comparator/index.html:
[`goldenFileComparator`][]
[`goldenFileComparator`][]
[<code>flutter_test_config.dart</code>][flutter_test]
[<code>integration_test</code>][]
[<code>flutter test</code>][] |
src/content/release/breaking-changes/integration-test-default-golden-comparator.md
Outdated
Show resolved
Hide resolved
…golden-comparator.md Fixed malformed URL.
src/content/release/breaking-changes/integration-test-default-golden-comparator.md
Outdated
Show resolved
Hide resolved
…golden-comparator.md it's => its
src/content/release/breaking-changes/integration-test-default-golden-comparator.md
Show resolved
Hide resolved
…golden-comparator.md Added another missing url
src/content/release/breaking-changes/integration-test-default-golden-comparator.md
Outdated
Show resolved
Hide resolved
…golden-comparator.md Feel free to add this back as a link, but please define the link.
|
It still looks like, for whatever reason, the link checker doesn't understand that link. |
|
It was the header! |
While this is more of a bug fix than a breaking change, it could break users that were expecting it not to work and have implemented workarounds. At the very least it gives a canonical place to point to "this is fixed and here is what is wrong" for customers to use.