Skip to content

Conversation

@andrewkolos
Copy link
Contributor

@andrewkolos andrewkolos commented Jul 23, 2024

Contributes to fixing #137184

Pre-launch Checklist

If you need help, consider asking for advice on the #hackers-new channel on Discord.

@andrewkolos

This comment was marked as resolved.

@andrewkolos

This comment was marked as resolved.

@andrewkolos andrewkolos force-pushed the guard-io-sink-writeln-in-flutter-analysis branch from a24d29b to 0c6dc4b Compare July 24, 2024 12:14
@andrewkolos andrewkolos changed the title [tool] guard stdin.writeln call in analysis.dart [tool] guard remaining unguarded non-test stdin.writeln calls Jul 24, 2024
@andrewkolos andrewkolos force-pushed the guard-io-sink-writeln-in-flutter-analysis branch from 37d48ef to 0fe852f Compare July 25, 2024 00:55
@andrewkolos
Copy link
Contributor Author

Closed to be superseded by a PR focusing on compile.dart changes.

@andrewkolos andrewkolos reopened this Jul 26, 2024
auto-submit bot pushed a commit that referenced this pull request Aug 6, 2024
…152358)

Contributes to fixing #137184.
Cleaned up version of earlier PR, #152187.

This PR guards all the writes to `Process::stdin` by wrapping them with `ProcessUtils.writelnToStdinUnsafe`. This way, if any writes fail, we should at least get a stacktrace in our crash reporting.
auto-submit bot added a commit that referenced this pull request Aug 7, 2024
…ompiler` (#152358)" (#153028)

Reverts: #152358
Initiated by: zanderso
Reason for reverting: Speculative revert to determine whether this PR is related to #153026
Original PR Author: andrewkolos

Reviewed By: {christopherfujino}

This change reverts the following previous change:
Contributes to fixing #137184.
Cleaned up version of earlier PR, #152187.

This PR guards all the writes to `Process::stdin` by wrapping them with `ProcessUtils.writelnToStdinUnsafe`. This way, if any writes fail, we should at least get a stacktrace in our crash reporting.
TytaniumDev pushed a commit to TytaniumDev/flutter that referenced this pull request Aug 7, 2024
…lutter#152358)

Contributes to fixing flutter#137184.
Cleaned up version of earlier PR, flutter#152187.

This PR guards all the writes to `Process::stdin` by wrapping them with `ProcessUtils.writelnToStdinUnsafe`. This way, if any writes fail, we should at least get a stacktrace in our crash reporting.
TytaniumDev pushed a commit to TytaniumDev/flutter that referenced this pull request Aug 7, 2024
…ompiler` (flutter#152358)" (flutter#153028)

Reverts: flutter#152358
Initiated by: zanderso
Reason for reverting: Speculative revert to determine whether this PR is related to flutter#153026
Original PR Author: andrewkolos

Reviewed By: {christopherfujino}

This change reverts the following previous change:
Contributes to fixing flutter#137184.
Cleaned up version of earlier PR, flutter#152187.

This PR guards all the writes to `Process::stdin` by wrapping them with `ProcessUtils.writelnToStdinUnsafe`. This way, if any writes fail, we should at least get a stacktrace in our crash reporting.
DBowen33 pushed a commit to DBowen33/flutter that referenced this pull request Aug 16, 2024
…ompiler` (flutter#152358)" (flutter#153028)

Reverts: flutter#152358
Initiated by: zanderso
Reason for reverting: Speculative revert to determine whether this PR is related to flutter#153026
Original PR Author: andrewkolos

Reviewed By: {christopherfujino}

This change reverts the following previous change:
Contributes to fixing flutter#137184.
Cleaned up version of earlier PR, flutter#152187.

This PR guards all the writes to `Process::stdin` by wrapping them with `ProcessUtils.writelnToStdinUnsafe`. This way, if any writes fail, we should at least get a stacktrace in our crash reporting.
Buchimi pushed a commit to Buchimi/flutter that referenced this pull request Sep 2, 2024
…lutter#152358)

Contributes to fixing flutter#137184.
Cleaned up version of earlier PR, flutter#152187.

This PR guards all the writes to `Process::stdin` by wrapping them with `ProcessUtils.writelnToStdinUnsafe`. This way, if any writes fail, we should at least get a stacktrace in our crash reporting.
Buchimi pushed a commit to Buchimi/flutter that referenced this pull request Sep 2, 2024
…ompiler` (flutter#152358)" (flutter#153028)

Reverts: flutter#152358
Initiated by: zanderso
Reason for reverting: Speculative revert to determine whether this PR is related to flutter#153026
Original PR Author: andrewkolos

Reviewed By: {christopherfujino}

This change reverts the following previous change:
Contributes to fixing flutter#137184.
Cleaned up version of earlier PR, flutter#152187.

This PR guards all the writes to `Process::stdin` by wrapping them with `ProcessUtils.writelnToStdinUnsafe`. This way, if any writes fail, we should at least get a stacktrace in our crash reporting.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

tool Affects the "flutter" command-line tool. See also t: labels.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant