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

Rename some uses of "parenth" to "paren" in language server and compiler #26256

Merged
merged 4 commits into from
Nov 21, 2024

Conversation

lydia-duncan
Copy link
Member

@lydia-duncan lydia-duncan commented Nov 19, 2024

I at first thought this was a typo for "parent", but Jade said it was short for parentheses. If my memory serves, we typically shorten that to paren instead, so rename the methods and their uses to reflect that.

A make test-chpl-language-server behaved the same as on nightly. A full paratest only turned up failures that looked related to the system updates we've been doing and I could verify all but one of them worked okay in other locations (the last one being gdb specific and thus not testable on my mac)

…etc.

I at first thought this was a typo for "parent", but Jade said it was short for
parentheses.  If my memory serves, we typically shorten that to `paren` instead,
so rename the method and its uses to reflect that.

A `make test-chpl-language-server` behaved the same as on nightly

----
Signed-off-by: Lydia Duncan <[email protected]>
@lydia-duncan lydia-duncan added stat: Needs Code Review area: Python bindings For things related to chapel-py, chpl-language-server, chplcheck, etc. labels Nov 19, 2024
Does not include the generated parser changes, I'm putting that in a separate
commit for cleanliness

----
Signed-off-by: Lydia Duncan <[email protected]>
It looks like they were unnecessary anyways, but that's kinda annoying

----
Signed-off-by: Lydia Duncan <[email protected]>
@lydia-duncan lydia-duncan changed the title Rename parenth_location to paren_location in the language server/etc. Rename some uses of "parenth" to "paren" in language server and compiler Nov 21, 2024
@lydia-duncan lydia-duncan merged commit 4769b5c into chapel-lang:main Nov 21, 2024
8 checks passed
@lydia-duncan lydia-duncan deleted the renameParenMethod branch November 21, 2024 16:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Python bindings For things related to chapel-py, chpl-language-server, chplcheck, etc. stat: Needs Code Review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants