You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From testing on my end, it looks like this will be resolved by some combination of #2258 and #2259, as I can reproduce on master, but can't on a combination branch containing both of those PRs.
So due to that, I'm going to close this as a dup of #2233.
The following small pony program hits an assertion in
src/libponyc/codegen/genname.c:63: type_append: Assertion
0failed.
http://playground.ponylang.org/?gist=39e11ca8a753c695ce24d1e37e8c4213
Changing the argument of
doSthTupled
toArray[TupledThingy[T]]
makes this snipped compile just fine.The text was updated successfully, but these errors were encountered: