Closed ceremcem closed 1 year ago
Thanks for reporting.
Not sure how it happened, CI is green on vlang/v and vlang/ui (examples compile).
But I get the same error.
Will fix CI and V UI asap.
CI is failing on my side:
Try the following (you have old ui code, judging by the errors you pasted):
1) rm -rf ~/.vmodules/ui
2) v install ui
3) cd ~
4) v run ~/.vmodules/ui/examples/users.v
@spytheman Yup, that worked!
V version:
\ \ / / | Welcome to the V REPL (for help with V itself, type exit , then run v help ). \ \/ / | Note: the REPL is highly experimental. For best V experience, use a text editor, \ / | save your code in a main.v file and execute: v run main.v \ / | V 0.4.3 976c5fb . Use list to see the accumulated program so far. __/ | Use Ctrl-C or exit to exit, or help to see other available commands.
UI version: Latest commit at this time. OS: Debian Bullseye.
What did you do?
I just run the example as stated in the Readme.
What did you expect to see?
I expected to see some running code.
What did you see instead?
I saw the following error :