summaryrefslogtreecommitdiff
path: root/script
AgeCommit message (Collapse)Author
2024-04-20Run diagnostics on unopened files when explicitly requested by the userPaul 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-19socket连接把错误打印到日志中最萌小汐
2024-04-18fixes bugactboy168
2024-04-18和客户端连接模式的日志最萌小汐
2024-04-18`merge` 改叫 `partial`最萌小汐
2024-04-18每个线程只进行一次update最萌小汐
2024-04-18补充测试和更新说明最萌小汐
2024-04-18alias (merge) 的语义着色最萌小汐
2024-04-18如果有 merge 属性,则跳过 `duplicate-doc-alias` 检查最萌小汐
2024-04-18支持多个enum合并最萌小汐
2024-04-18兼容新的bee.net最萌小汐
2024-04-18更新 bee.net最萌小汐
2024-04-17修正内部警告最萌小汐
2024-04-17修正 `discard-returns` 对条件的误报最萌小汐
2024-04-17修复测试最萌小汐
2024-04-17thread.sleep 改成毫秒最萌小汐
2024-04-16Merge pull request #2585 from clay-golem/fix/discard-returns-trigger最萌小汐
Detect discard-returns in all block types
2024-04-16Merge pull request #2574 from Luke100000/patch-1最萌小汐
Update compiler.lua
2024-03-30Allow plugins to resolve require pathsArtem Dzhemesiuk
2024-03-25Detect discard-returns in all block typesJakub
2024-03-18Update compiler.luaLuke100000
2024-03-18Merge branch 'master' into generic-pattern1fesily
2024-03-15Merge pull request #2562 from AndreasMatthias/doc-update最萌小汐
Update `doc.json`
2024-03-15fix error in filewatch最萌小汐
2024-03-08Merge branch 'master' into doc-updateAndreas
2024-03-05Merge pull request #2547 from emmericp/patch-1最萌小汐
Flush stdout in check progress indicator
2024-03-01Add --trust_all_plugins CLI optionPaul Emmerich
2024-02-27Merge branch 'master' into doc-updateAndreas
2024-02-27Merge pull request #2546 from emmericp/check-only-ws最萌小汐
Only load files in workspace for --check (skip libraries)
2024-02-26Only load files in workspace for --check (skip libraries)Paul Emmerich
2024-02-26Flush stdout in check progress indicatorPaul Emmerich
stdout is often line-buffered and needs flushing for the progress indicator to work
2024-02-26Add "deprecated" key in JSON output.Andreas
2024-02-26Add "async" key in JSON output.Andreas
2024-02-26Revert "Add "deprecated" key in JSON output."最萌小汐
2024-02-26Revert "Add "async" key in JSON output."最萌小汐
2024-02-26Merge branch 'master' into doc-updateAndreas
2024-02-26Merge branch 'master' into asyncAndreas
2024-02-26platform.OS -> platform.osactboy168
2024-02-26Merge pull request #2532 from fesily/automatic-infer-function-param-type最萌小汐
add infer function param type
2024-02-26Update template.luafesily
2024-02-26Merge pull request #2538 from AndreasMatthias/deprecated最萌小汐
Add "deprecated" key in JSON output.
2024-02-24Desc/rawdesc for vararg expressions in JSON output.Andreas
2024-02-24Merge branch 'master' into doc-updateAndreas
2024-02-24Merge branch 'master' into asyncAndreas
2024-02-24Merge branch 'master' into deprecatedAndreas
2024-02-23Enable plugins during --checkDanny Farrell
2024-02-23Update script/vm/compiler.luafesily
Co-authored-by: Lewis Russell <me@lewisr.dev>
2024-02-23fix warnfesily
2024-02-21CLI option --doc_update.Andreas
Update an existing 'doc.json' without using --doc again.
2024-02-21Merge branch 'master' into generic-pattern1fesily