Highlights
- Arctic Code Vault Contributor
774 contributions in the last year
Activity overview
Contribution activity
December 2020
Created 28 commits in 1 repository
Created a pull request in vlang/v that received 12 comments
string: change `tos_lit` to `_SLIT`
This PR change tos_lit to _SLIT.
Make tos_lit() deprecated.
Change all the tos_lit to _SLIT.
[deprecated]
pub fn tos_lit(s charptr) string { epri…
+123
−145
•
12
comments
Opened 30 other pull requests in 1 repository
vlang/v
27
merged
3
closed
- table: minor optimization of types.v
- cgen: fix default zero not properly initialized (fix #7328)
- cgen: fix errors of multi_array prepend/insert (fix #7375)
- checker: fix fn_array types check (fix #7372)
- gen: fix errors of fn_str() in struct/array/map
- cgen: implement gen_str_for_fn_type()
- cgen: fix map['xxx']() error
- os: format os.v
- parser: minor cleanup of `check()`
- fn_array: implement a direct call to an array of functions (fix #6908)
- os: fix os.dir() (fix #7181)
- os: fix os.dir() (fix #7181)
- scanner: fix interpolation with more embedded string args (fix #7257)
- checker: check div/mod by cast zero (fix #1672)
- make.bat: fix --local mode
- test: add more embed string interpolation tests
- parser: minor cleanup and optimization in `parser.v`
- scanner: fix interpolation with string args (fix #7147)
- scanner: minor cleanup and optimize in scanner.v
- interpolation: change to `${xxx}`
- interpolation: change to `${foo}` in vlib
- scanner: minor optimization of the `text_scan()`
- token: minor clean up token.v
- checker: fix interpolation recursive str (fix #1905)
- checker: fix or_block return type mismatch (fix #6742)
- Some pull requests not shown.
Reviewed 1 pull request in 1 repository
vlang/v 1 pull request
Created an issue in vlang/v that received 2 comments
test_iso8601_parse_utc() error.
FAIL [108/291] 564.035 ms vlib\time\parse_test.v C:\\Users\\yuyi9\\v\\vlib\\time\\parse_test.v:66: failed assert in function test_iso8601_parse_utc…
2
comments