Skip to content

Add message ref and oneof - #3

Merged
bettio merged 2 commits into
atomvm:mainfrom
bettio:allow-message-ref
May 10, 2026
Merged

Add message ref and oneof#3
bettio merged 2 commits into
atomvm:mainfrom
bettio:allow-message-ref

Conversation

@bettio

@bettio bettio commented May 10, 2026

Copy link
Copy Markdown
Collaborator

No description provided.

bettio added 2 commits May 10, 2026 14:58
This change allow to have "recursive" schemas, such as
```proto
message Node {
  [...]
  Node node = 2;
}
```

Signed-off-by: Davide Bettio <davide@uninstall.it>
Signed-off-by: Davide Bettio <davide@uninstall.it>
@bettio
bettio merged commit 701c399 into atomvm:main May 10, 2026
2 checks passed
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

Successfully merging this pull request may close these issues.

1 participant