Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-11 | 更新luamake | 最萌小汐 | |
2024-05-11 | 支持根据参数类型选择函数定义 | 最萌小汐 | |
2024-05-11 | 整理代码 | 最萌小汐 | |
2024-05-11 | 支持转到实现 | 最萌小汐 | |
2024-05-11 | 暂存-转到实现 | 最萌小汐 | |
2024-05-11 | Merge pull request #2658 from henry-hsieh/master | 最萌小汐 | |
build: use docker to build linux-x64 glibc | |||
2024-05-11 | build: use docker to build linux-x64 glibc | Henry Hsieh | |
2024-05-10 | 漏了一处 | 最萌小汐 | |
2024-05-10 | 跟进修改 | 最萌小汐 | |
2024-05-10 | 适配 bee.sys | 最萌小汐 | |
2024-05-10 | 添加一些参数定义 | 最萌小汐 | |
2024-05-10 | 更新luamake | 最萌小汐 | |
2024-05-10 | Merge pull request #2655 from carsakiller/env-args | 最萌小汐 | |
add: load ENV variables as args | |||
2024-05-10 | fix: convert ENV value to bool | carsakiller | |
2024-05-10 | add: load ENV variables as args | carsakiller | |
2024-05-09 | Merge pull request #2629 from comedinha/master | 最萌小汐 | |
Add setting to find globals using regex | |||
2024-05-09 | Merge pull request #2638 from emmericp/multi-threaded-check | 最萌小汐 | |
Add multi-process support to --check. | |||
2024-05-09 | Merge pull request #2654 from lawrenceho/master | 最萌小汐 | |
Fix linux-arm64 build | |||
2024-05-08 | add: resolve links to symbols in markdown descriptions | carsakiller | |
Links like [mySymbol](lua://mySymbol) in a comment will now be resolved to a URI pointing to the actual file where `mySymbol` can be found. | |||
2024-05-08 | update bee | actboy168 | |
2024-05-08 | Fix linux-arm64 build | Lawrence Ho | |
2024-05-07 | update bee | actboy168 | |
2024-04-28 | update bee | actboy168 | |
2024-04-27 | Add multi-process support to --check. | Paul Emmerich | |
Set the parameter --num_threads to the desired number of worker tasks to potentially speed up --check. This works by spawning multiple sub-proccesses that each run the desired diagnostics on a subset of the workspace. Each process will still load and compile the entire workspace, so there are diminishing returns and memory usage increases linearly with the number of threads. Overall this can reduce the runtime by about ~50% for my projects, example results: Workspace 1, dominated by a few large/complex files 1 thread: 49.7 seconds 2 threads: 31.8 seconds 4 threads: 23.6 seconds 8 threads: 24.4 seconds Workspace 2, large number of small-ish files 1 thread: 96.0 seconds 2 threads: 76.5 seconds 4 threads: 49.5 seconds 8 threads: 38.1 seconds | |||
2024-04-26 | update bee | actboy168 | |
2024-04-23 | Add globalsRegex to diagnostics | Bruno Carvalho | |
Improve checkIsUndefinedGlobal to avoid unecessary checks and tables | |||
2024-04-23 | 3.8.3 | 最萌小汐 | |
2024-04-23 | update bee | 最萌小汐 | |
2024-04-23 | 提交崩溃测试 | 最萌小汐 | |
2024-04-23 | 3.8.2 | 最萌小汐 | |
2024-04-23 | 专供旧版VSCode的假版本3.8.1 | 最萌小汐 | |
2024-04-22 | 3.8.0 | 最萌小汐 | |
2024-04-22 | 修正贡献者名单 | 最萌小汐 | |
2024-04-22 | 更新日志 | 最萌小汐 | |
2024-04-22 | Merge pull request #2622 from emmericp/check-output | 最萌小汐 | |
Output more details while running --check | |||
2024-04-22 | Merge pull request #2621 from emmericp/check-all-diagnostics | 最萌小汐 | |
Run diagnostics on unopened files when explicitly requested by the user | |||
2024-04-20 | --check: Attempt to write output even if an error occurs | Paul Emmerich | |
This enables writing partial output if you press ctrl-c after seeing the first errors show up. | |||
2024-04-20 | Output more details while running --check | Paul Emmerich | |
2024-04-20 | Run diagnostics on unopened files when explicitly requested by the user | Paul Emmerich | |
If I explicitly click on "Diagnose workspace" I would expect it to show me *all* the diagnostics similar to how --check in a CI would check my project. This makes it easier for users to check their whole workspace after making changes to some library or core function that potentially affects a large number of files that are usually only checked once opened. | |||
2024-04-19 | 更新 workflow 版本 | 最萌小汐 | |
2024-04-19 | socket连接把错误打印到日志中 | 最萌小汐 | |
2024-04-18 | fixes bug | actboy168 | |
2024-04-18 | 和客户端连接模式的日志 | 最萌小汐 | |
2024-04-18 | `merge` 改叫 `partial` | 最萌小汐 | |
2024-04-18 | 每个线程只进行一次update | 最萌小汐 | |
2024-04-18 | 补充测试和更新说明 | 最萌小汐 | |
2024-04-18 | alias (merge) 的语义着色 | 最萌小汐 | |
2024-04-18 | 如果有 merge 属性,则跳过 `duplicate-doc-alias` 检查 | 最萌小汐 | |
2024-04-18 | 支持多个enum合并 | 最萌小汐 | |
2024-04-18 | 兼容新的bee.net | 最萌小汐 | |