JalonSolov

Results 493 comments of JalonSolov

Correct. "Immutable by default." This is opposite most other languages.

So, Windows specific. On Linux, using latest V, I get this: ``` number of all customers: 3 We found a total of 1 customers matching the query. customer: 1, Bob,...

For me, it fails with gcc, but succeeds with clang.

I do get a failure, but I don't see anything about `addr2line` on Manjaro Linux: ``` I get a failure here, but nothing about addr2line: /tmp/v_1000/v2.01HP6XQK1AQ2T2CXFDNASBPEYW.tmp.c:47430: at v__ast__Scope_find: RUNTIME ERROR:...

`addr2line` is installed. One of the error messages is coming _from_ `addr2line`: ``` addr2line: 'v': No such file ``` This says `addr2line` was found, but `v` was not.

What is looks like is that `v symlink` was never run. When `addr2line` was called, it couldn't find `v` in the path, so gave the `No such file` message.

It's good that the symlink is there. Just saying that's what it looked like. When `addr2line` tried to run V, it couldn't find it, so it gave the message. I...

No, you are correct, you have just run into a bug.

Works in Linux. Fails in Windows.