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

Properly handle nested container expression promotion #1292

Merged
merged 3 commits into from
Mar 16, 2023

Conversation

WardBrian
Copy link
Member

Submission Checklist

  • Run unit tests
  • Documentation
    • If a user-facing facing change was made, the documentation PR is here:
    • OR, no user-facing changes were made

Release notes

Closes #1291. Fixes an issue where the compiler would generate uncompilable C++ when a matrix expression featured mixed types of elements.

Copyright and Licensing

By submitting this pull request, the copyright holder is agreeing to
license the submitted work under the BSD 3-clause license (https://opensource.org/licenses/BSD-3-Clause)

@WardBrian WardBrian requested a review from nhuurre March 15, 2023 21:15
src/frontend/Promotion.ml Outdated Show resolved Hide resolved
@WardBrian WardBrian marked this pull request as draft March 16, 2023 02:25
src/frontend/Promotion.ml Outdated Show resolved Hide resolved
@WardBrian WardBrian marked this pull request as ready for review March 16, 2023 13:27
@WardBrian WardBrian requested a review from nhuurre March 16, 2023 13:27
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.

[BUG] Inline matrix construction fails to promote with mixed types
2 participants