Block or Report
Block or report yuyi98
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
1,416 contributions in the last year
Less
More
Contribution activity
January 2022
Created 52 commits in 1 repository
Created a pull request in vlang/v that received 5 comments
checker: fix ui struct init error with default field value is const var (fix #13209)
This PR fix ui struct init error with default field value is const var (fix #13209). module ui import gx pub struct Foo{ x int } // Added [heap] pub …
+10
−4
•
5
comments
Opened 52 other pull requests in 1 repository
vlang/v
50
merged
2
closed
- cgen: fix error of struct multi embed method call (fix #13291)
- ast, checker, cgen: fix error for map sumtype value init (fix #13284)
- token: rename Position to Pos and rename position() to pos()
- checker: fix error for cast to alias of reference struct
- ast, checker, cgen: implement if guard with multi return optional (fix #13249)
- cgen: fix 'for in mut val' with 'if val in' (fix #13262)
- checker: fix method call errors for generic struct instances (fix #13252)
- json: fix error for json encoding sumtype value (fix #13242)
- checker: correct error message in struct_decl()
- ast: fix error for generic sumtype init in generic fn call (fix #13211)
- ast: minor cleanup of struct Field
- parser, checker: correct error message of fixed array size using non constant (fix #13219)
- cgen: fix fn call with fixed array literal arguments (fix #13220)
- checker: check generics undefined operation of the infix expression (fix #13221)
-
ast: rename
register_type_symboltoregister_sym - cgen: fix assigning to mut receiver of sumtype (fix #13202)
- parser: check the receiver error of method call (fix #13201)
- checker: check generics method called arg mismatch (fix #13193)
- cgen: minor cleanup in match_expr()
- ast: fix typos in resolve_init()
- cgen: fix match sumtype var returning sumtype value (fix #13175)
- ast, checker, cgen: fix array of sumtypes with default (fix #13174)
- util: fix the potential error of js_builder command
- cgen: fix generics method with sumtype arguments (fix #13155)
- ast, parser, checker: fix generic struct field with default struct value (fix #13087)
- Some pull requests not shown.