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

KRPC-167 Internal symbols are poorly exposed #305

Merged
merged 1 commit into from
Apr 1, 2025
Merged

Conversation

Mr3zee
Copy link
Collaborator

@Mr3zee Mr3zee commented Mar 17, 2025

Subsystem
All

Problem Description
Some internal APIs have unfortunate namings, that can pop up in IDE auto completion

Solution
Rename the most annoying internal APIs

@Mr3zee Mr3zee added the housekeeping Some miscellaneous code base changes, tests, etc. label Mar 17, 2025
@Mr3zee Mr3zee requested a review from e5l March 17, 2025 16:30
@Mr3zee Mr3zee self-assigned this Mar 17, 2025
@Mr3zee Mr3zee force-pushed the internal-api-namings branch from 4a27cb0 to e6dc855 Compare March 17, 2025 16:51
Copy link
Member

@e5l e5l left a comment

Choose a reason for hiding this comment

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

Should we mark them with synthetic? to drop from the completion?

@Mr3zee
Copy link
Collaborator Author

Mr3zee commented Mar 19, 2025

@e5l You mean JvmSynthetic ?

@e5l
Copy link
Member

e5l commented Mar 19, 2025

yep, I checked and it will not work. It would be nice to hide it somehow

@Mr3zee
Copy link
Collaborator Author

Mr3zee commented Mar 19, 2025

@e5l I'll make a ticket for Kotlin team, we'll see what they can say

Meanwhile, we can proceed with this PR as a quick fix

@e5l
Copy link
Member

e5l commented Mar 19, 2025

thanks, sure

@Mr3zee Mr3zee requested a review from e5l March 20, 2025 09:40
@Mr3zee Mr3zee merged commit 8ae9414 into main Apr 1, 2025
2 checks passed
@Mr3zee Mr3zee deleted the internal-api-namings branch April 1, 2025 10:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
housekeeping Some miscellaneous code base changes, tests, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants