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
$ zig run bug.zig
val is 93
val2 is 93
tuple[0] is 42
This one boggles my mind. There are alot of places that can be changed that will make this error go away. I'm am perplexed by what combination of sorcery has caused this to happen and now I'm going to be very hesitant at how I use tuples (i.e. what I pass to print/format functions).
The text was updated successfully, but these errors were encountered:
Probably duplicate/related to #4491, #5230, #6444, #7097, although their names aren't the most descriptive.
To me it seems that branching expressions in tuples / anonymous-list-literals are generally broken/flaky in stage 1.
Uh oh!
There was an error while loading. Please reload this page.
Reproduce this issue with:
bug.zig
:This one boggles my mind. There are alot of places that can be changed that will make this error go away. I'm am perplexed by what combination of sorcery has caused this to happen and now I'm going to be very hesitant at how I use tuples (i.e. what I pass to print/format functions).
The text was updated successfully, but these errors were encountered: