Delyan Angelov
Delyan Angelov
It compiles locally, with either: `-message-limit 7859` , or with `-w` (otherwise there is a build error, since there are 7858 warnings for the redundant parentheses). On my box however,...
I think that the reported error, should be better.
The standard input of the processes in the playground, is not attached to anything. I would say that it is expected behavior, and if you want to run such code,...
On my PC, it now shows something like this: 
I just tried it on Linux, and it seems to work: ``` #0 19:16:20 ^ master /v/oo>cat > a.v import time println("${time.now()}") #0 19:20:29 ^ master /v/oo>v run a.v 2024-07-13...
The `"test") exit(-1)` is still present.
That `InstallApplicationEventHandler` is called in `uiold/uiold.m` in the Ved repo, which is not used on Linux.
The project goal is to re-implement the GNU coreutils tools behaviors as closely as possible, including error messages etc.
> However, a new option could be added, to allow proper handling of multi-byte chars. > > Nothing says we can't have options they don't, just that the default, and...
Yes, the `statx` API is linux only. Afaik we have not tried compiling the tools on macos yet, and several of them fail to compile there: `stat`, `sync` and `uptime`...