Update Definitions to Include Signature #262
Open
raphael-goetz wants to merge 26 commits intomainfrom
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 146 out of 148 changed files in this pull request and generated 10 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
definitions/standard/runtime_definition/control/std_control_stop.proto.json
Outdated
Show resolved
Hide resolved
definitions/standard/runtime_definition/number/std_number_ln.proto.json
Outdated
Show resolved
Hide resolved
definitions/standard/runtime_definition/array/std_array_is_empty.proto.json
Outdated
Show resolved
Hide resolved
definitions/standard/runtime_definition/object/std_object_keys.proto.json
Outdated
Show resolved
Hide resolved
definitions/standard/runtime_definition/number/std_number_from_text.proto.json
Outdated
Show resolved
Hide resolved
definitions/standard/runtime_definition/boolean/std_boolean_from_text.proto.json
Show resolved
Hide resolved
definitions/standard/runtime_definition/array/std_array_reverse.proto.json
Outdated
Show resolved
Hide resolved
Contributor
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 146 out of 148 changed files in this pull request and generated 2 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Raphael Götz <52959657+raphael-goetz@users.noreply.github.com>
nicosammito
requested changes
Mar 4, 2026
definitions/standard/runtime_definition/array/std_array_index_of.proto.json
Outdated
Show resolved
Hide resolved
definitions/standard/runtime_definition/number/std_number_clamp.proto.json
Outdated
Show resolved
Hide resolved
| ], | ||
| "deprecationMessage": [], | ||
| "displayIcon": "tabler:cube", | ||
| "signature": "<T, K extends keyof OBJECT<T>>(object: OBJECT<T>, key: keyof OBJECT<T>, value: T[K]) => OBJECT<T>", |
Contributor
There was a problem hiding this comment.
This doesn't make any sense for me, because with this logic you can only update existing fields and the value must be of the same type
definitions/standard/runtime_definition/boolean/std_boolean_negate.proto.json
Show resolved
Hide resolved
definitions/standard/runtime_definition/object/std_object_get.proto.json
Outdated
Show resolved
Hide resolved
cfe2026 to
745349b
Compare
Co-authored-by: Nico Sammito <nico@sammito.de> Signed-off-by: Raphael Götz <52959657+raphael-goetz@users.noreply.github.com>
…proto.json Co-authored-by: Nico Sammito <nico@sammito.de> Signed-off-by: Raphael Götz <52959657+raphael-goetz@users.noreply.github.com>
nicosammito
requested changes
Mar 5, 2026
Contributor
nicosammito
left a comment
There was a problem hiding this comment.
still one is wrong. Its says MNUMBER instead of NUMBER
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.
Resolves: #256