Skip to content

Rename TR_InlinedSiteHastTableEntry to TR_InlinedSiteHashTableEntry. - #17848

Merged
hzongaro merged 1 commit into
eclipse-openj9:masterfrom
prajwalbandak:master
Jul 28, 2023
Merged

Rename TR_InlinedSiteHastTableEntry to TR_InlinedSiteHashTableEntry.#17848
hzongaro merged 1 commit into
eclipse-openj9:masterfrom
prajwalbandak:master

Conversation

@prajwalbandak

@prajwalbandak prajwalbandak commented Jul 24, 2023

Copy link
Copy Markdown
Contributor

Fix typo in variable identifier "TR_InlinedSiteHastTableEntry"

The identifier "TR_InlinedSiteHastTableEntry" was mistakenly misspelled as "TR_InlinedSiteHashTableEntry" in various parts of the codebase. This typographical error caused confusion and inconsistencies throughout the project.

This commit addresses the issue by correcting the typo and renaming the variable to "TR_InlinedSiteHashTableEntry" consistently throughout the project.

By using the correct identifier, we improve code readability and maintain consistency, reducing the potential for future errors and misunderstandings in the codebase.

Closes: #17450
Signed-off-by: prajwalbandak prajwalbandak777@gmail.com

@hzongaro hzongaro left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Looks good. Thanks for your contribution!

@hzongaro

Copy link
Copy Markdown
Member

Jenkins test sanity all jdk17

@hzongaro

Copy link
Copy Markdown
Member

@prajwalbandak, while testing of this commit is on-going, may I ask you to modify your commit message to include a body section that provides at least some of the justification for the change that you've included in the pull request description above, as is described in the Contributor Guidelines? I was going to let it go in this case, as the change is relatively straightforward, but I reconsidered and think it's worthwhile to have that little extra bit of detail.

@prajwalbandak

prajwalbandak commented Jul 25, 2023

Copy link
Copy Markdown
Contributor Author

hey @hzongaro, modified the commit message. and Look like a Build failure, Can you please explain what is the next step I can do?

@hzongaro

hzongaro commented Jul 25, 2023

Copy link
Copy Markdown
Member

@prajwalbandak, it looks like your commit still has the original message. If you're using the git command-line client, you might need run the following command to update the commit in this pull request.

git push --force

I'm looking at the failures. I don't think they're related to your change.

@prajwalbandak

prajwalbandak commented Jul 25, 2023

Copy link
Copy Markdown
Contributor Author

Hey @hzongaro , One doubt once again I need make pull request?

@hzongaro

Copy link
Copy Markdown
Member

One doubt once again I need make pull request?

Hi, @prajwalbandak. No, you should be able to "force push" without creating a new pull request. That should update your existing pull request.

@prajwalbandak

Copy link
Copy Markdown
Contributor Author

@hzongaro , Done. When I executed 'git push --force', the output showed 'everything up to date', and the modified code is now present in the GitHub repository. As a first-time contributor, I'm finding the process a bit challenging. Can you please explain what to do next?

@hzongaro

Copy link
Copy Markdown
Member

Sorry, @prajwalbandak. It looks like something went wrong with your attempt to revise your commit message and push the new version; the pull request still contains the original version of the commit with its original commit message, and it also now contains more recent changes that are unrelated to this pull request.

If you reach out to me in the OpenJ9 Slack workspace https://openj9.slack.com/, I can try to help you work through these issues.

@prajwalbandak

Copy link
Copy Markdown
Contributor Author

@hzongaro Can you please share the invitation link for Slack?

@hzongaro

Copy link
Copy Markdown
Member

The identifier "TR_InlinedSiteHashTableEntry" was mistakenly misspelled
as "TR_InlinedSiteHastTableEntry" in various parts of codebase.
This typographical error caused confusion and inconsistencies
throughout the project.
This commit addresses the issue by correcting the typo and renaming the
variable to "TR_InlinedSiteHashTableEntry" consistently throughout the
project.
@hzongaro

Copy link
Copy Markdown
Member

Jenkins test sanity all jdk17

@hzongaro

Copy link
Copy Markdown
Member

Jenkins test sanity aix,win jdk17

@hzongaro

Copy link
Copy Markdown
Member

The failing tests appear to be infrastructure related. As this looks like a very safe change, and testing passed on most platforms, I will go ahead and merge it.

@hzongaro
hzongaro merged commit d5c4ab6 into eclipse-openj9:master Jul 28, 2023
@hzongaro hzongaro mentioned this pull request Jul 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Rename TR_InlinedSiteHastTableEntry to TR_InlinedSiteHashTableEntry

2 participants