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

support []map #586

Merged
merged 1 commit into from Dec 23, 2019
Merged

support []map #586

merged 1 commit into from Dec 23, 2019

Conversation

sdghchj
Copy link
Member

@sdghchj sdghchj commented Dec 20, 2019

solve issue #584

@codecov-io
Copy link

codecov-io commented Dec 20, 2019

Codecov Report

Merging #586 into master will increase coverage by 0.12%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #586      +/-   ##
==========================================
+ Coverage   86.24%   86.36%   +0.12%     
==========================================
  Files           7        7              
  Lines        1599     1614      +15     
==========================================
+ Hits         1379     1394      +15     
  Misses        136      136              
  Partials       84       84
Impacted Files Coverage Δ
property.go 100% <100%> (ø) ⬆️
parser.go 80.6% <100%> (+0.27%) ⬆️

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 eb4805c...bdbc702. Read the comment docs.

return parseFieldSelectorExpr(astTypeArrayExpr, parser, newArrayProperty)
}
if astTypeArrayExpr, ok := astTypeArray.Elt.(*ast.StarExpr); ok {
} else if astTypeArrayExpr, ok := astTypeArray.Elt.(*ast.StarExpr); ok {
Copy link
Member

Choose a reason for hiding this comment

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

This part of the code seems like a little messy. It should be refactored in a good way in the future.

Copy link
Member

@easonlin404 easonlin404 left a comment

Choose a reason for hiding this comment

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

@easonlin404
Copy link
Member

@sdghchj Thanks for your contributions. 💯

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants