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

Use unique names and retain names from filenames #488

Merged
merged 4 commits into from
Jun 14, 2023
Merged

Conversation

kephale
Copy link
Member

@kephale kephale commented Jun 14, 2023

Closes #471

@kephale kephale requested a review from ctrueden June 14, 2023 18:13
Copy link
Member

@ctrueden ctrueden left a comment

Choose a reason for hiding this comment

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

Thanks for improving the naming! 👍

LTGM, I just asked a couple of tangential questions.

src/main/kotlin/sc/iview/SciView.kt Outdated Show resolved Hide resolved
* @param candidateName a candidate name
* @return a unique name based on [candidateName]
*/
fun generateUniqueName(candidateName: String): String {
Copy link
Member

Choose a reason for hiding this comment

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

Thank you for implementing this! ☺

@ctrueden
Copy link
Member

I was trying to look at the Codacy issues. It says there are two. But when I click over to the Codacy website, it says there are no new or fixed issues. What am I missing?

@kephale
Copy link
Member Author

kephale commented Jun 14, 2023

Yeah I also don't understand the Codacy complaint. Let's see if it happens again

@kephale
Copy link
Member Author

kephale commented Jun 14, 2023

Aha, missing documentation for some stub functions I added :X I'll add that then merge.

@kephale kephale merged commit 0d616e1 into master Jun 14, 2023
3 checks passed
@kephale kephale deleted the unique-names branch June 14, 2023 19:16
@skalarproduktraum skalarproduktraum added dd-hackathon-2023 A result of the 2023 Dresden hackathon bugfix This PR contains a bugfix labels Jun 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix This PR contains a bugfix dd-hackathon-2023 A result of the 2023 Dresden hackathon
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve initial naming of objects added to the scene
3 participants