Skip to content
This repository has been archived by the owner on Aug 28, 2021. It is now read-only.

Implement strongly-typed maps #55

Closed
aboodman opened this issue Jul 16, 2015 · 1 comment
Closed

Implement strongly-typed maps #55

aboodman opened this issue Jul 16, 2015 · 1 comment
Assignees

Comments

@aboodman
Copy link
Contributor

E.g., Map<Foo, Bar>. This will help with #54.

@aboodman aboodman self-assigned this Jul 16, 2015
@aboodman
Copy link
Contributor Author

For #54, we in particular need Map<types.String, GeneratedStruct>. Right now in all our generated types, T cannot be a noms primitive like String or Uint32 or Bool. This is because the primitive types don't expose the interface that the generated code expects (e.g., NomsValue()).

@aboodman aboodman assigned arv and unassigned aboodman Jul 21, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants