Skip to content

Conversation

@DaisyDogs07
Copy link
Contributor

@DaisyDogs07DaisyDogs07 commented Jun 28, 2023

Found a part of identicalSequenceRange that uses a mutable method
Changed it to use the primordial instead

@nodejs-github-botnodejs-github-bot added needs-ci PRs that need a full CI run. util Issues and PRs related to the built-in util module. labels Jun 28, 2023
Copy link
Contributor

@aduh95aduh95 left a comment

Choose a reason for hiding this comment

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

Thanks! Can you amend the commit message to comply with our guidelines? Something like util: use `primordials.ArrayPrototypeIndexOf` instead of mutable method

@DaisyDogs07DaisyDogs07 changed the title Use primordial ArrayPrototypeIndexOf in identicalSequenceRangeutil: Use primordial ArrayPrototypeIndexOf in identicalSequenceRangeJun 28, 2023
@DaisyDogs07DaisyDogs07 changed the title util: Use primordial ArrayPrototypeIndexOf in identicalSequenceRangeutil: Use primordials.ArrayPrototypeIndexOf in identicalSequenceRangeJun 28, 2023
@DaisyDogs07
Copy link
ContributorAuthor

Sorry about that. First time making a pull request or anything for something big :/

@DaisyDogs07DaisyDogs07 changed the title util: Use primordials.ArrayPrototypeIndexOf in identicalSequenceRangeutil: Use primordials.ArrayPrototypeIndexOf instead of mutable methodJun 28, 2023
@aduh95
Copy link
Contributor

I can see you changed the PR title, but unfortunately that's not what's needed: you need to amend the commit message, and then force push to your PR branch. Please make sure to also follow this rule:

* be entirely in lowercase with the exception of proper nouns, acronyms, and
the words that refer to code, like function/variable names

Let me know if you need help with that, I can do it for you if that's more convenient.

@DaisyDogs07
Copy link
ContributorAuthor

DaisyDogs07 commented Jun 29, 2023

Unfortunately im new to PRs and i dont know how to force push something. may i ask if you could do it for me?

I believe you forgot to use the primordial `ArrayPrototypeIndexOf` in `identicalSequenceRange` i dont know if this was intentional but im fixing it anyway :p
@aduh95aduh95 added author ready PRs that have at least one approval, no pending requests for changes, and a CI started. request-ci Add this label to start a Jenkins CI on a PR. labels Jun 30, 2023
@github-actionsgithub-actionsbot removed the request-ci Add this label to start a Jenkins CI on a PR. label Jun 30, 2023
@nodejs-github-bot
Copy link
Collaborator

@aduh95aduh95 merged commit 4a26e2d into nodejs:mainJul 15, 2023
@aduh95
Copy link
Contributor

Landed in 4a26e2d, thanks for the contribution 🎉

Ceres6 pushed a commit to Ceres6/node that referenced this pull request Aug 14, 2023
Ceres6 pushed a commit to Ceres6/node that referenced this pull request Aug 14, 2023
UlisesGascon pushed a commit to UlisesGascon/node that referenced this pull request Aug 14, 2023
RafaelGSS pushed a commit that referenced this pull request Aug 15, 2023
@UlisesGasconUlisesGascon mentioned this pull request Aug 15, 2023
ruyadorno pushed a commit that referenced this pull request Sep 12, 2023
ruyadorno pushed a commit that referenced this pull request Sep 13, 2023
@ruyadornoruyadorno mentioned this pull request Sep 13, 2023
ruyadorno pushed a commit that referenced this pull request Sep 17, 2023
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs that have at least one approval, no pending requests for changes, and a CI started.needs-ciPRs that need a full CI run.utilIssues and PRs related to the built-in util module.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@DaisyDogs07@aduh95@nodejs-github-bot