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.
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
[RFC] Add native function create_uuid #8401
[RFC] Add native function create_uuid #8401
Changes from 28 commits
2cd733c
3decce0
c9b68ec
4c4ef51
fc9b372
2284e55
2f0d2eb
80b7cbb
4d7c564
b79d4bc
631d66d
bdfaa55
90f30db
98ad018
0a00af6
f02858f
b632592
1c444d4
3a616ba
f89370c
83c4a21
8a6ff98
bf29748
ee02708
638e2af
331e728
ce78b04
575e409
0e7206d
16b52a4
f1afb1e
29e0b62
5308088
9b1591b
0424d8b
ad6f336
ea7fbb6
c267a23
7568b15
f180aa0
23f8776
fb9bce1
82fec8a
41cb9af
4df1c1c
752caae
8cdf218
545283d
2cadd2c
aad09cc
2b40d44
06aa5b9
584cca2
16252d8
77b2002
8fc34f6
6cdd260
53e4d3d
c3f1a1a
6d7b0dd
987f88f
29725d6
b86849f
18b4e3b
e863b87
b5aecf0
e2e05cf
1e71ba9
03b9fea
b54fa0c
3f0d40d
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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.
Can you add a test where an object is created and check that you can fetch resources there?
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.
Still working on it. Not entirely sure how to interact with objects. Do you have any references to sample code somewhere on how to interact with objects?
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.
You can use the same /resources API to fetch resources at an object address. As for how to get the object address, this would be a good exercise for you to understand how people would be able to get the created addresses from the newly introduced functions.