This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Chaoba
changed the title
[WIP]Create in expression head file
[WIP]Implement 'in' expression.
Feb 4, 2020
Chaoba
force-pushed
the
kl-expression-in
branch
5 times, most recently
from
February 6, 2020 09:34
f15ba74
to
3a787c7
Compare
Chaoba
changed the title
[WIP]Implement 'in' expression.
[core] Implement 'in' expression.
Feb 6, 2020
Chaoba
force-pushed
the
kl-expression-in
branch
from
February 6, 2020 09:41
3a787c7
to
4a393ae
Compare
alexshalamov
added
the
needs changelog
Indicates PR needs a changelog entry prior to merging.
label
Feb 10, 2020
Chaoba
force-pushed
the
kl-expression-in
branch
2 times, most recently
from
February 11, 2020 09:12
ee8510f
to
9cb1f21
Compare
@Chaoba could you also add equality tests for "in" expression to |
Chaoba
force-pushed
the
kl-expression-in
branch
3 times, most recently
from
February 12, 2020 01:40
d186937
to
3c7b29e
Compare
zmiao
reviewed
Feb 12, 2020
Chaoba
force-pushed
the
kl-expression-in
branch
from
February 12, 2020 14:42
1ad0a6d
to
2201f75
Compare
Waiting for mapbox/mapbox-gl-js#9295 , as there is a failed test case blocks now. |
Chaoba
force-pushed
the
kl-expression-in
branch
from
February 13, 2020 07:16
2201f75
to
846c521
Compare
zmiao
reviewed
Feb 13, 2020
Chaoba
removed
the
needs changelog
Indicates PR needs a changelog entry prior to merging.
label
Feb 13, 2020
ryanhamley
approved these changes
Feb 13, 2020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't want to offer a full review of the C++ implementation but overall this looks correct to me 👍
Chaoba
force-pushed
the
kl-expression-in
branch
from
February 15, 2020 00:53
7f0891b
to
f2e20cc
Compare
Chaoba
force-pushed
the
kl-expression-in
branch
from
February 15, 2020 00:59
f2e20cc
to
d079958
Compare
Chaoba
force-pushed
the
kl-expression-in
branch
from
February 15, 2020 02:58
cfd06de
to
3ddc1f6
Compare
alexshalamov
approved these changes
Feb 15, 2020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
@Chaoba thanks a lot for your contribution. |
This was referenced Feb 27, 2020
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Launch Checklist
Resolves #15893
This PR implements
in
expression and turns on the corresponding tests inexpression-test
.needs changelog
label if a changelog is needed (remove label when added)