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

Literal representations used in Arcs should use a type table #7138

Open
shans opened this issue Apr 27, 2021 · 0 comments
Open

Literal representations used in Arcs should use a type table #7138

shans opened this issue Apr 27, 2021 · 0 comments

Comments

@shans
Copy link
Contributor

shans commented Apr 27, 2021

(from b/172170292)

Currently each literal of a Arcs Manifest states the handle type for each handle inline. This leads to repetitions and deep / recursive types have equally deep + recursive literal representations leading to stack over flows.

Ideally, a table would be used to describe each type allowing a smaller representation that is more general (supporting nesting/recursion).

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