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

refactor: replace deprecated String.prototype.substr() #11190

Closed

Conversation

CommanderRoot
Copy link

String.prototype.substr() is deprecated so we replace it with String.prototype.slice() which works similarily but isn't deprecated.
.substr() probably isn't going away anytime soon but the change is trivial so it doesn't hurt to do it.

@jitsi-jenkins
Copy link

Hi, thanks for your contribution!
If you haven't already done so, could you please make sure you sign our CLA (https://jitsi.org/icla for individuals and https://jitsi.org/ccla for corporations)? We would unfortunately be unable to merge your patch unless we have that piece :(.

@saghul
Copy link
Member

saghul commented Mar 25, 2022

Jenkins please test this please.

Copy link

This PR has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@github-actions github-actions bot added the stale label Dec 29, 2023
@CommanderRoot
Copy link
Author

This PR is still relevant

@github-actions github-actions bot removed the stale label Dec 30, 2023
Copy link

This PR has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@github-actions github-actions bot added the stale label Mar 30, 2024
@saghul
Copy link
Member

saghul commented Apr 5, 2024

THis needs a rebase. Sorry it fell through the cracks :-/

@CommanderRoot CommanderRoot force-pushed the refactor/rm-deprecated-substr branch from 8673f9f to 63bd17e Compare April 5, 2024 12:47
@CommanderRoot
Copy link
Author

I have rebased the commits as requested

@github-actions github-actions bot removed the stale label Apr 6, 2024
saghul
saghul previously approved these changes Apr 6, 2024
@saghul
Copy link
Member

saghul commented Apr 6, 2024

Jenkins please test this please.

Copy link

github-actions bot commented Jul 6, 2024

This PR has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@github-actions github-actions bot added the stale label Jul 6, 2024
.substr() is deprecated so we replace it with .slice() which works similarily but isn't deprecated

Signed-off-by: Tobias Speicher <[email protected]>
.substr() is deprecated so we replace it with .slice() which works similarily but isn't deprecated

Signed-off-by: Tobias Speicher <[email protected]>
.substr() is deprecated so we replace it with .slice() which works similarily but isn't deprecated

Signed-off-by: Tobias Speicher <[email protected]>
@CommanderRoot
Copy link
Author

I have rebased the commits and resolved the merge conflicts

@saghul
Copy link
Member

saghul commented Jul 6, 2024

Jenkins please test this please.

@github-actions github-actions bot removed the stale label Jul 7, 2024
Copy link

github-actions bot commented Oct 5, 2024

This PR has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@github-actions github-actions bot added the stale label Oct 5, 2024
@github-actions github-actions bot closed this Oct 15, 2024
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.

3 participants