Skip to content

✨ feat(mq-lang,mq-run): add process-io capability and system() builtin#2087

Merged
harehare merged 1 commit into
mainfrom
feat/allow-run-system
Jul 25, 2026
Merged

✨ feat(mq-lang,mq-run): add process-io capability and system() builtin#2087
harehare merged 1 commit into
mainfrom
feat/allow-run-system

Conversation

@harehare

Copy link
Copy Markdown
Owner

Summary

Adds a Deno --allow-run-style permission: a new process-io feature flag, Io::execute()/SandboxedIo::allow_run() (default-deny, like read/write/net), and a system(command, args) builtin that runs a child process directly (never through a shell). Wired into mq-run via a new --allow-run flag.

Type of Change

  • 🐛 Bug fix
  • ✨ New feature
  • ♻️ Refactor
  • 📝 Documentation
  • ⚡ Performance
  • ✅ Test
  • 📦 Build / dependencies
  • 👷 CI

Checklist

  • I ran cargo fmt and cargo clippy and addressed any warnings
  • I ran just test-all and all tests pass
  • I added or updated tests covering this change
  • I updated relevant documentation (/docs, crate README.md) if needed
  • I added a changelog entry if this is a user-facing change

Additional Context

Adds a Deno --allow-run-style permission: a new process-io feature flag,
Io::execute()/SandboxedIo::allow_run() (default-deny, like read/write/net),
and a system(command, args) builtin that runs a child process directly
(never through a shell). Wired into mq-run via a new --allow-run flag.
@codspeed-hq

codspeed-hq Bot commented Jul 25, 2026

Copy link
Copy Markdown

Merging this PR will not alter performance

✅ 31 untouched benchmarks


Comparing feat/allow-run-system (579973e) with main (6469584)

Open in CodSpeed

@harehare
harehare merged commit b9bdc53 into main Jul 25, 2026
12 checks passed
@harehare
harehare deleted the feat/allow-run-system branch July 25, 2026 21:42
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.

1 participant