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
The C to V translator (c2v) version 0.4.0 is encountering an unhandled expression node of type AtomicExpr while translating the file "sqlite3.c". This causes the translation process to fail, preventing the successful conversion of C code to V code.
Step 1: Download the SQLite Amalgamation
->Visit the official SQLite website and download the SQLite amalgamation file, specifically sqlite-amalgamation-3460100.zip (or the latest version available).
Step 2: Translate the SQLite Source Code using v command
v translate sqlite3.c
Expected Behavior
should have a file name sqlite3.v with all the v code in it
Current Behavior
empty sqlite3.v
Possible Solution
No response
Additional Information/Context
No response
V version
0.4.7 7baff15
Environment details (OS name and version, etc.)
V full version: V 0.4.7 7baff15
OS: macos, macOS, 14.6.1, 23G93
Processor: 12 cpus, 64bit, little endian, Apple M2 Max
getwd: /Users/amiyamandal/Desktop/workspace/abc/src
vexe: /opt/homebrew/Cellar/vlang/0.4.7/libexec/v
vexe mtime: 2024-07-26 04:41:00
vroot: OK, value: /opt/homebrew/Cellar/vlang/0.4.7/libexec
VMODULES: OK, value: /Users/amiyamandal/.vmodules
VTMP: OK, value: /tmp/v_501
Git version: git version 2.46.1
Git vroot status: 4.3.21 (60178 commit(s) behind V master)
.git/config present: false
CC version: Apple clang version 15.0.0 (clang-1500.3.9.4)
thirdparty/tcc: N/A
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:
Describe the bug
The C to V translator (c2v) version 0.4.0 is encountering an unhandled expression node of type AtomicExpr while translating the file "sqlite3.c". This causes the translation process to fail, preventing the successful conversion of C code to V code.
Reproduction Steps
Step 1: Download the SQLite Amalgamation
->Visit the official SQLite website and download the SQLite amalgamation file, specifically sqlite-amalgamation-3460100.zip (or the latest version available).
Step 2: Translate the SQLite Source Code using v command
Expected Behavior
should have a file name sqlite3.v with all the v code in it
Current Behavior
empty sqlite3.v
Possible Solution
No response
Additional Information/Context
No response
V version
0.4.7 7baff15
Environment details (OS name and version, etc.)
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: