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

Snake-case-ify commented-out def names #320

Merged
merged 5 commits into from
Jan 31, 2025

Conversation

JanCVanB
Copy link
Contributor

@JanCVanB JanCVanB commented Jan 30, 2025

I used my editor's Find feature with the regex [^a-zA-Z0-9][a-z][a-z0-9]*[A-Z]+[a-z0-9]* across all *.roc files.

@JanCVanB
Copy link
Contributor Author

CC @lukewilliamboswell @smores56

@JanCVanB JanCVanB changed the title Snake-case-ify commented-out function names Snake-case-ify commented-out definitions & references Jan 30, 2025
@JanCVanB
Copy link
Contributor Author

Ooh, I missed some - one moment...

@JanCVanB JanCVanB force-pushed the snake-ify_commented_function_names branch from eee2450 to feea8cf Compare January 30, 2025 13:15
@JanCVanB JanCVanB changed the title Snake-case-ify commented-out definitions & references Snake-case-ify commented-out def names Jan 30, 2025
@JanCVanB JanCVanB force-pushed the snake-ify_commented_function_names branch from 7fcae19 to 7c5639a Compare January 30, 2025 13:21
@JanCVanB
Copy link
Contributor Author

Ready for review!

Copy link
Collaborator

@Anton-4 Anton-4 left a comment

Choose a reason for hiding this comment

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

Thanks @JanCVanB! Perhaps our language server rename should check for everything between backticks on comments as well... I made roc-lang/roc#7565 for that.

@Anton-4 Anton-4 merged commit f40badf into roc-lang:main Jan 31, 2025
5 checks passed
@JanCVanB JanCVanB deleted the snake-ify_commented_function_names branch February 6, 2025 19:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants