Pinned
260 contributions in the last year
Less
More
Activity overview
Contribution activity
July 2021
Created 24 commits in 2 repositories
Created 2 repositories
Opened 11 pull requests in 2 repositories
elliotchance/reflect
6
merged
elliotchance/vsql
5
merged
Created an issue in vlang/v that received 11 comments
How to assert an error?
In my tests I'm using a rather clunky and verbose way to verify an error: fn is_valid() ? { return error("not valid") } fn test_is_valid() { mut msg …
11
comments
Opened 14 other issues in 3 repositories
vlang/v
6
closed
6
open
- Compiler error on type match
- typeof() does not work with reflection
- compiler cannot determine type from reflection
- Compiler should detect and prevent nil pointers when accessing maps
-
error: maps only support string, integer, float, rune, enum or voidptr keys for now (not
K) -
error: could not infer generic type
Tin call - Casting alias slice back to original type?
- Can't compile index range on alias type
- Unary xor "^" operator is not understood
- How do I use runtime reflection with functions?
- Alias array type requires cast
- Variadic args not working with "...any"

