Sunrisepeak / d2ds

Dive into Data Structures - 强调动手实践的数据结构学习项目,其中包含在线书籍、公开课、练习代码等子项目
https://sunrisepeak.github.io/d2ds-courses/
Other
19 stars 12 forks source link

dslings: dslings haven't timeout mechanism when exist infinite loop in exercises code #6

Open Sunrisepeak opened 1 month ago

Sunrisepeak commented 1 month ago

https://github.com/Sunrisepeak/d2ds/blob/12b72a57cf205f6cbd459453b907a81d5f9ab2ec/xmake.lua#L209

Sunrisepeak commented 1 month ago
local opt = { timeout = 1000 * 10 }
output, _ = os.execv("xmake", {"r", name}, opt)