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

#607: add object(array)Literal into memberExpression #616

Merged
merged 1 commit into from
Apr 19, 2021

Conversation

3timeslazy
Copy link
Member

@3timeslazy 3timeslazy commented Apr 19, 2021

Fixes #607

@@ -892,7 +859,6 @@ func (v *visitor) doVisitMember(ctx *fql.MemberContext, scope *scope) (core.Expr

if fnCall != nil {
exp, err := v.doVisitFunctionCallExpression(fnCall.(*fql.FunctionCallExpressionContext), scope)

Copy link
Member Author

Choose a reason for hiding this comment

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

Whitespaces have been removed by linter

@codecov
Copy link

codecov bot commented Apr 19, 2021

Codecov Report

Merging #616 (a3eccc5) into master (b3adea3) will decrease coverage by 0.9%.
The diff coverage is 27.3%.

❗ Current head a3eccc5 differs from pull request most recent head dceaa74. Consider uploading reports for the commit dceaa74 to get more accurate results

@@           Coverage Diff            @@
##           master    #616     +/-   ##
========================================
- Coverage    35.5%   34.6%   -0.9%     
========================================
  Files         323     328      +5     
  Lines        9634   10230    +596     
========================================
+ Hits         3416    3536    +120     
- Misses       5848    6317    +469     
- Partials      370     377      +7     

@ziflex ziflex merged commit 7601c90 into MontFerret:master Apr 19, 2021
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.

Return anonymous object field
2 participants