Tim Marston

Results 16 issues of Tim Marston

### Describe the bug Optional type (e.g., `?string`) with an or-block should evaluate to the underlying type (e.g., `string`). It seems sometime recently the " or {other_value} " bit stoped...

Bug

### Describe the bug ```v fn main() { a := ?string("hi") if a == "hi" { // C ERROR println("match") } } ``` ### Expected Behavior A V error, not...

Bug

- added new implementation in v (http://vlang.io) - self hosts 👍

new_implementation

Added Doxygen symbols for fontification.

### Describe the bug Smartcasting an interface to itself creates invalid C-code and generates a casting function (in C) which unnecessarily duplicates the interface struct. ### Expected Behavior Smartcasting an...

Bug
Unit: cgen

`sp-kill-hybrid-sexp` doesn't always remove empty lines if there are only empty lines between point at the close paren. E.g.: (point is `|`) ```javascript foo() { | } ``` In this...

bug
unconfirmed