Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
701 contributions in the last year
Activity overview
Contribution activity
August - November 2020
July 2020
Created 34 commits in 1 repository
Created a pull request in vlang/v that received 7 comments
parser: fix non-void optional fn missing return value (fix #5736)
This PR fix non-void optional fn missing return value (fix #5736).
Fix non-void optional fn missing return value.
Add test test_option_auto_add_re…
Opened 35 other pull requests in 1 repository
vlang/v
33
merged
2
closed
- checker: check missing return values in function (fix #5792)
- array: add `reverse_in_place()` for performance
- cgen: add `gen_map_equality_fn` to compare map type (fix #5650)
- gen: fix function error of mutable array argument (fix #5649 #5767)
- cgen: minor optimization of `struct_init` generated code
- cgen: fix assert `sumtype is` (fix #5704)
- parser: check variable names as non-reserved identifiers (fix #5708)
- os: minor optimization
- gen: fix error of generated `defer` code
- gen: fix error of generated `option_no_assign` code
- cgen: minor optimization of comptime
- checker: add check `1/0x0 1/0b0..` division by zero
- cgen: improve generated code formatting
- checker: fix string cast to sumtype (fix #5690)
- parser: fix name error of match (fix #5676)
- checker: check for_in variable name
- cgen: add unsafe block braces and comments in generated code
- cgen: optimize code format of `array_init`
- cgen: fix error of `array_in_mut`
- vrepl: pre-imported common modules
- cgen: fix map_in mut (fix #5634)
- vrepl: minor optimization for import
- cgen: add space for `else..` in match
- cgen: fix indent of `for_in_string`
- cgen: remove extra `\n` of map.get
- Some pull requests not shown.