-
-
Notifications
You must be signed in to change notification settings - Fork 700
fix: remove elon #2926
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
fix: remove elon #2926
Conversation
(@vaeng Just a ping that this is red) |
I do not have the tooling on my machine to check the Java things. The failing checks are surprising, as I merely did (or at least I think) a replace with the two names. Formatting for configlet and linting should be the same. Also I renamed the folder, which makes it extra hard to see the changes online |
Hey @vaeng, could you please check if you committed with the wrong line endings? The errors from CheckStyle in the CI:
I think you may able to fix the configlet issues with |
@kahgoh Thanks, that was it. I used GitHub's online version of Visual Studio Code, which messed up the line endings. |
Hi, can anyone help understand the point of this change? It doesn't seem to be an update as the same code passes the updated exercise. So why are we just renaming the exercise? Also, I think the "gradle-wrapper.jar" is broken as the gradle command was not running. I copied the jar from other exercise and then it worked (The size hints at it; The other exercises have the jar of size 40KB where here it is just 526 Bytes). |
I don't know enough about gradle to check this, but if there is something wrong with this commit, it was not about an update or a fix of the gradle part, so feel free to fix it. The main intention of this exercise was to rename the exercise to honor one of the inventors of the first electric toy cars instead of Elon. We did the same at the C# and Go tracks, as these were the only ones where this exercise was implemented with Elon in the name. If you know of more, please notify me so I can act accordingly |
I think the JAR must have been corrupted during the rename. PR #2932 has been raised to fix this. |
Due to recent events, I would like to rename the exercise from Elon to Jedlik.
Ányos Jedlik was the first person to build an electric toy car.
This came from a conversation with @iHiD. I hope raising this PR without being a maintainer of this track is okay.