Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

change IPC codegen to allow attributes #1500

Merged
merged 7 commits into from
Jul 1, 2016
Merged

change IPC codegen to allow attributes #1500

merged 7 commits into from
Jul 1, 2016

Conversation

NikVolf
Copy link
Contributor

@NikVolf NikVolf commented Jun 30, 2016

#[derive(Ipc)]
#[ipc(client_ident="PrettyNamedClient")]
impl BadlyNamedService {
    fn is_zero(&self, x: u64) -> bool {
        x == 0
    }
}

so that above example become possible

@NikVolf NikVolf added the A0-pleasereview 🤓 Pull request needs code review. label Jun 30, 2016
@NikVolf NikVolf added the A1-onice 🌨 Pull request is reviewed well, but should not yet be merged. label Jun 30, 2016
@NikVolf NikVolf mentioned this pull request Jun 30, 2016
6 tasks
@gavofyork gavofyork removed the A1-onice 🌨 Pull request is reviewed well, but should not yet be merged. label Jun 30, 2016
@arkpar arkpar added A8-looksgood 🦄 Pull request is reviewed well. and removed A0-pleasereview 🤓 Pull request needs code review. labels Jul 1, 2016
@arkpar arkpar merged commit b30e7c7 into master Jul 1, 2016
@NikVolf NikVolf deleted the ipc-enh branch July 12, 2016 15:57
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A8-looksgood 🦄 Pull request is reviewed well.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants