Skip to content
This repository has been archived by the owner on Dec 9, 2023. It is now read-only.

Fix ProcessManager.canRun to be consistent with LocalProcessManager #62

Merged
merged 2 commits into from
Mar 23, 2021

Conversation

jmagman
Copy link
Contributor

@jmagman jmagman commented Mar 23, 2021

#58 missed canRun. I hit this when I tried to migrate Flutter tool's ErrorHandlingProcessManager extends ProcessManager to null safety.
https://github.com/flutter/flutter/blob/197b440e969841478d335d3fe5c6923bfb0e3a82/packages/flutter_tools/lib/src/base/error_handling_io.dart#L687

@jmagman
Copy link
Contributor Author

jmagman commented Mar 23, 2021

I don't have permissions on this repo, @jonahwilliams @jamesderlin can you review?

@@ -1,5 +1,5 @@
name: process
version: 4.1.1
version: 4.2.0
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Should this be a minor or patch bump?

Copy link
Contributor

Choose a reason for hiding this comment

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

🤷🏻‍♂️ this is fine

@jamesderlin
Copy link
Contributor

Oops. LGTM, but I don't have permissions on this repo either.

CHANGELOG.md Outdated Show resolved Hide resolved
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants