Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cl: fnType support TyTemplateRecvMethod overload funcs #1584

Merged
merged 8 commits into from
Dec 21, 2023

Conversation

visualfc
Copy link
Member

@visualfc visualfc commented Dec 15, 2023

  • support TyTemplateRecvMethod overload funcs
  • fix lambda variadic func call
    eg. ( func OnKey__9(a, b string, fn ...func(x int) int) )

Copy link

codecov bot commented Dec 15, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (438b59c) 91.34% compared to head (b687dab) 91.35%.
Report is 4 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1584      +/-   ##
==========================================
+ Coverage   91.34%   91.35%   +0.01%     
==========================================
  Files          39       39              
  Lines       10257    10273      +16     
==========================================
+ Hits         9369     9385      +16     
  Misses        722      722              
  Partials      166      166              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@xushiwei xushiwei merged commit d7480a4 into goplus:main Dec 21, 2023
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants