Turiiya
Turiiya
When there is no need to wait until all dependent issues are resolved this one might be ready for a merge. I think it can be of use in it's...
Testing again with latest V, I can reproduce the slow down of about 10x on an m1 macbook. On an x64 linux machine it's about 2x, independent of the used...
Running with a 1mil instead of a 10mil loop Linux x64 ```sh # -cc tcc (6-7x diff) SPENT 45.239 ms in Test no default SPENT 352.716 ms in Test default...
In general with mac I think. The differences in the initial issue description (mac intel) and on alex m2 in comparison with linux are significant too.
To suggest a possible alternative, there could be a no-interactive flag to create a project with just the name. Desc, license and version would have to be changed manually in...
Since I'm mentioned as a co-author in the full diff, because the parts I tried to help with during development got squashed, I have to say it's not signed off...
Thanks for looking into it @spytheman. Can't get it working when reverting. raw_execute doesn't work either. `execute` is very close to `raw_execute` on windows https://github.com/vlang/v/blob/58527cc71c49d8d77d99ddf06a26dab0e1ae00bf/vlib/os/os_windows.c.v#L289-L297
Rebasing after all related modules appear to be updated.
I think it should not be possible to create a mutable reference to an immutable variable: Same as ```v i := 0 mut ref := &i ``` Results in: ```...
I was running into the situation with `-stats` not containing outputs anymore. Apparently also this issue here is a regression that slipped through in https://github.com/vlang/v/pull/20520