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
When my function declares a first parameter as a map of string generic, there is a C error. When I remove the generic, no error is generated and the program terminates as expected.
Reproduction Steps
Using the following code snippet there is a C error:
Describe the bug
When my function declares a first parameter as a map of string generic, there is a C error. When I remove the generic, no error is generated and the program terminates as expected.
Reproduction Steps
Using the following code snippet there is a C error:
Expected Behavior
The program terminates without errors.
Current Behavior
It displays this C error stack trace:
Possible Solution
No response
Additional Information/Context
No response
V version
0.4.9
Environment details (OS name and version, etc.)
V full version: V 0.4.9 4225a34
OS: linux, N/A
Processor: 8 cpus, 64bit, little endian, Intel(R) Core(TM) i7-10510U CPU @ 1.80GHz
getwd: /home/v
vexe: /opt/v/v
vexe mtime: 2024-12-30 03:28:29
vroot: OK, value: /opt/v
VMODULES: OK, value: /root/.vmodules
VTMP: OK, value: /tmp/v_0
env VFLAGS: "-cc gcc"
Git version: git version 2.30.6
Git vroot status: 4225a34 (44 commit(s) behind V master)
.git/config present: true
CC version: cc (Alpine 10.2.1_pre1) 10.2.1 20201203
emcc version: N/A
thirdparty/tcc status: thirdparty-linuxmusl-amd64 a3e24da2
Huly®: V_0.6-21807
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.
The text was updated successfully, but these errors were encountered: