Skip to content
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

[WIP] alias type and idl rpc succinct method format #227

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

pkieltyka
Copy link
Member

@pkieltyka pkieltyka commented Aug 2, 2023

This PR adds the following:

RIDL rpc method succinct definition (see #229)


Additionally, this PR adds a new alias keyword. The idea here is you can alias a type, and add the + meta annotations and use it anywhere in the schema. See the PR.

However, although the parsing works for alias, I feel the issue with the implementation is that it adds a new "alias" type, and it means generators need to think about it. Instead, it would be better if the alias type was just sugar and expanded to the full form in the schema object, which wouldn't require any changes to the generators, and that is preferred.

As result, I'm going to create a new PR to split out the succinct and alias features.

@pkieltyka
Copy link
Member Author

added PR #229 which includes only the rpc method succinct form support

@pkieltyka pkieltyka changed the title alias type and idl rpc succinct method format [WIP] alias type and idl rpc succinct method format Aug 7, 2023
@pkieltyka pkieltyka mentioned this pull request Aug 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant