Skip to content

Comments

Make readable and writable attributes nullable#220

Merged
reillyeon merged 1 commit intomainfrom
nullable-streams
Feb 2, 2026
Merged

Make readable and writable attributes nullable#220
reillyeon merged 1 commit intomainfrom
nullable-streams

Conversation

@reillyeon
Copy link
Collaborator

The stream attributes are nullable as they are initially null before the port is opened and become null after it is closed or a fatal error occurs.

Fixed #219.

The stream attributes are nullable as they are initially null before the port is opened and become null after it is closed or a fatal error occurs.

Fixed #219.
@reillyeon reillyeon requested a review from nondebug February 2, 2026 18:28
Copy link
Collaborator

@nondebug nondebug left a comment

Choose a reason for hiding this comment

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

lgtm

@reillyeon reillyeon merged commit c368e14 into main Feb 2, 2026
2 checks passed
github-actions bot added a commit that referenced this pull request Feb 2, 2026
SHA: c368e14
Reason: push, by reillyeon

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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.

readable/writable members on SerialPort are nullable

2 participants