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
Implement CreateKey Functionality #1853
Implement CreateKey Functionality #1853
Changes from all commits
6afb10c
edbe22b
1ec001d
9010487
95af93d
fb86f6f
1f59f5b
a939327
20257df
a8741ab
657e219
065a3c5
669544b
43b60d3
5ceae8e
c00af0a
df7c79c
0350096
78a4610
daa0de2
9423750
1be14b9
4af00ed
95c0270
3a1956f
88c430e
c9df01f
f0d5437
800387c
d91d2ba
a14315b
85d569b
061f591
8e2d3a3
c4cdffd
268f268
5dae28c
38ca88e
4cf1bf5
ba15cdc
092e341
eaff5b2
9a45def
4ed8eea
7d67ff9
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
Is this not a breaking API change? cc @ocelotl
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.
Probably this was changed to avoid the public api test cases from breaking,
SPAN_KEY
should remain public and the tests will pass after the corresponding label is added. @eunice98k can you please fix this?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.
The public API check is passing on the current commit, shouldn't it have caught this? Or does it only check for additions atm?
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.
It only checks for additions. The script is not meant to detect breaking changes, but to warn us when a possibly unnecessarily new public symbol is being added, to avoid our API from growing without need.