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

Mysterious circe macro fail #12

Open
pshirshov opened this issue Feb 25, 2019 · 0 comments
Open

Mysterious circe macro fail #12

pshirshov opened this issue Feb 25, 2019 · 0 comments
Assignees

Comments

@pshirshov
Copy link
Member

The following snippet makes circe macro fail on decoder derivation

id IdentityId {
    _: uid
}

adt AliasId {
    IdentityId
}

data AliasIdLink {
    sid: AliasId
    primary: set[IdentityId]
}

data IdentitySecret {
    sharedSecret: str
}


mixin IdentitySecurity {
    keys: map[IdentityId, IdentitySecret]
    history: set[AliasIdLink]
}```
@pshirshov pshirshov self-assigned this Feb 25, 2019
@neko-kai neko-kai transferred this issue from 7mind/izumi Mar 15, 2020
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

No branches or pull requests

1 participant