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 marking a function as exported, it still shows as unused
Expected Behavior
It should stop showing as unused
Current Behavior
It still shows as unused
Reproduction Steps
Create a function
Mark it as export
Possible Solution
check for functions being marked as exported
Additional Information/Context
No response
Environment details (v doctor output)
|V full version |V 0.4.9 d0ce8a2.515d78d
|:-------------------|:-------------------
|OS |windows, Microsoft Windows 11 Pro 22635 64-bit
|Processor |8 cpus, 64bit, little endian, 11th Gen Intel(R) Core(TM) i7-1165G7 @ 2.80GHz
|Memory |35.18GB/63.67GB
| |
|V executable |D:\software\v\v.exe
|V last modified time|2025-02-21 18:24:34
| |
|V home dir |OK, value: D:\software\v
|VMODULES |OK, value: C:\Users\Sammy\.vmodules
|VTMP |OK, value: C:\Users\Sammy\AppData\Local\Temp\v_0
|Current working dir |OK, value: D:\Code\v\snippy
| |
|Git version |git version 2.48.1.windows.1
|V git status |515d78d7 (8 commit(s) behind V master)
|.git/config present |true
| |
|cc version |N/A
|gcc version |gcc (MinGW.org GCC-6.3.0-1) 6.3.0
|clang version |clang version 19.1.7
|msvc version |N/A
|tcc version |tcc version 0.9.27 (x86_64 Windows)
|tcc git status |thirdparty-windows-amd64 b425ac82
|emcc version |emcc (Emscripten gcc/clang-like replacement + linker emulating GNU ld) 4.0.3 (a9651ff57165f5710bb09a5fe52590fd6ddb72df)
|glibc version |N/A
IDE Type (IDEA Community/Ultimate, GoLand, CLion, etc.)
CLion
Plugin Version
2024.3.1
The text was updated successfully, but these errors were encountered:
Describe the bug
When marking a function as exported, it still shows as unused
Expected Behavior
It should stop showing as unused
Current Behavior
It still shows as unused
Reproduction Steps
Possible Solution
check for functions being marked as exported
Additional Information/Context
No response
Environment details (
v doctor
output)IDE Type (IDEA Community/Ultimate, GoLand, CLion, etc.)
CLion
Plugin Version
2024.3.1
The text was updated successfully, but these errors were encountered: