Delyan Angelov

Results 270 comments of Delyan Angelov

> This issue could be slightly related to #21555 How so? The modules are different, the platform is different, the error is different too 🤔 .

> whether it's really is thread-safe It is not. It is there for convenience. People that want thread safe random number generating, can create their own thread specific random number...

Yes, it is a known problem. tcc does not yet support ARM asm blocks on macos. The current workarounds are to either: a) `-cc clang` for such programs, which is...

Here is an example of compiling `examples/fetch.v`, which does use `net.http`: ``` 0[07:19:44]@m1: (master) /opt/v $ ./v -showcc -d use_openssl -cc tcc -no-retry-compilation -d dynamic_boehm examples/fetch.v > C compiler cmd:...

`ncurses` does not have windows implementation afaik

It is a known problem affecting V through `tcc`. Try using gcc or clang with `-cc gcc` as a workaround, or move the project to a folder that has only...

hm, msvc should have worked though 🤔 ... I'll have to check again.

It failed for me with latest Firefox on Ubuntu too.

Do `brew install mariadb-connector-c` . After that, the compilation should succeed.

No, it is not fixed. > The C driver will be included, and none of this will be needed. It can be done cleanly only for `db.sqlite`, since SQLite provides...