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
Something like [IP([0, 0, 0, 0]), IP([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0])] or some V error since the following variant works (but not as expected, see output):
V doctor:
What did you do?
./v -g -o vdbg cmd/v && ./vdbg aliased_fixed_arrays_array.v
What did you expect to see?
Something like
[IP([0, 0, 0, 0]), IP([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0])]
or some V error since the following variant works (but not as expected, see output):Note: only zeros is expected in output, but fixed arrays have random non-zero first item. This is also bug.
What did you see instead?
C error will shown only if
-show-c-output
is passed:Note
You can use the 👍 reaction to increase the issue's priority for developers.
Please note that only the 👍 reaction to the issue itself counts as a vote.
Other reactions and those to comments will not be taken into account.
Huly®: V_0.6-21450
The text was updated successfully, but these errors were encountered: