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

62 introduce the index selector non negative into the recursive engine #132

Conversation

zwerdlds
Copy link
Collaborator

@zwerdlds zwerdlds commented May 9, 2023

README

This PR implements the non-negative array index selector.

Issue

Resolves: #64

Checklist

  • I ran just verify locally and it succeeded.
  • Issue was given go ahead and is linked above
  • Unit tests for my changes are included

@zwerdlds zwerdlds self-assigned this May 9, 2023
@zwerdlds zwerdlds changed the base branch from 62-introduce-the-index-selector-non-negative-into-the-recursive-engine to main May 9, 2023 20:54
@zwerdlds zwerdlds force-pushed the 62-introduce-the-index-selector-non-negative-into-the-recursive-engine branch from f423485 to b4b8e3a Compare May 14, 2023 23:41
Copy link
Member

@V0ldek V0ldek left a comment

Choose a reason for hiding this comment

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

I didn't review the engines and the minimizer tests, will do that as a second batch.

crates/rsonpath-lib/src/engine.rs Outdated Show resolved Hide resolved
crates/rsonpath-lib/src/engine.rs Outdated Show resolved Hide resolved
crates/rsonpath-lib/src/query.rs Outdated Show resolved Hide resolved
crates/rsonpath-lib/src/query/automaton.rs Outdated Show resolved Hide resolved
crates/rsonpath-lib/src/query/automaton.rs Outdated Show resolved Hide resolved
crates/rsonpath-lib/src/query/error.rs Outdated Show resolved Hide resolved
crates/rsonpath-lib/src/query/automaton.rs Outdated Show resolved Hide resolved
crates/rsonpath-lib/src/query/automaton.rs Outdated Show resolved Hide resolved
crates/rsonpath-lib/src/query/automaton.rs Outdated Show resolved Hide resolved
crates/rsonpath-lib/src/query/automaton/minimizer.rs Outdated Show resolved Hide resolved
@zwerdlds zwerdlds force-pushed the 62-introduce-the-index-selector-non-negative-into-the-recursive-engine branch from 30d6705 to 12d3f00 Compare May 18, 2023 20:48
@V0ldek V0ldek force-pushed the 62-introduce-the-index-selector-non-negative-into-the-recursive-engine branch from 242b4c4 to 872d60f Compare May 22, 2023 10:11
@zwerdlds zwerdlds marked this pull request as ready for review May 22, 2023 14:50
zwerdlds and others added 20 commits May 22, 2023 08:51
Signed-off-by: David Zwerdling <zwerdlds@gmail.com>
Signed-off-by: David Zwerdling <zwerdlds@gmail.com>
Signed-off-by: David Zwerdling <zwerdlds@gmail.com>
Signed-off-by: David Zwerdling <zwerdlds@gmail.com>
Signed-off-by: David Zwerdling <zwerdlds@gmail.com>
…better tests;

Signed-off-by: David Zwerdling <zwerdlds@gmail.com>
Signed-off-by: David Zwerdling <zwerdlds@gmail.com>
Signed-off-by: David Zwerdling <zwerdlds@gmail.com>
Signed-off-by: David Zwerdling <zwerdlds@gmail.com>
Signed-off-by: David Zwerdling <zwerdlds@gmail.com>
Signed-off-by: David Zwerdling <zwerdlds@gmail.com>
…nNegativeArrayIndex

Signed-off-by: David Zwerdling <zwerdlds@gmail.com>
Signed-off-by: David Zwerdling <zwerdlds@gmail.com>
Signed-off-by: David Zwerdling <zwerdlds@gmail.com>
Signed-off-by: David Zwerdling <zwerdlds@gmail.com>
Signed-off-by: David Zwerdling <zwerdlds@gmail.com>
Signed-off-by: David Zwerdling <zwerdlds@gmail.com>
Co-authored-by: V0ldek <mat@gienieczko.com>
Signed-off-by: David Zwerdling <zwerdlds@gmail.com>
Signed-off-by: David Zwerdling <zwerdlds@gmail.com>
Signed-off-by: David Zwerdling <zwerdlds@gmail.com>
Signed-off-by: David Zwerdling <zwerdlds@gmail.com>
Signed-off-by: David Zwerdling <zwerdlds@gmail.com>
Signed-off-by: David Zwerdling <zwerdlds@gmail.com>
Signed-off-by: David Zwerdling <zwerdlds@gmail.com>
@zwerdlds zwerdlds force-pushed the 62-introduce-the-index-selector-non-negative-into-the-recursive-engine branch from 872d60f to 01e4f71 Compare May 22, 2023 15:54
@V0ldek V0ldek merged commit 2b250d6 into rsonquery:main May 22, 2023
21 checks passed
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.

Introduce the index selector (non-negative)
2 participants