Skip to content

Writes optional value directly to stream#12939

Merged
magnesj merged 1 commit intodevfrom
improve-scripting-optional-fields
Sep 24, 2025
Merged

Writes optional value directly to stream#12939
magnesj merged 1 commit intodevfrom
improve-scripting-optional-fields

Conversation

@magnesj
Copy link
Copy Markdown
Member

@magnesj magnesj commented Sep 24, 2025

The change directly writes the value of an std::optional to the output stream.

If an optional is undefined, nothing is written to the TextStream. Parsing of data coming from Python to C++ is improved to handle no data.

The change directly writes the value of an `std::optional` to the output stream.

If an optional is undefined, nothing is written to the TextStream. Parsing of data coming from Python to C++ is improved to handle no data.
@magnesj magnesj merged commit 0f339a6 into dev Sep 24, 2025
17 checks passed
@magnesj magnesj deleted the improve-scripting-optional-fields branch September 24, 2025 10:50
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.

2 participants