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

fromCell is missing for maps #1229

Open
anton-trunov opened this issue Dec 23, 2024 · 0 comments
Open

fromCell is missing for maps #1229

anton-trunov opened this issue Dec 23, 2024 · 0 comments
Labels
language feature scope: maps The map datatype and operations on it
Milestone

Comments

@anton-trunov
Copy link
Member

Maps are essentially cells under-the-hood. There is the asCell no-operation type converter which allows, for instance, to send maps in messages, but there is no corresponding fromCell type converter that would allow to use the transmitted map as a map on the other end.

@anton-trunov anton-trunov added language feature scope: maps The map datatype and operations on it labels Dec 23, 2024
@anton-trunov anton-trunov added this to the v1.6.0 milestone Dec 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
language feature scope: maps The map datatype and operations on it
Projects
None yet
Development

No branches or pull requests

1 participant