cp.nvim/lua/cp
Barrett Ruth dcb99857ca feat(runner): run test cases in parallel
Problem: test cases were executed sequentially, each waiting for the
previous process to finish before starting the next. On problems with
many test cases this meant wall-clock run time scaled linearly.

Solution: fan out all test case processes simultaneously. A remaining
counter fires on_done once all callbacks have returned. on_each is
called per completion as before; callers that pass on_each ignore its
arguments so the index semantics change is non-breaking.
2026-02-26 22:54:06 -05:00
..
commands fix: cleanup picker message 2025-12-04 18:12:10 -05:00
pickers feat(io): cleanup view 2025-11-06 01:31:50 -05:00
runner feat(runner): run test cases in parallel 2026-02-26 22:54:06 -05:00
ui try to fix the setup 2026-02-18 14:13:37 -05:00
cache.lua fix(cache): replace stale M._cache field with get_raw_cache accessor 2026-02-26 22:46:06 -05:00
config.lua fix: only show user-configured platforms in picker 2026-02-18 17:29:41 -05:00
constants.lua feat: codechef 2025-10-25 00:26:33 -04:00
health.lua fix: replace deprecated vim.loop with vim.uv 2026-02-26 22:45:07 -05:00
helpers.lua feat(ui): auto-hide source buffer on close 2025-10-24 14:47:12 -04:00
init.lua fix: surface runtime check failures as clean notifications 2026-02-18 17:25:50 -05:00
log.lua fix(cache): contest override 2025-10-04 12:48:57 -04:00
restore.lua fix: don't always open new window 2025-10-12 20:31:11 -04:00
scraper.lua fix: replace deprecated vim.loop with vim.uv 2026-02-26 22:45:07 -05:00
setup.lua fix: replace deprecated vim.loop with vim.uv 2026-02-26 22:45:07 -05:00
state.lua fix: race condition & logs 2026-01-27 12:22:53 -05:00
utils.lua fix: replace deprecated vim.loop with vim.uv 2026-02-26 22:45:07 -05:00
version.lua fix: refactor 2025-09-21 11:19:00 -04:00