Skip to content

Issue209#210

Open
dgofman wants to merge 1 commit into
flosch:masterfrom
dgofman:issue209
Open

Issue209#210
dgofman wants to merge 1 commit into
flosch:masterfrom
dgofman:issue209

Conversation

@dgofman

@dgofman dgofman commented Jun 18, 2019

Copy link
Copy Markdown

No description provided.

Comment thread parser_expression.go
val, ok := expr.expr1.(*simpleExpression)
if ok && val.negate {
t1, err := val.term1.Evaluate(ctx)
if err == nil {

@flosch flosch Dec 10, 2021

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

What happens if err != nil? Shouldn't this be handled somehow?

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.

2 participants