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

Generate code for methods #35

Merged
merged 1 commit into from
Aug 7, 2017
Merged

Conversation

talex5
Copy link
Collaborator

@talex5 talex5 commented Aug 7, 2017

Readers and builders for the implicit parameters and results structures are now generated.

A new Client module contains a sub-module for each interface, with a sub-module for each method. Each method contains Params and Results sub-module aliases (params to a builder, results to a reader) and the method ID.

A new Service module provides a similar structure for service authors, but where Params is a reader and Results is a builder.

Readers and builders for the implicit parameters and results structures
are now generated.

A new Client module contains a sub-module for each interface, with a
sub-module for each method. Each method contains `Params` and `Results`
sub-module aliases (params to a builder, results to a reader) and the
method ID.

A new Service module provides a similar structure for service authors,
but where `Params` is a reader and `Results` is a builder.
@talex5 talex5 merged commit 7b0d977 into capnproto:master Aug 7, 2017
@talex5 talex5 deleted the interface-structs branch August 7, 2017 12:52
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.

1 participant