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

Fix some minor Windows issues #6783

Merged
merged 3 commits into from
Nov 21, 2023
Merged

Conversation

DanTup
Copy link
Contributor

@DanTup DanTup commented Nov 20, 2023

Uri.parse() shouldn't be used with file paths for Windows (should use Uri.file()) + tweak some tests to always use posix paths in strings that are checked so that they're consistent across platforms.

`Uri.parse()` shouldn't be used with file paths for Windows (should use `Uri.file()`) + tweak some tests to always use posix paths in strings that are checked so that they're consistent across platforms.
Copy link
Member

@kenzieschmoll kenzieschmoll left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you add a changelog entry for devtools_shared and bump the pubspec / changelog version to 6.0.2-wip

@DanTup
Copy link
Contributor Author

DanTup commented Nov 21, 2023

Done!

@DanTup DanTup added the autosubmit Merge PR when tree becomes green via auto submit App label Nov 21, 2023
@auto-submit auto-submit bot merged commit 89c7a48 into flutter:master Nov 21, 2023
23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
autosubmit Merge PR when tree becomes green via auto submit App release-notes-not-required
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants