4 files changed
+12
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
3 | 12 | | |
4 | 13 | | |
5 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3368 | 3368 | | |
3369 | 3369 | | |
3370 | 3370 | | |
3371 | | - | |
| 3371 | + | |
3372 | 3372 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
- .github/scripts/check-changelog.sh+17
- .github/workflows/changelog.yml+24
- .luarc.json+1
- 3rd/EmmyLuaCodeStyle+1-1
- 3rd/love-api+1-1
- changelog.md+9
- script/await.lua+22
- script/cli/check_worker.lua+2
- script/core/completion/completion.lua+39-6
- script/core/diagnostics/assign-type-mismatch.lua+2-1
- script/core/diagnostics/need-check-nil.lua+2-1
- script/core/diagnostics/redundant-value.lua+2-1
- script/core/diagnostics/trailing-space.lua+2-1
- script/core/diagnostics/unbalanced-assignments.lua+2-1
- script/core/workspace-symbol.lua-6
- script/meta/bee/thread.lua+4-1
- script/provider/diagnostic.lua+3
- script/provider/markdown.lua+31-1
- test/completion/common.lua+29-1
0 commit comments