Commit 756adfb
authored
File tree
161 files changed
+9634
-8941
lines changed- .github/workflows
- .vscode
- 3rd
- locale
- en-us
- pt-br
- zh-cn
- make
- meta
- 3rd/lovr/library
- template
- script
- config
- core
- completion
- diagnostics
- hover
- parser
- proto
- provider
- pub
- service
- vm
- workspace
- test
- basic
- code_action
- completion
- crossfile
- definition
- diagnostics
- example
- full
- highlight
- hover
- references
- rename
- tclient/tests
- type_inference
- tools
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
161 files changed
+9634
-8941
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
| 47 | + | |
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
30 | 37 | | |
31 | 38 | | |
32 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | 10 | | |
14 | 11 | | |
15 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | 2 | | |
7 | 3 | | |
8 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
24 | | - | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
Submodule EmmyLuaCodeStyle updated 51 files
- .editorconfig+3-1
- .github/workflows/build.yml+34-10
- CHANGELOG.md+193
- CMakeLists.txt+11-3
- CodeFormat/CMakeLists.txt+2
- CodeFormat/src/CodeFormat.cpp+90-71
- CodeFormat/src/LuaFormat.cpp+207
- CodeFormat/src/LuaFormat.h+42
- CodeFormat/src/LuaWorkspaceFormat.cpp+150
- CodeFormat/src/LuaWorkspaceFormat.h+33
- CodeFormatServer/src/LanguageClient.cpp+18-4
- CodeFormatServer/src/LanguageService.cpp+14-1
- CodeFormatServer/src/VSCode.cpp+12
- CodeService/src/AstUtil.cpp+56-3
- CodeService/src/FormatElement/KeepLineElement.cpp+5-2
- CodeService/src/FormatElement/MinLineElement.cpp+5-2
- CodeService/src/FormatElement/RangeFormatContext.cpp+25-4
- CodeService/src/FormatElement/SerializeContext.cpp+93-4
- CodeService/src/FormatElement/StringLiteralElement.cpp+2-2
- CodeService/src/LuaCodeStyleOptions.cpp-1
- CodeService/src/LuaEditorConfig.cpp+23-5
- CodeService/src/LuaFormatter.cpp+88-23
- CodeService/src/NameStyle/NameStyleChecker.cpp+2-2
- CodeService/src/NameStyle/NameStyleRuleMatcher.cpp-1
- LuaParser/src/LuaFile.cpp+47-6
- LuaParser/src/LuaParser.cpp+4-2
- LuaParser/src/LuaTokenParser.cpp+12-3
- Test/test_script/format_text/wait_format/comment.lua+8
- Test/test_script/format_text/wait_format_by_option/.editorconfig+4
- Test/test_script/format_text/wait_format_by_option/align_chained_expression_statement-eq-true.lua+14
- Test/test_script/format_text/wait_format_by_option/if_branch_comments_after_block_no_indent-eq-true.lua+37
- Test/test_script/format_text/wait_format_by_option_should_be/.editorconfig+4
- Test/test_script/format_text/wait_format_by_option_should_be/align_chained_expression_statement-eq-true.lua+13
- Test/test_script/format_text/wait_format_by_option_should_be/if_branch_comments_after_block_no_indent-eq-true.lua+37
- Test/test_script/format_text/wait_format_should_be/comment.lua+8
- Test/test_script/format_text/wait_format_should_be/table.lua+1-1
- Util/src/CommandLine.cpp+19-2
- Util/src/FileFinder.cpp+23-6
- cmake/flags_override.cmake+20
- include/CodeFormatServer/LanguageClient.h+5
- include/CodeFormatServer/VSCode.h+11
- include/CodeService/AstUtil.h+2
- include/CodeService/FormatElement/SerializeContext.h+6-2
- include/CodeService/LuaCodeStyleOptions.h+8-2
- include/CodeService/LuaFormatter.h+1
- include/LuaParser/EndOfLineType.h+10
- include/LuaParser/LuaFile.h+6
- include/LuaParser/TextRange.h+1-1
- include/Util/CommandLine.h+3
- include/Util/FileFinder.h+3
- lua.template.editorconfig+6
- .github/workflows/build.yml+1-3
- .github/workflows/codeql-analysis.yml+1-1
- bee/error.cpp+8
- bee/error.h+1
- bee/filesystem.h+3-1
- bee/fsevent/fsevent_linux.cpp+17-18
- bee/fsevent/fsevent_osx.cpp+3
- bee/fsevent/fsevent_win.cpp+5-1
- bee/lua/binding.h+9-14
- bee/lua/file.h+1-2
- bee/net/endpoint.h+1-1
- bee/net/socket.cpp+6-5
- bee/nonstd/span.h-1.6k
- bee/platform.h-122
- bee/span.h-12
- bee/subprocess.h+9-18
- bee/subprocess/common.h+61
- bee/subprocess/subprocess_posix.cpp+65-102
- bee/subprocess/subprocess_posix.h+15-16
- bee/subprocess/subprocess_win.cpp+92-94
- bee/subprocess/subprocess_win.h+17-16
- bee/utility/dynarray.h-84
- bee/utility/expected.h+151
- bee/utility/file_handle.cpp+28
- bee/utility/file_handle.h+40
- bee/utility/file_handle_linux.cpp+36
- bee/utility/file_handle_osx.cpp+26
- bee/utility/file_handle_posix.cpp+26
- bee/utility/file_handle_win.cpp+92
- bee/utility/file_helper.cpp-93
- bee/utility/file_helper.h-35
- bee/utility/path_helper.cpp+28-41
- bee/utility/path_helper.h+6-4
- bee/utility/path_helper.mm+2-2
- bee/utility/unicode_win.cpp+5-5
- bee/utility/unreachable.h+19
- binding/lua_filesystem.cpp+470-275
- binding/lua_filewatch.cpp+3-3
- binding/lua_platform.cpp+121-2
- binding/lua_serialization.cpp+3-4
- binding/lua_socket.cpp+16-24
- binding/lua_subprocess.cpp+23-22
- binding/lua_thread.cpp+3-5
- binding/lua_unicode.cpp-1
- project/bootstrap.lua+12-1
- project/common.lua+20-20
- project/config.lua+1-1
- project/lua.lua-1
- project/macos-universal.lua+1-1
- test.lua+29
- test/glibc-version.lua+1-2
- test/ltest/ltest.lua+17
- test/test_filesystem.lua+148-14
- test/test_subprocess.lua+5-7
- .github/workflows/gh-pages.yml+5-3
- modules/image/types/ImageData.lua+15
- modules/physics/types/Contact.lua+19-1
- modules/physics/types/Fixture.lua+1-1
- modules/physics/types/PrismaticJoint.lua+16-1
- modules/physics/types/RevoluteJoint.lua+17-2
- modules/physics/types/WeldJoint.lua+16-1
- modules/physics/types/WheelJoint.lua+16-1
- modules/sound/types/Decoder.lua+31-1
- modules/video/types/VideoStream.lua+85-1
- README.md+5-1
- api/init.lua+18.9k-18.7k
- api/lovr/audio/getSampleRate.lua+18
- api/lovr/audio/getSpatializer.lua+1-1
- api/lovr/callbacks/conf.lua+12
- api/lovr/data/Sound/getCapacity.lua+21
- api/lovr/graphics/Font/getWidth.lua+5
- api/lovr/graphics/Material/setTexture.lua+1
- api/lovr/graphics/ShaderBlock/send.lua+8-3
- api/lovr/headset/Device.lua+1-1
- api/lovr/headset/getAxis.lua+2
- api/lovr/headset/isDown.lua+1
- api/lovr/math/Mat4/equals.lua+24
- api/lovr/math/Quat/equals.lua+24
- api/lovr/math/Vec2/angle.lua+42
- api/lovr/math/Vec2/distance.lua+1
- api/lovr/math/Vec2/equals.lua+44
- api/lovr/math/Vec3/angle.lua+46
- api/lovr/math/Vec3/distance.lua+1
- api/lovr/math/Vec3/equals.lua+48
- api/lovr/math/Vec4/angle.lua+50
- api/lovr/math/Vec4/distance.lua+1
- api/lovr/math/Vec4/equals.lua+52
- examples/Environment/Terrain_-_Procedural/main.lua+2
- examples/Interaction/Controller_Models/main.lua+2
- guides/Compiling.md+1-1
- guides/Distribution.md+1-1
- guides/Getting_Started.md+1
- tests/distant-colliders/main.lua+6
- tests/thread-object-arguments/main.lua+5
0 commit comments