Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-24 | Throttle calls to await.delay() in some diagnostics | Paul Emmerich | |
These 5 diagnostics cause ~70% of all calls to await.delay() by diagnostics which in turn is about ~20% of the total runtime of diagnostics. Out of these diagnostics only assign-type-mismatch commonly exceeds runtimes of 100ms (worst observed in my dataset was 7 seconds) and even then it still attempts to call await.delay() over 1500 times per second, so throttling by a factor of 15 is still fine. | |||
2022-06-30 | add many delays in diagnostics | 最萌小汐 | |
2022-06-27 | #1240 use faster `isInString` | 最萌小汐 | |
2022-06-27 | don't check `trailing-space` for comments | 最萌小汐 | |
2022-06-23 | update | 最萌小汐 | |
2021-09-23 | fix | 最萌小汐 | |
2021-09-22 | cleanup | 最萌小汐 | |
2021-06-11 | rename getAst -> getState | 最萌小汐 | |
2021-05-19 | update | 最萌小汐 | |
2021-04-20 | guide -> searcher | 最萌小汐 | |
2021-03-15 | move `parser/guide.lua` to `core/guide.lua` | 最萌小汐 | |
2020-11-20 | no longer beta | 最萌小汐 | |