Use [<Struct>] ? optional parameters and voption in Define/DefineRec and the introspection chain - #604
Open
xperiandri wants to merge 1 commit into
Open
Use [<Struct>] ? optional parameters and voption in Define/DefineRec and the introspection chain#604xperiandri wants to merge 1 commit into
[<Struct>] ? optional parameters and voption in Define/DefineRec and the introspection chain#604xperiandri wants to merge 1 commit into
Conversation
xperiandri
force-pushed
the
struct-optional-params
branch
2 times, most recently
from
September 15, 2026 22:18
098f349 to
5f4eb75
Compare
xperiandri
force-pushed
the
task-seq-field
branch
from
September 15, 2026 23:26
cb9ef43 to
f484cc2
Compare
xperiandri
force-pushed
the
struct-optional-params
branch
3 times, most recently
from
September 16, 2026 09:29
d889e68 to
521be88
Compare
xperiandri
force-pushed
the
task-seq-field
branch
from
September 18, 2026 13:41
137fd2c to
60987fd
Compare
xperiandri
force-pushed
the
struct-optional-params
branch
from
September 18, 2026 17:01
521be88 to
53e9c4c
Compare
xperiandri
force-pushed
the
struct-optional-params
branch
from
September 18, 2026 17:57
53e9c4c to
ec0ebbc
Compare
Test Results 9 files 9 suites 13m 9s ⏱️ Results for commit ec0ebbc. |
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
xperiandri
force-pushed
the
struct-active-patterns
branch
from
September 18, 2026 19:54
31d3b6e to
bf8f8f3
Compare
xperiandri
force-pushed
the
struct-optional-params
branch
from
September 18, 2026 19:54
ec0ebbc to
4b599d1
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Converts optional-value plumbing in
Define/DefineRec, schema/type-system/introspection, and client metadata from referenceoptionvalues to struct optional parameters withvoption/ValueOption.Review scope
Please review only optional-parameter and stored optional-value plumbing. All F# partial active-pattern conversions, including the new
ValueOptionreflection pattern, are isolated in the base PR #610 and should not be reviewed again here.The previously added middleware/helper optional-parameter changes are intentionally excluded from this PR.
Base active-pattern PR: #610
Verification
git diff --checkis clean.