Artem Yurchenko

Results 45 issues of Artem Yurchenko

# V doctor ``` OS: linux, "Garuda Linux" Processor: 16 cpus, 64bit, little endian, AMD Ryzen 7 3800X 8-Core Processor CC version: cc (GCC) 12.2.1 20230201 getwd: /home/yuart vmodules: /home/yuart/.vmodules...

bug

### Describe the feature Currently, to show plot on a webpage, `plot` calculated JSON strings with meta/data of plot and inserts this data into HTML, which then will be shown...

Right now, if the `Unhandled expr() node ...` happens, location parameters, such as `file`, `col` or `offset`, are invalid (contains 0 or ' ' values). As a reproduction steps, use...

Bug

``` doom_v/m_menu.v:1137:18: error: invalid expression: unexpected token `=` 1135 | key = 13 1136 | } 1137 | else { | ^ translating ./m_menu.c ... took 930 ms ; output...

Bug

Test file (for which wrapper was generated; The Machinery header api_registry,h) -> https://pastebin.com/NF6RjVaN Error message ``` api_registry.v:94:2: error: struct embedding must be declared at the beginning of the struct body...

Bug

Test code -> TheMachinery log.h - https://pastebin.com/rQMAfnFb Error message ``` log.v:101:12: error: parameter name must not begin with upper case letter (`Enum`) 99 | add_logger fn (&Tm_logger_i) 100 | remove_logger...

Bug

Even if generated wrapper is correct, 'v fmt' command is not executed on it

Bug

When generating a wrapper for .h file with `v translate wrapper` - module name is '.' But when generating a wrapper directly call `c2v` (`./c2v wrapper`), the module name is...

Bug

- [ ] https://github.com/vlang/c2v/issues/26 - [ ] https://github.com/vlang/c2v/issues/17

Bug

Flecs repo - https://github.com/SanderMertens/flecs V 0.2.4 (fe673e7 commit) ### Error message ``` [🔴] × v translate ~/Projects/KolciaEngine/flecs-v/ C to V translator 0.3.1 "/home/yuart/Projects/KolciaEngine/flecs-v/" is a directory, processing all C files...

Bug