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

Added LSET method,update switch and enum class #188

Merged
merged 36 commits into from
Feb 13, 2024
Merged

Conversation

cmatlak
Copy link
Contributor

@cmatlak cmatlak commented Feb 7, 2024

LSET method added to list

@cmatlak cmatlak linked an issue Feb 7, 2024 that may be closed by this pull request
cmatlak and others added 2 commits February 7, 2024 14:02
Co-authored-by: robinalfengard <robin.alfengard@hotmail.com>
Co-authored-by: robinalfengard <robin.alfengard@hotmail.com>
Copy link
Contributor

@TrungMa1 TrungMa1 left a comment

Choose a reason for hiding this comment

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

Apply some unit test to achieve more code coverage. Otherwise this looks good to me!

@cmatlak
Copy link
Contributor Author

cmatlak commented Feb 7, 2024

yes thank you for input, test are in the making

cmatlak and others added 4 commits February 7, 2024 20:18
Co-authored-by: robinalfengard <robin.alfengard@hotmail.com>
Co-authored-by: robinalfengard <robin.alfengard@hotmail.com>
Copy link

@altmannk altmannk left a comment

Choose a reason for hiding this comment

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

I can see that you are adding more tests now. Looking good! Just a reminder to cover these as well. 😊 Happy coding!

src/main/java/org/fungover/haze/HazeList.java Show resolved Hide resolved
@kappsegla kappsegla added feature Marks a pull request as a new feature minor labels Feb 9, 2024
Copy link

@altmannk altmannk left a comment

Choose a reason for hiding this comment

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

I might be wrong. It looks like there was a merge into main (#184) before you merged main into your branch. Maybe you missed to update main locally before merging and thats the reason why your build tests are failing?

Screenshot 2024-02-09 at 16 40 17

src/main/java/org/fungover/haze/Command.java Outdated Show resolved Hide resolved
cmatlak and others added 8 commits February 11, 2024 13:15
Co-authored-by: robinalfengard <robin.alfengard@hotmail.com>
Co-authored-by: robinalfengard <robin.alfengard@hotmail.com>
Co-authored-by: robinalfengard <robin.alfengard@hotmail.com>
Co-authored-by: robinalfengard <robin.alfengard@hotmail.com>
cmatlak and others added 15 commits February 11, 2024 13:23
Co-authored-by: robinalfengard <robin.alfengard@hotmail.com>
Co-authored-by: robinalfengard <robin.alfengard@hotmail.com>
Co-authored-by: robinalfengard <robin.alfengard@hotmail.com>
Co-authored-by: robinalfengard <robin.alfengard@hotmail.com>
…-list

# Conflicts:
#	src/main/java/org/fungover/haze/Command.java
#	src/main/java/org/fungover/haze/Main.java
#	src/test/java/org/fungover/haze/HazeListTest.java
#	src/test/java/org/fungover/haze/integration/HazeIT.java
Copy link

sonarcloud bot commented Feb 12, 2024

Copy link
Contributor

@TrungMa1 TrungMa1 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 to me! Well done!

Copy link
Contributor

@robinalfengard robinalfengard 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 to me!

@robinalfengard robinalfengard added this pull request to the merge queue Feb 13, 2024
Merged via the queue into main with commit a831aa4 Feb 13, 2024
3 checks passed
@robinalfengard robinalfengard deleted the 78-lset-to-list branch February 13, 2024 13:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Marks a pull request as a new feature minor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

LSET to list
5 participants