-
Notifications
You must be signed in to change notification settings - Fork 0
Object#Get Function #231
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Object#Get Function #231
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This pull request adds a new std::object::get function to retrieve values from objects by key. The implementation follows the pattern established by other object manipulation functions in the standard library, providing generic type support for flexible value retrieval.
Changes:
- Added
std_object_get.proto.jsonwith runtime definition for the get function - Updated
object-audit.mdto document the addition and note future type system improvements
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 5 comments.
| File | Description |
|---|---|
| definitions/standard/runtime_definition/object/std_object_get.proto.json | Defines the runtime signature, parameters, return type, and metadata for the object get function |
| definitions/standard/runtime_definition/object/object-audit.md | Documents the addition of the get function and includes a TODO note about future type signature improvements |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
definitions/standard/runtime_definition/object/std_object_get.proto.json
Show resolved
Hide resolved
definitions/standard/runtime_definition/object/std_object_get.proto.json
Show resolved
Hide resolved
definitions/standard/runtime_definition/object/std_object_get.proto.json
Outdated
Show resolved
Hide resolved
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Raphael Götz <52959657+raphael-goetz@users.noreply.github.com>
…proto.json Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Raphael Götz <52959657+raphael-goetz@users.noreply.github.com>
definitions/standard/runtime_definition/object/std_object_get.proto.json
Outdated
Show resolved
Hide resolved
definitions/standard/runtime_definition/object/std_object_get.proto.json
Outdated
Show resolved
Hide resolved
…proto.json 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>
Resolves: #230