Adam Oates

Results 11 issues of Adam Oates

Maps do not allow shorthand enums during the declaration of the map. This code returns the following error. If you replace the shorthand enum with the full value during the...

Bug
Status: Confirmed

A basic summary of what I did is: I added `or{...}` blocks to the code where required. And `lock` is apparently a keyword now, so I replaced every `lock Lockfile`...

I created a GUI in Python for SARC Tool v0.4 using tkinter.

### Describe the bug I get these errors when I run this code. Specifically the part that creates a new `Test2` is what causes it. The code runs fine when...

Bug
Status: Confirmed

### Describe the bug V gives you a warning when you import a module, but don't use it. I found a reproducible bug, that doesn't give you a warning. ###...

Bug

**V version:** V 0.2.4 223b96a.8d14187 **OS:** linux, "Manjaro Linux" **What did you do?** I used the `v fmt` command on a file. I have a directory named `test` with two...

Bug
Unit: vfmt
Unit: Parser

Tried translating this [clay.h](https://github.com/nicbarker/clay/blob/main/clay.h). C2V thinks it finished successfully, but this is in the output. ```v struct Clay_SizingAxis { size Union (unnamed union at /Users/adamoates/.vmodules/vclay/src/clay.h type_ Clay__SizingType } ```

V version: V 0.4.9 4e68a86, press to see full `v doctor` output |V full version |V 0.4.9 4b6b852.4e68a86 |:-------------------|:------------------- |OS |windows, Microsoft Windows 11 Pro 22631 64-bit |Processor |16 cpus,...

Unit: gg/sokol

When scrolling with a touchpad on this license menu it causes the program to panic with this message. ``` signal 11: segmentation fault 0 Vide 0x000000010093ab34 iui__on_event + 3456 1...

bug
mac os

I'd like to be able to something like this where `component` is the tab that we just switched to. ```v mut tabbox := ui.Tabbox.new( on_change: fn (tab_name string, mut component...