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

gox => gogen #1798

Merged
merged 1 commit into from Mar 8, 2024
Merged

gox => gogen #1798

merged 1 commit into from Mar 8, 2024

Conversation

xushiwei
Copy link
Member

@xushiwei xushiwei commented Mar 8, 2024

No description provided.

@@ -971,7 +971,7 @@ func compileStringLitEx(ctx *blockCtx, cb *gox.CodeBuilder, lit *ast.BasicLit) {
compileExpr(ctx, v, flags)
t := cb.Get(-1).Type
if t.Underlying() != types.Typ[types.String] {
cb.Member("string", gox.MemberFlagAutoProperty)
cb.Member("string", gogen.MemberFlagAutoProperty)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[golangci-lint] Error return value of cb.Member is not checked (errcheck)

If you have any questions about this comment, feel free to raise an issue here:

Copy link

codecov bot commented Mar 8, 2024

Codecov Report

Attention: Patch coverage is 97.72727% with 2 lines in your changes are missing coverage. Please review.

Project coverage is 92.30%. Comparing base (0b4db18) to head (64ae777).
Report is 1 commits behind head on main.

Files Patch % Lines
cl/internal/typesutil/api.go 50.00% 1 Missing ⚠️
x/typesutil/check.go 75.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1798   +/-   ##
=======================================
  Coverage   92.30%   92.30%           
=======================================
  Files          40       40           
  Lines       11122    11122           
=======================================
  Hits        10266    10266           
  Misses        694      694           
  Partials      162      162           

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

@xushiwei xushiwei merged commit 62897ea into goplus:main Mar 8, 2024
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

1 participant