Commit ad310d1
File tree
45 files changed
+325
-121
lines changed- .github/workflows
- 3rd
- locale
- en-us
- pt-br
- zh-cn
- zh-tw
- make
- script
- cli
- config
- core
- command
- completion
- diagnostics
- hover
- encoder
- parser
- proto
- vm
- workspace
- test
- code_action
- crossfile
- document_symbol
- signature
- tclient/tests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
45 files changed
+325
-121
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
Submodule EmmyLuaCodeStyle updated 32 files
- .github/workflows/build.yml+1-1
- .github/workflows/codestyle.yml-28
- .github/workflows/pr.yml+1-1
- CHANGELOG.md+200-144
- CHANGELOG_CN.md+493
- CHANGELOG_EN.md-430
- CodeFormat/src/FormatContext.cpp+2-4
- CodeFormatCore/include/CodeFormatCore/Config/LuaDiagnosticStyle.h+4
- CodeFormatCore/include/CodeFormatCore/Config/LuaEditorConfig.h+3-6
- CodeFormatCore/include/CodeFormatCore/Config/LuaStyle.h+3-2
- CodeFormatCore/include/CodeFormatCore/Config/LuaStyleStruct.h+10
- CodeFormatCore/include/CodeFormatCore/Diagnostic/CodeStyle/CodeStyleChecker.h+1-1
- CodeFormatCore/include/CodeFormatCore/Diagnostic/NameStyle/NameDefineType.h+1
- CodeFormatCore/include/CodeFormatCore/Format/Analyzer/FormatStrategy.h+2-1
- CodeFormatCore/include/CodeFormatCore/Format/Analyzer/IndentationAnalyzer.h+4
- CodeFormatCore/src/Config/LuaEditorConfig.cpp+85-36
- CodeFormatCore/src/Config/LuaStyle.cpp+126-97
- CodeFormatCore/src/Diagnostic/CodeStyle/CodeStyleChecker.cpp+5-6
- CodeFormatCore/src/Diagnostic/NameStyle/NameStyleChecker.cpp+26-1
- CodeFormatCore/src/Format/Analyzer/FormatDocAnalyze.cpp+6-8
- CodeFormatCore/src/Format/Analyzer/IndentationAnalyzer.cpp+50-29
- CodeFormatCore/src/Format/Analyzer/SpaceAnalyzer.cpp+6-3
- CodeFormatCore/src/Format/FormatState.cpp+1-1
- CodeFormatLib/src/LuaCodeFormat.cpp+2-4
- CodeFormatServer/src/Service/ConfigService.cpp+2-4
- LuaParser/include/LuaParser/Lexer/TextReader.h+5-2
- LuaParser/src/Lexer/TextReader.cpp+33-8
- Test/src/FormatResult_unitest.cpp+21
- Test/src/FormatStyle_unitest.cpp+47-2
- docs/name_style.md+1
- docs/name_style_EN.md+1
- lua.template.editorconfig+3
- 3rd/fmt/fmt/args.h+7-6
- 3rd/fmt/fmt/base.h+3.0k
- 3rd/fmt/fmt/chrono.h+222-151
- 3rd/fmt/fmt/color.h+63-74
- 3rd/fmt/fmt/compile.h+13-10
- 3rd/fmt/fmt/core.h+4-2.9k
- 3rd/fmt/fmt/format-inl.h+308-78
- 3rd/fmt/fmt/format.h+562-670
- 3rd/fmt/fmt/os.h+37-26
- 3rd/fmt/fmt/ostream.h+40-27
- 3rd/fmt/fmt/printf.h+98-100
- 3rd/fmt/fmt/ranges.h+134-92
- 3rd/fmt/fmt/std.h+164-66
- 3rd/fmt/fmt/xchar.h+100-41
- bee/filewatch/filewatch.h+10-10
- bee/filewatch/filewatch_linux.cpp+6-6
- bee/filewatch/filewatch_osx.cpp+10-8
- bee/filewatch/filewatch_win.cpp+9-9
- bee/net/socket.cpp+5-5
- bee/net/socket.h+3-3
- bee/nonstd/charconv.h+12
- bee/nonstd/format.h+12
- bee/platform/version.cpp+3-3
- bee/platform/version.h+1-1
- bee/platform/win/module_version.h+2-2
- bee/platform/win/module_version_win.cpp+2-2
- bee/platform/win/unicode.h+6-6
- bee/platform/win/unicode_win.cpp+6-6
- bee/subprocess/process_select.cpp+1-1
- bee/subprocess/process_select.h+1-1
- bee/subprocess/subprocess_posix.cpp+15-15
- bee/subprocess/subprocess_posix.h+17-17
- bee/subprocess/subprocess_win.cpp+19-19
- bee/subprocess/subprocess_win.h+7-7
- bee/thread/setname.cpp+1-1
- bee/thread/setname.h+1-1
- bee/utility/dynarray.h+4-4
- bee/utility/path_helper.cpp+18-13
- bee/utility/path_helper.h+3-3
- binding/lua_platform.cpp+1-13
- binding/lua_thread.cpp+1
- compile/bootstrap.lua+5-5
- compile/config.lua+24-34
- compile/emcc.lua+11-10
- test/ltest.lua+1.0k
- test/ltest/coverage.lua-133
- test/ltest/ltest.lua-436
- test/ltest/stringify.lua-198
- test/ltest/undump.lua-261
- test/test.lua+1-4
- bee.lua+1-1
- compile/ninja/android.ninja+10-11
- compile/ninja/freebsd.ninja+10-11
- compile/ninja/linux.ninja+11-12
- compile/ninja/macos.ninja+10-11
- compile/ninja/mingw.ninja+30-31
- compile/ninja/msvc.ninja+35-36
- compile/ninja/netbsd.ninja+10-11
- compile/ninja/openbsd.ninja+10-11
- main.lua+1-1
- make.lua+10-10
- scripts/action.lua+11-7
- scripts/command/shell.lua+4-1
- scripts/compiler/gcc.lua+7-10
- scripts/compiler/msvc.lua+4-7
- scripts/env/find_msvc.lua+1-1
- scripts/env/ndk.lua+1-1
- scripts/fsutil.lua+7-1
- scripts/glob.lua+4-23
- scripts/globals.lua-1
- scripts/log.lua+1
- scripts/ninja_writer.lua+21-11
- scripts/pathutil.lua+27-20
- scripts/version.lua+1-1
- scripts/workspace.lua+287-2
- scripts/writer.lua+159-426
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
293 | 293 | | |
294 | 294 | | |
295 | 295 | | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
296 | 302 | | |
297 | 303 | | |
298 | 304 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
293 | 293 | | |
294 | 294 | | |
295 | 295 | | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
296 | 302 | | |
297 | 303 | | |
298 | 304 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
292 | 292 | | |
293 | 293 | | |
294 | 294 | | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
295 | 301 | | |
296 | 302 | | |
297 | 303 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
292 | 292 | | |
293 | 293 | | |
294 | 294 | | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
295 | 301 | | |
296 | 302 | | |
297 | 303 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
62 | | - | |
| 61 | + | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
67 | | - | |
| 66 | + | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
| 102 | + | |
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
| 110 | + | |
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
| 116 | + | |
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
0 commit comments