We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
reproducible in 4.4dev-3, 4.4dev-4
Linux 6.10.11-2-MANJARO #1 SMP PREEMPT_DYNAMIC Thu Sep 26 03:28:26 UTC 2024 x86_64 GNU/Linux
Nested typed collections are not supported. it should have ability to have nested typed arrays or dictionaries
just write a sample code:
enum some_enum { test, test1 } var dict: Dictionary[int, Array[int]] var array: Array[Array[int]] var dict: Dictionary[int, Array[some_enum]]
an error should be given: Nested typed collections are not supported.
Nested typed collections are not supported.
N/A
The text was updated successfully, but these errors were encountered:
This is not a bug, but a known and documented limitation of the current implementation. To support nested types, we will need significant refactoring.
See also:
Thanks for the contribution nonetheless!
Sorry, something went wrong.
No branches or pull requests
Tested versions
reproducible in 4.4dev-3, 4.4dev-4
System information
Linux 6.10.11-2-MANJARO #1 SMP PREEMPT_DYNAMIC Thu Sep 26 03:28:26 UTC 2024 x86_64 GNU/Linux
Issue description
Nested typed collections are not supported.
it should have ability to have nested typed arrays or dictionaries
Steps to reproduce
just write a sample code:
an error should be given:
Nested typed collections are not supported.
Minimal reproduction project (MRP)
N/A
The text was updated successfully, but these errors were encountered: