Highlights
- Arctic Code Vault Contributor
Pinned
1,788 contributions in the last year
Less
More
Activity overview
Contribution activity
February 2021
Created 54 commits in 2 repositories
Created a pull request in vlang/v that received 5 comments
all: support map[f32]string and map[f64]string (float map keys) too
With this PR: m64 := { 3.14: 'pi' } println(m64) works.
+31
−7
•
5
comments
Opened 2 other pull requests in 2 repositories
vlang/v
1
merged
nsauzede/realist
1
merged
Reviewed 9 pull requests in 1 repository
vlang/v 9 pull requests
- cgen: cast default struct field value to correct SumType/interface
- cgen: fix `mut` variable in `for` loop reads as address (fix #8548)
- Update docs.md: use `make.bat` under Windows.
- example: support running flappylearning on Android
- all: only allow defining `==` and `<` and auto generate `!=`, `>`, `>=` and `<=`
- orm: add struct to orm
- checker: check goto label exists
- orm: fix orm null strings, close #8308
- gg: Added polygon-related functions
Created an issue in vlang/v that received 1 comment
C error when compiling `fn many_ints() ?[]int { return [] }`
fn many_ints() ?[]int { return []
}
... leads to a C error (compiling with -g -shared):
z.v:2:9: error: incompatible types when returning type ‘arr…
1
comment