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

Support non base type items in structs #343

Closed
cburgdorf opened this issue Mar 27, 2021 · 1 comment
Closed

Support non base type items in structs #343

cburgdorf opened this issue Mar 27, 2021 · 1 comment
Labels
comp: analyzer Everything that involves the analyzer pass comp: compiler flag: beta-required Required for first beta release prio: P2 required type: feature

Comments

@cburgdorf
Copy link
Collaborator

cburgdorf commented Mar 27, 2021

What is wrong?

Currently structs are limited to just base types. E.g the following is not possible yet.

struct TodoItem:
    content: String<100>

How can it be fixed

🔪

@cburgdorf
Copy link
Collaborator Author

This happened, I'll open up follow up issues for the remaining parts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp: analyzer Everything that involves the analyzer pass comp: compiler flag: beta-required Required for first beta release prio: P2 required type: feature
Projects
None yet
Development

No branches or pull requests

1 participant