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

76 lindex to lists #184

Merged
merged 31 commits into from
Feb 9, 2024
Merged

76 lindex to lists #184

merged 31 commits into from
Feb 9, 2024

Conversation

robinalfengard
Copy link
Contributor

Added method for Lindex + tests

jLereback and others added 23 commits February 20, 2023 16:12
fshould fix the old pull request denial on refactor main
fix versions from old pull request
…PullRequst-Fix

# Conflicts:
#	src/main/java/org/fungover/haze/Main.java
Co-authored-by:  robinalfengard<robin.alfengard@hotmail.com>
Co-authored-by:  robinalfengard<robin.alfengard@hotmail.com>
@robinalfengard robinalfengard linked an issue Feb 6, 2024 that may be closed by this pull request
Copy link
Contributor

@kappsegla kappsegla left a comment

Choose a reason for hiding this comment

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

Some mayor changes needed since LINDEX command is a command that works on list keys.

src/main/java/org/fungover/haze/Command.java Outdated Show resolved Hide resolved
src/main/java/org/fungover/haze/Main.java Outdated Show resolved Hide resolved
src/main/java/org/fungover/haze/Main.java Outdated Show resolved Hide resolved
.github/workflows/maven.yml Outdated Show resolved Hide resolved
src/main/java/org/fungover/haze/HazeDatabase.java Outdated Show resolved Hide resolved
src/main/java/org/fungover/haze/HazeDatabase.java Outdated Show resolved Hide resolved
src/main/java/org/fungover/haze/Main.java Show resolved Hide resolved
src/test/java/org/fungover/haze/HazeDatabaseTest.java Outdated Show resolved Hide resolved
src/test/java/org/fungover/haze/MainTest.java Outdated Show resolved Hide resolved
kappsegla
kappsegla previously approved these changes Feb 7, 2024
src/main/java/org/fungover/haze/HazeDatabase.java Outdated Show resolved Hide resolved
src/main/java/org/fungover/haze/Initialize.java Outdated Show resolved Hide resolved
kappsegla
kappsegla previously approved these changes Feb 7, 2024
cmatlak
cmatlak previously approved these changes Feb 7, 2024
Copy link
Contributor

@cmatlak cmatlak left a comment

Choose a reason for hiding this comment

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

Looks good, good testing methods

@robinalfengard robinalfengard dismissed stale reviews from cmatlak and kappsegla via 08cc00e February 9, 2024 11:21
@cmatlak
Copy link
Contributor

cmatlak commented Feb 9, 2024

Could the issue with compiling be the same a Martin saw today? with the multiple files in pom?
never mind i saw your comment with the comma

Copy link

sonarcloud bot commented Feb 9, 2024

Copy link
Contributor

@cmatlak cmatlak left a comment

Choose a reason for hiding this comment

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

Looks good

Copy link
Contributor

@Lucia560 Lucia560 left a comment

Choose a reason for hiding this comment

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

Good

@robinalfengard robinalfengard added this pull request to the merge queue Feb 9, 2024
Merged via the queue into main with commit 8a8f3eb Feb 9, 2024
3 checks passed
@robinalfengard robinalfengard deleted the 76-lindex-to-lists branch February 9, 2024 12:16
@robinalfengard robinalfengard self-assigned this Feb 9, 2024
@kappsegla kappsegla added enhancement New feature or request minor labels Feb 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request minor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

LINDEX to lists
5 participants