Commit 888bb1a
File tree
18 files changed
+122
-151
lines changed- 3rd
- doc
- en-us
- pt-br
- zh-cn
- zh-tw
- script
- cli
- core/command
- vm
- workspace
- test/diagnostics
- tools
18 files changed
+122
-151
lines changed- bee/filesystem.h-34
- bee/filewatch/filewatch_linux.cpp+2-2
- bee/filewatch/filewatch_osx.cpp+1-1
- bee/filewatch/filewatch_win.cpp+2-2
- bee/net/endpoint.cpp+1-1
- bee/net/socket.cpp+5-5
- bee/nonstd/3rd/filesystem.h+4.8k
- bee/nonstd/3rd/fmt/include/fmt/args.h+4-4
- bee/nonstd/3rd/fmt/include/fmt/chrono.h+487-254
- bee/nonstd/3rd/fmt/include/fmt/color.h+114-101
- bee/nonstd/3rd/fmt/include/fmt/compile.h+43-78
- bee/nonstd/3rd/fmt/include/fmt/core.h+854-1.0k
- bee/nonstd/3rd/fmt/include/fmt/format-inl.h+1.7k
- bee/nonstd/3rd/fmt/include/fmt/format.h+2.3k-731
- bee/nonstd/3rd/fmt/include/fmt/os.h+58-120
- bee/nonstd/3rd/fmt/include/fmt/ostream.h+250
- bee/nonstd/3rd/fmt/include/fmt/printf.h+96-74
- bee/nonstd/3rd/fmt/include/fmt/ranges.h+745
- bee/nonstd/3rd/fmt/include/fmt/std.h+288
- bee/nonstd/3rd/fmt/include/fmt/xchar.h+57-34
- bee/nonstd/3rd/fmt/src/fmt.cc+99
- bee/nonstd/3rd/fmt/src/format.cc+43
- bee/nonstd/3rd/fmt/src/os.cc+78-38
- bee/nonstd/expected.h+165-153
- bee/nonstd/filesystem.h+33-4.8k
- bee/nonstd/fmt/format-inl.h-2.6k
- bee/nonstd/fmt/format.cc-124
- bee/nonstd/fmt/locale.h-2
- bee/nonstd/fmt/ostream.h-135
- bee/nonstd/fmt/ranges.h-799
- bee/nonstd/format.h+2-2
- bee/nonstd/semaphore.h+3-7
- bee/nonstd/unreachable.h+26-19
- bee/platform/version_win.cpp+1-1
- bee/subprocess/subprocess_posix.cpp+3-3
- bee/subprocess/subprocess_win.cpp+4-4
- bee/thread/spinlock.h+30-5
- bee/utility/file_handle.h+1-1
- bee/utility/file_handle_bsd.cpp+1-1
- bee/utility/file_handle_linux.cpp+1-1
- bee/utility/file_handle_posix.cpp+2-2
- bee/utility/file_handle_win.cpp+2-2
- bee/utility/path_helper.h+2-2
- binding/lua_filesystem.cpp+2-2
- binding/lua_filewatch.cpp+19-34
- binding/lua_socket.cpp+6-6
- binding/lua_subprocess.cpp+1-1
- binding/lua_thread.cpp+3-3
- compile/common.lua+5-2
- test/test.lua+1-1
Submodule luamake updated from 5e74765 to ca304a1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| 10 | + | |
9 | 11 | | |
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
13 | 15 | | |
| 16 | + | |
14 | 17 | | |
15 | 18 | | |
16 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2161 | 2161 | | |
2162 | 2162 | | |
2163 | 2163 | | |
2164 | | - | |
2165 | | - | |
2166 | | - | |
2167 | | - | |
2168 | | - | |
2169 | | - | |
2170 | | - | |
2171 | | - | |
2172 | | - | |
2173 | | - | |
2174 | | - | |
2175 | | - | |
2176 | | - | |
2177 | | - | |
2178 | | - | |
2179 | | - | |
2180 | 2164 | | |
2181 | 2165 | | |
2182 | 2166 | | |
| |||
2207 | 2191 | | |
2208 | 2192 | | |
2209 | 2193 | | |
2210 | | - | |
| 2194 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
698 | 698 | | |
699 | 699 | | |
700 | 700 | | |
701 | | - | |
| 701 | + | |
702 | 702 | | |
703 | 703 | | |
704 | 704 | | |
| |||
946 | 946 | | |
947 | 947 | | |
948 | 948 | | |
949 | | - | |
| 949 | + | |
950 | 950 | | |
951 | 951 | | |
952 | 952 | | |
| |||
2161 | 2161 | | |
2162 | 2162 | | |
2163 | 2163 | | |
2164 | | - | |
2165 | | - | |
2166 | | - | |
2167 | | - | |
2168 | | - | |
2169 | | - | |
2170 | | - | |
2171 | | - | |
2172 | | - | |
2173 | | - | |
2174 | | - | |
2175 | | - | |
2176 | | - | |
2177 | | - | |
2178 | | - | |
2179 | | - | |
2180 | 2164 | | |
2181 | 2165 | | |
2182 | 2166 | | |
| |||
2207 | 2191 | | |
2208 | 2192 | | |
2209 | 2193 | | |
2210 | | - | |
| 2194 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
698 | 698 | | |
699 | 699 | | |
700 | 700 | | |
701 | | - | |
| 701 | + | |
702 | 702 | | |
703 | 703 | | |
704 | 704 | | |
| |||
945 | 945 | | |
946 | 946 | | |
947 | 947 | | |
948 | | - | |
| 948 | + | |
949 | 949 | | |
950 | 950 | | |
951 | 951 | | |
| |||
2160 | 2160 | | |
2161 | 2161 | | |
2162 | 2162 | | |
2163 | | - | |
2164 | | - | |
2165 | | - | |
2166 | | - | |
2167 | | - | |
2168 | | - | |
2169 | | - | |
2170 | | - | |
2171 | | - | |
2172 | | - | |
2173 | | - | |
2174 | | - | |
2175 | | - | |
2176 | | - | |
2177 | | - | |
2178 | | - | |
2179 | 2163 | | |
2180 | 2164 | | |
2181 | 2165 | | |
| |||
2206 | 2190 | | |
2207 | 2191 | | |
2208 | 2192 | | |
2209 | | - | |
| 2193 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2160 | 2160 | | |
2161 | 2161 | | |
2162 | 2162 | | |
2163 | | - | |
2164 | | - | |
2165 | | - | |
2166 | | - | |
2167 | | - | |
2168 | | - | |
2169 | | - | |
2170 | | - | |
2171 | | - | |
2172 | | - | |
2173 | | - | |
2174 | | - | |
2175 | | - | |
2176 | | - | |
2177 | | - | |
2178 | | - | |
2179 | 2163 | | |
2180 | 2164 | | |
2181 | 2165 | | |
| |||
2206 | 2190 | | |
2207 | 2191 | | |
2208 | 2192 | | |
2209 | | - | |
| 2193 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
7 | 18 | | |
8 | 19 | | |
9 | 20 | | |
| |||
79 | 90 | | |
80 | 91 | | |
81 | 92 | | |
82 | | - | |
83 | | - | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
84 | 96 | | |
85 | | - | |
86 | | - | |
87 | | - | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
88 | 103 | | |
89 | 104 | | |
90 | 105 | | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
96 | 109 | | |
97 | 110 | | |
98 | 111 | | |
99 | | - | |
100 | 112 | | |
101 | 113 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
310 | 310 | | |
311 | 311 | | |
312 | 312 | | |
313 | | - | |
314 | | - | |
| 313 | + | |
| 314 | + | |
315 | 315 | | |
316 | 316 | | |
317 | 317 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
12 | | - | |
13 | | - | |
| 13 | + | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
0 commit comments