Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Command]: run命令的目标文件动态检测优化 #8

Closed
Sunrisepeak opened this issue Sep 21, 2024 · 2 comments
Closed

[Command]: run命令的目标文件动态检测优化 #8

Sunrisepeak opened this issue Sep 21, 2024 · 2 comments
Assignees
Labels
bug Something isn't working feature | 功能 New feature or request

Comments

@Sunrisepeak
Copy link
Member

Sunrisepeak commented Sep 21, 2024

问题

xlings run 命令文件检测延迟过高, 目标是"实时动态更新"

临时方案

91e4a0c

xlings/core/checker.lua

Lines 254 to 258 in 91e4a0c

-- TODO: optimize -> mini-run's detect logic for targetfile
fwatcher.add(path.directory(file))
end
open_target_file = true

优化 - TODO

  • 和 xlings checker 的检测进行整合?
@Sunrisepeak
Copy link
Member Author

@Sunrisepeak Sunrisepeak self-assigned this Sep 23, 2024
@Sunrisepeak Sunrisepeak added the bug Something isn't working label Sep 23, 2024
@Sunrisepeak Sunrisepeak moved this from Todo to In Progress in D2Learn-Opensource-Issues Sep 23, 2024
@Sunrisepeak Sunrisepeak added the feature | 功能 New feature or request label Nov 16, 2024
@Sunrisepeak Sunrisepeak moved this to In review in Xlings-Dev-Kanban Nov 16, 2024
@Sunrisepeak
Copy link
Member Author

tboox/tbox#266

@github-project-automation github-project-automation bot moved this from In review to Done in Xlings-Dev-Kanban Nov 16, 2024
@github-project-automation github-project-automation bot moved this from In Progress to Done in D2Learn-Opensource-Issues Nov 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working feature | 功能 New feature or request
Projects
Status: Done
Status: Done
Development

No branches or pull requests

1 participant