You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.
For now, for simplicity, I think we should use $.field("foo", $.option($bar)) instead of $.optionalField("foo", $bar) in the codegen. But in the non-generated code, I see no reason not to use $.optionalField.
The text was updated successfully, but these errors were encountered:
Breaking changes were introduced in tjjfvi/subshape#128; most notably:
For now, for simplicity, I think we should use
$.field("foo", $.option($bar))
instead of$.optionalField("foo", $bar)
in the codegen. But in the non-generated code, I see no reason not to use$.optionalField
.The text was updated successfully, but these errors were encountered: