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

fix: correct map nested interfaced enumerations #1404

Merged
merged 1 commit into from
Aug 9, 2024

Conversation

latonz
Copy link
Contributor

@latonz latonz commented Jul 20, 2024

Fixes nested interfaced enumeration mappings:

  • Fix array initialization rank specifiers
  • Specify correct target type for interfaced enumeration method mappings

Fixes #1377

@latonz latonz added enhancement New feature or request bug Something isn't working and removed enhancement New feature or request labels Jul 20, 2024
@latonz latonz force-pushed the 1377-nested-enumerable-mappings branch 4 times, most recently from ea38691 to 6f9a847 Compare July 21, 2024 23:12
@latonz latonz self-assigned this Jul 22, 2024
@latonz latonz force-pushed the 1377-nested-enumerable-mappings branch from 6f9a847 to b7ba4bf Compare August 3, 2024 03:31
@latonz latonz marked this pull request as ready for review August 3, 2024 03:32
@latonz latonz requested a review from ni507 August 3, 2024 03:32
@latonz latonz force-pushed the 1377-nested-enumerable-mappings branch from b7ba4bf to f24ea18 Compare August 3, 2024 14:49
@latonz latonz force-pushed the 1377-nested-enumerable-mappings branch from f24ea18 to 96aa3ff Compare August 8, 2024 19:25
@latonz latonz enabled auto-merge (squash) August 8, 2024 21:14
@latonz latonz merged commit df28332 into riok:main Aug 9, 2024
17 checks passed
@latonz latonz deleted the 1377-nested-enumerable-mappings branch August 9, 2024 06:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Invalid rank specifier: expected ',' or ']' when IReadOnlyList of IReadOnlyList is used
2 participants