Pinned
2,040 contributions in the last year
Less
More
Activity overview
Contribution activity
August 2021
Created 56 commits in 6 repositories
Created 2 repositories
- spytheman/vredis V
- spytheman/asdf-v Shell
Created a pull request in nsauzede/vsdl2 that received 4 comments
fix compilation with latest V and vfmt tvintris.v
This PR contains the following fixes: time.sleep_ms(x) => time.sleep(x * time.millisecond) consts were snake_cased v fmt -w tvintris.v unused vari…
+289
−273
•
4
comments
Opened 10 other pull requests in 5 repositories
vlang/v
5
merged
-
v.gen.c: support
typeof(x).idx, as well asiface.type_idx() - v.gen.c: support T.typ - an int for the type index of the generic type T
- builtin: move C calls to .c.v files
- builtin: fix leak in rune.str(), fix leaks in most assert x == y statements in tests
- time: turn Time.unix to i64, so it can represent times before 1970-01-01, fix time operators, add more tests
vlang/ved
2
merged
patrickpissurno/vredis
1
merged
kjlaw89/vsdl
1
open
vlang/gitly
1
merged
Reviewed 17 pull requests in 1 repository
vlang/v
17 pull requests
-
vpm: support
v install ui https://github.com/vlang/markdown(git urls by default), cleanup vpm.v - js: fix method calls and other codegen parts, rand module compiles
- all: add limit to errors / warnings
- V.cmd.vpm install directly from supported vcs
- doc: document closures
- checker: allow noreturn in match expr
- transformer: evaluate comptime if cond
- log: avoid using string__plus memory leak
- time: Move C backend specific code into .c.v in time module
- fix scaped backslash after string interpolation
- native: initial support for assert statements
- v: initial support for closures (x64 / linux-only)
- checker: require or block for sumtype map
- vpm: fix show command
- cgen: fix shared field init
- encoding.base64: speed up encoding and decoding
- vlib: remove deprecated stuff

