Michael Goulet
d6a42983e5
Rollup merge of #129899 - veera-sivarajan:fix-97793-pr-final, r=chenyukang
...
Add Suggestions for Misspelled Keywords
Fixes #97793
This PR detects misspelled keywords using two heuristics:
1. Lowercasing the unexpected identifier.
2. Using edit distance to find a keyword similar to the unexpected identifier.
However, it does not detect each and every misspelled keyword to
minimize false positives and ambiguities. More details about the
implementation can be found in the comments.
2024-09-07 14:21:22 +03:00
..
2024-08-31 23:56:45 +02:00
2024-08-31 23:56:45 +02:00
2024-08-27 10:17:05 -07:00
2024-08-31 20:14:43 +00:00
2024-08-16 08:46:13 +10:00
2024-09-02 07:42:38 +02:00
2024-08-31 20:14:43 +00:00
2024-08-16 08:46:46 +10:00
2024-08-27 00:41:57 +02:00
2024-08-16 08:46:52 +10:00
2024-09-06 07:33:58 +02:00
2024-08-29 16:21:46 +02:00
2024-08-30 07:07:28 +00:00
2024-08-27 01:46:50 -05:00
2024-09-07 14:21:21 +03:00
2024-09-07 01:37:52 +00:00
2024-09-06 00:30:36 +03:00
2024-09-03 19:14:19 +02:00
2024-09-07 01:37:52 +00:00
2024-09-02 07:42:38 +02:00
2024-08-27 11:52:08 +10:00
2024-09-02 22:35:20 +02:00
2024-08-27 12:40:38 +10:00
2024-09-05 19:43:46 +02:00
2024-08-27 12:56:54 +10:00
2024-07-29 08:26:52 +10:00
2024-08-27 12:58:29 +10:00
2024-09-01 16:35:53 +02:00
2024-09-06 19:50:48 +00:00
2024-08-27 13:25:40 +10:00
2024-09-06 19:50:48 +00:00
2024-08-27 14:30:20 +10:00
2024-08-31 23:56:45 +02:00
2024-06-30 16:42:53 +00:00
2024-09-02 07:42:38 +02:00
2024-09-05 07:57:16 +00:00
2024-08-27 15:12:46 +10:00
2024-09-06 17:06:35 +03:00
2024-09-06 15:47:52 +03:00
2024-08-31 14:46:09 +02:00
2024-07-29 08:26:52 +10:00
2024-08-29 20:13:06 +10:00
2024-09-06 19:50:48 +00:00
2024-09-06 19:50:48 +00:00
2024-09-01 16:35:53 +02:00
2024-09-03 15:18:30 +10:00
2024-09-06 07:33:59 +02:00
2024-09-06 00:30:36 +03:00
2024-09-06 19:50:48 +00:00
2024-09-07 14:21:22 +03:00
2024-08-29 20:13:06 +10:00
2024-09-05 19:43:46 +02:00
2024-09-03 19:13:24 +02:00
2024-08-29 20:18:44 +10:00
2024-08-29 20:18:44 +10:00
2024-09-02 07:50:22 +02:00
2024-09-06 15:47:52 +03:00
2024-09-03 01:27:20 +00:00
2024-09-03 01:27:20 +00:00
2024-09-05 07:57:16 +00:00
2024-09-03 01:27:20 +00:00
2024-09-07 14:21:22 +03:00
2024-09-03 01:27:20 +00:00
2024-09-07 01:37:52 +00:00
2024-09-06 19:50:48 +00:00
2024-09-03 08:49:54 +10:00
2024-09-03 01:27:20 +00:00
2024-09-03 08:50:33 +10:00
2024-09-06 19:50:48 +00:00
2024-07-29 08:26:52 +10:00
2024-09-02 07:33:41 +02:00