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

Fixed recursive unary expression #661

Merged
merged 2 commits into from
Jul 19, 2019
Merged

Fixed recursive unary expression #661

merged 2 commits into from
Jul 19, 2019

Conversation

dutor
Copy link
Contributor

@dutor dutor commented Jul 19, 2019

This PR fixes #659

@dutor dutor added the ready-for-testing PR: ready for the CI test label Jul 19, 2019
@nebula-community-bot
Copy link
Member

Unit testing passed.

Copy link
Contributor

@jude-zhu jude-zhu left a comment

Choose a reason for hiding this comment

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

bravo

@whitewum
Copy link
Contributor

bravo

you can approve this pr if you agree to

@@ -231,6 +231,8 @@ TEST_F(ExpressionTest, LiteralConstantsRelational) {
ASSERT_EQ((expected), Expression::asBool(value)); \
} while (false)

TEST_EXPR(!-1, false);
TEST_EXPR(!!-1, true);
Copy link
Contributor

Choose a reason for hiding this comment

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

check !!1 != !(1+1)

@nebula-community-bot
Copy link
Member

Unit testing passed.

@dutor dutor merged commit abc953a into vesoft-inc:master Jul 19, 2019
@dutor dutor deleted the fix-not branch July 19, 2019 14:03
yixinglu pushed a commit to yixinglu/nebula that referenced this pull request Feb 16, 2020
tong-hao pushed a commit to tong-hao/nebula that referenced this pull request Jun 1, 2021
yixinglu pushed a commit to yixinglu/nebula that referenced this pull request Mar 21, 2022
Co-authored-by: shylock <33566796+Shylock-Hg@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-for-testing PR: ready for the CI test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

nGQL logical not "!" for negative values
5 participants