-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Error: internal error: getTypeDescAux(tyExpr) when getting the type of an element of varargs[expr] #1154
Labels
Comments
Doesn't crash with latest #head.
|
Confirmed, does not crash anymore |
Clyybber
pushed a commit
to Clyybber/Nim
that referenced
this issue
Feb 29, 2024
## Summary GitHub now provides free M1 machines for CI, which means we get to have M1 test coverage and binaries! For more information, see https://github.blog/changelog/2024-01-30-github-actions-introducing-the-new-m1-macos-runner-available-to-open-source/ ## Details * Updates to download/upload compiler actions: * Added awareness for runner architecture * Added a small workaround for `shell: python` not being compatible with M1 CI * Removed `-lm` compiler flags for macOS, as it is not required and was causing warnings that broke tests. * `temit.nim` is modified to include `stdio.h` due to `printf` usage. * Disabled float-to-uint tests in `tnumeric_conversions` for non-x86 targets due to reliance on undefined behavior. See nim-works/nimskull#1155. --------- Co-authored-by: Saem Ghani <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When using simple
expr
it manages to get the type right asint
.Results in:
The text was updated successfully, but these errors were encountered: