JalonSolov
JalonSolov
Can't be merged until it is caught up to latest V. Also needs tested on Windows, etc.
http proxy support was added in #19606
Since both referenced issues have been closed, closing this PR.
@trufae Can we get some example code, to see how the current version V does against what you were trying to solve? Since you started this, V has gotten the...
Running the test file with the latest version of V gives the following output: ``` ---- Testing... -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- FAIL 120.412 ms /home/jalon/struct_fields_storing_functions_test.v [136, 1, 2, 2, 153] RUNTIME ERROR: invalid...
Go has their own implementation of dns, so they may have short-circuited the `localhost` lookup. Uncomment the localhosts lines in your etc/hosts file and try V again. Note that there...
... but yes, the failing CI check is because the files need to be formatted with `v fmt`.
Try https://blog.vosca.dev/meet-v-analyzer/ instead, now that it is released.
Latest V is `V 0.3.3 4c33a92`, and yes, the code has lots of errors so it won't compile at all with the latest. @ChewingBever please test again to see if...
Try again with `-skip-unused`. WIP for now, but will be the default in the future.