Skip to content

templater: refactor Option<T> handling - #10096

Open
yuja wants to merge 4 commits into
mainfrom
push-kxvtpwokwxnn
Open

templater: refactor Option<T> handling#10096
yuja wants to merge 4 commits into
mainfrom
push-kxvtpwokwxnn

Conversation

@yuja

@yuja yuja commented Sep 1, 2026

Copy link
Copy Markdown
Contributor

Checklist

If applicable:

  • I have updated CHANGELOG.md
  • I have updated the documentation (README.md, docs/, demos/)
  • I have updated the config schema (cli/src/config-schema.json)
  • I have added/updated tests to cover my changes
  • I fully understand the code that I am submitting (what it does,
    how it works, how it's organized), including any code drafted by an LLM.
  • For any prose generated by an LLM, I have proof-read and copy-edited with
    an eye towards deleting anything that is irrelevant, clarifying anything
    that is confusing, and adding details that are relevant. This includes,
    for example, commit descriptions, PR descriptions, and code comments.

yuja added 4 commits September 1, 2026 20:40
We'll forward all Option<T> method resolutions to T.
It's a bit redundant to wrap a property in/out the PropertyKind enum, but I
don't think that matters. The error message is slightly adjusted because the
type name now includes "Option".
@yuja
yuja requested a review from a team as a code owner September 1, 2026 11:45
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.

1 participant