-
Notifications
You must be signed in to change notification settings - Fork 667
bindings: address review comments #20
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
Conversation
gefjon
left a comment
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.
This is excellent!
jdetter
left a comment
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.
LGTM 👍
| /// This allows later changing the meaning of the returned type variable | ||
| /// if for whatever reason, you cannot provide the full definition of the type yet. | ||
| /// This allows for self referential, | ||
| /// recursive or other complex types to be declared in the typespace. |
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.
Much improved, thank you 🙏
* integrate jdetter's review * address phoebe's comments * improve errnos naming
* integrate jdetter's review * address phoebe's comments * improve errnos naming
At the moment when we authenticate with the short-lived token we also get the short lived token back. In order to not give it back to the application let's just ignore the identity message token if we already got one
Remove the set up to point spacetime server to localhost.
…ed from callbacks (#20) Co-authored-by: Steve <steve@codefics.com>
At the moment when we authenticate with the short-lived token we also get the short lived token back. In order to not give it back to the application let's just ignore the identity message token if we already got one
…ed from callbacks (#20) Co-authored-by: Steve <steve@codefics.com>
Description of Changes
Addresses review comments in #8.
API
If the API is breaking, please state below what will break
The constants in the
errnosmodule were renamed.