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

fix bugs related to assign statement #25

Merged
merged 3 commits into from
Mar 20, 2022
Merged

Conversation

task4233
Copy link
Owner

Overview

fix bugs below.

not implemented: &ast.AssignStmt{Lhs:[]ast.Expr{(*ast.Ident)(0xc000022540)}, TokPos:264, Tok:47, Rhs:[]ast.Expr{(*ast.CallExpr)(0xc000108cc0)}}
please report this bug to https://github.com/task4233/dl/issues/new/choose 🙏

@task4233 task4233 added bug Something isn't working enhancement New feature or request labels Mar 20, 2022
@task4233 task4233 self-assigned this Mar 20, 2022
@codecov-commenter
Copy link

codecov-commenter commented Mar 20, 2022

Codecov Report

Merging #25 (a76d6af) into main (19ac8a4) will decrease coverage by 1.97%.
The diff coverage is 72.97%.

@@            Coverage Diff             @@
##             main      #25      +/-   ##
==========================================
- Coverage   76.09%   74.11%   -1.98%     
==========================================
  Files           7        7              
  Lines         205      255      +50     
==========================================
+ Hits          156      189      +33     
- Misses         25       36      +11     
- Partials       24       30       +6     
Impacted Files Coverage Δ
clean.go 72.03% <72.30%> (-4.59%) ⬇️
utils.go 76.92% <77.77%> (+0.45%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 19ac8a4...a76d6af. Read the comment docs.

@task4233 task4233 force-pushed the fix/bugs-for-assign-statement branch from 69c47ef to a96955f Compare March 20, 2022 16:44
@task4233 task4233 force-pushed the fix/bugs-for-assign-statement branch from b8a10b5 to a76d6af Compare March 20, 2022 17:09
@task4233 task4233 merged commit 288f6ec into main Mar 20, 2022
@task4233 task4233 deleted the fix/bugs-for-assign-statement branch March 20, 2022 17:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants