Highlights
- Arctic Code Vault Contributor
Pinned
1,672 contributions in the last year
Activity overview
Contribution activity
December 2020
Created 118 commits in 2 repositories
Created 1 repository
Created a pull request in vlang/v that received 1 comment
parser: implement support for -Wimpure-v
Implement -Wunpure-v flag. With it:
vlib/v/ast/ast.v:1165:12: warning: C code will not be allowed in pure .v files, please move it to a .c.v file i…
+73
−24
•
1
comment
Opened 3 other pull requests in 2 repositories
crystaluniverse/vlang_tools
1
open
1
closed
vlang/v
1
merged
Reviewed 29 pull requests in 2 repositories
vlang/v 28 pull requests
- all: reimplement struct embedding with methods
- parser: check redefine builtin function (fix #7499)
- makefile: detect CPU architecture for tcc branch
- vup: hide some output when not in verbose mode
- fmt: do not replace module aliases in fn param and return types
- math: clean code
- pref: fix cross-compiling graphical apps to Windows
- builtin: add missing documentation to option.v
- log: document all functions, add missing copyright header
- checker: require `[required]` to all ptrs fields of struct
- sqlite: Added `close` method along with `is_open` field
- fn_array: implement a direct call to an array of functions (fix #6908)
- cgen: fix shadowing
- map: make DenseArray::has_index not assume string keys
- builtin: make sure all functions in string.v is documented
- gen: fix mutable map generation
- Fix test parser cli
- parser: fix fibonacci in silent mode
- scanner: fix when string literal ends after }
- fmt: collapse if branches, when they contain single statements
- checker: correct underline for unknown type in method type
- time: complete documentation
- check-md: verify code example formatting
- tools,vls: add `v test-parser examples/hello_world.v`
- parser: return after error
- Some pull request reviews not shown.