- Issue created by @tom konda
- Merge request !8381Issue #3454079:Prefer to use Array.prototype.includes() for some of Array.prototype.indexOf() → (Closed) created by tom konda
- Status changed to Needs review
9 months ago 4:50am 12 June 2024 - Status changed to RTBC
9 months ago 2:43pm 13 June 2024 - 🇺🇸United States smustgrave
Coming from 📌 Use String.prototype.includes() instead of String.prototype.indexOf() where necessary Fixed this change already seemed to be accepted so this seems fine.
- Status changed to Needs work
9 months ago 3:09pm 13 June 2024 - Status changed to Needs review
9 months ago 5:43am 16 June 2024 - 🇯🇵Japan tom konda Kanagawa, Japan
I changed to simple else clause in my local environment, it seems to work correctly.
- Status changed to RTBC
9 months ago 3:56pm 17 June 2024 - Status changed to Needs work
9 months ago 7:48pm 17 June 2024 - 🇫🇷France nod_ Lille
Thanks for the update. When reviewing with the full context, it makes sense to have the else if, can you add it back please?
- Status changed to Needs review
9 months ago 4:27pm 18 June 2024 - Status changed to RTBC
9 months ago 5:25pm 18 June 2024 - Status changed to Fixed
9 months ago 8:31pm 18 June 2024 - 🇫🇷France nod_ Lille
Committed and pushed 0819b7aaf4 to 11.x and 530cf173e4 to 11.0.x and 6f61856980 to 10.4.x. Thanks!
- Status changed to Needs work
9 months ago 5:02pm 27 June 2024 - 🇯🇵Japan tom konda Kanagawa, Japan
10.4.x branch has tracker module.
In this module still have Array.prototype.indexOf() so need to fix it. - Merge request !8642#3454079 Prefer to use Array.prototype.includes() for some of Array.prototype.indexOf() on 10.4.x branch → (Open) created by tom konda
- Status changed to Needs review
8 months ago 11:15am 3 July 2024 - 🇯🇵Japan tom konda Kanagawa, Japan
Fix remaining Array.prototype.indexOf() on the 10.4.x branch.
Please review. - Status changed to RTBC
8 months ago 2:32pm 3 July 2024 - 🇫🇷France nod_ Lille
Thanks for the update, since it's pretty minor I'd rather not reopen this one, especially since the tracker module is out of 11.x
- Status changed to Fixed
8 months ago 5:38am 8 July 2024 Automatically closed - issue fixed for 2 weeks with no activity.