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
cgen error encountered while debugging another issue.
v -cg run src/client_test.v
/tmp/v_1000/client_test.9951572263371855179.tmp.c:35491: warning: assignment from incompatible pointer type
/tmp/v_1000/client_test.9951572263371855179.tmp.c:36180: error: function pointer expected
builder error:
==================
C error. This should never happen.
I do not know what causes it exactly so I have created a branch in my project for repro purposes.
I think it is caused by trying to assign map[string]json2.Any to a json2.Any
Describe the bug
cgen error encountered while debugging another issue.
I do not know what causes it exactly so I have created a branch in my project for repro purposes.
I think it is caused by trying to assign map[string]json2.Any to a json2.Any
Expected Behavior
No cgen error
Current Behavior
cgen error
Reproduction Steps
v run src/client_test.v
Possible Solution
No response
Additional Information/Context
No response
V version
Current V version: V 0.4.0 7d6fd9d, timestamp: 2023-07-26 22:17:45 +0300
Environment details (OS name and version, etc.)
The text was updated successfully, but these errors were encountered: