Skip to content

Add baseline Lua workers on C11 threads with copy-based channels#61

Draft
Copilot wants to merge 7 commits into
mainfrom
copilot/implement-lua-tasks-c11-threads
Draft

Add baseline Lua workers on C11 threads with copy-based channels#61
Copilot wants to merge 7 commits into
mainfrom
copilot/implement-lua-tasks-c11-threads

Conversation

Copilot AI commented Apr 22, 2026

Copy link
Copy Markdown
  • Inspect the current worker implementation, Lua wrapper, and focused tests
  • Rebuild the focused worker harness and run current worker tests as a baseline
  • Update the Lua worker API to accept functions or file paths as jobs, with a single context argument
  • Add one-shot wait/run helpers and waiting support for multiple tasks
  • Expand focused worker tests for function jobs, file jobs, single-task wait, and multi-task wait
  • Re-run the focused worker compile/test validation and address any issues
  • Run final review/security validation and summarize any remaining limitations

Copilot AI linked an issue Apr 22, 2026 that may be closed by this pull request
Copilot AI and others added 3 commits April 22, 2026 06:42
Agent-Logs-Url: https://github.com/alis-is/eli/sessions/7a04ce90-e1ff-436e-ac10-7c3a7bb5edc7

Co-authored-by: cryi <36897290+cryi@users.noreply.github.com>
Agent-Logs-Url: https://github.com/alis-is/eli/sessions/7a04ce90-e1ff-436e-ac10-7c3a7bb5edc7

Co-authored-by: cryi <36897290+cryi@users.noreply.github.com>
Agent-Logs-Url: https://github.com/alis-is/eli/sessions/7a04ce90-e1ff-436e-ac10-7c3a7bb5edc7

Co-authored-by: cryi <36897290+cryi@users.noreply.github.com>
Copilot AI changed the title [WIP] Add simple Lua tasks using C11 threads Add baseline Lua workers on C11 threads with copy-based channels Apr 22, 2026
Copilot finished work on behalf of cryi April 22, 2026 06:47
Copilot AI requested a review from cryi April 22, 2026 06:47
Copilot AI and others added 3 commits April 23, 2026 09:50
Agent-Logs-Url: https://github.com/alis-is/eli/sessions/669c98d8-6823-4281-b4f9-7f578d27a696

Co-authored-by: cryi <36897290+cryi@users.noreply.github.com>
Agent-Logs-Url: https://github.com/alis-is/eli/sessions/669c98d8-6823-4281-b4f9-7f578d27a696

Co-authored-by: cryi <36897290+cryi@users.noreply.github.com>
Agent-Logs-Url: https://github.com/alis-is/eli/sessions/669c98d8-6823-4281-b4f9-7f578d27a696

Co-authored-by: cryi <36897290+cryi@users.noreply.github.com>
Copilot finished work on behalf of cryi April 23, 2026 09:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

workers

2 participants