-
-
Notifications
You must be signed in to change notification settings - Fork 409
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
Hacktober fest raje pr1 #226
base: master
Are you sure you want to change the base?
Conversation
/* | ||
* MIT License | ||
* | ||
* Copyright (c) 2017-2022 Ilkka Seppälä |
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.
- Copyright (c) 2017-2024 Ilkka Seppälä
Changes LGTM ✅. Shall the copyright year be 2017-2024 or 2017-2022? |
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.
Please squash all the commits to a single commit.
I have done all the changes, the build is failing for a file which i have not changed or worked on |
Approved. Please squash the commits once. |
File Rename Snippet Code Snippet to Rename a File Test class for Code Snippet to Rename a File
d9441df
to
c443228
Compare
Squashed, please check |
This checks might be failing due to addition of main() in the code. I think only driver code is allowed to be pushed and not the main method. |
I have removed the main, it fails when it compiles - MultiArrayConcatenationSnippet.java and says it uses unchecked or unsafe operations. This is a file which i have not changed or worked on . |
I also faced many issues to get the scans successful. Not sure why MultiArrayConcatenationSnippet.java file compiled for me successfully. Is there any channel where we collaborators can connect? |
Also, could u plz review my PR #224? |
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.
Please check the following
- The build is failing
- README.md changes are missing (see https://github.com/iluwatar/30-seconds-of-java/blob/master/CONTRIBUTE.md)
Code Snippet for File Rename