Commit graph

23 commits

Author SHA1 Message Date
b1f9b1d9a7
Merge branch 'main' into feature/process-stream 2024-06-24 18:25:32 +05:30
bd71b5e4b8
feat: correct non blocking test for process.create 2024-06-24 18:25:09 +05:30
0c346a5946
feat: rename process.spawn->process.create 2024-06-24 14:17:52 +05:30
70088c78e5
revert: remove bstr dep 2024-06-23 20:10:21 +05:30
c08b7382fd
chore: remove bstr dep and rearrange bytes dep 2024-06-23 20:05:01 +05:30
ad4b8a7c91
fix: lint in process lib.rs 2024-06-23 19:31:30 +05:30
c9cbaf6183
feat: return strings and null instead of buffers 2024-06-23 19:31:30 +05:30
Filip Tibell
e2e8beb45c
Bump all crate versions 2024-06-23 12:55:47 +02:00
daedbf9899
refactor: minor formatting change 2024-06-10 14:59:03 +05:30
a30380cba8
fix: address todo comments 2024-06-10 14:56:01 +05:30
6a2f5061d5
chore(types + tests): update types and tests for exec 2024-06-09 21:54:56 +05:30
50b1bcbd64
fix: stop accepting stdio options for process.spawn 2024-06-09 16:22:47 +05:30
78a3d4db5f
chore(types): include types for new process.spawn 2024-06-09 16:13:38 +05:30
4b5b54eb0d
fix: change code channel capacity should be i32 size 2024-06-09 13:10:06 +05:30
8ce47806eb
feat: impl readToEnd convenience method for reader
Also rename success key in table to be "ok", so that it is consistent
with process.exec.
2024-06-09 13:05:14 +05:30
900b6715b6
feat: initial revamped process.spawn impl 2024-06-09 13:01:34 +05:30
Filip Tibell
2a85532448
Move mlua-luau-scheduler into this repository 2024-06-05 16:45:53 +02:00
Filip Tibell
23456ae041
Bump versions in all changed packages 2024-06-01 21:42:36 +02:00
Filip Tibell
adc74f47c0
Fix panic when spawning a program that does not exist 2024-06-01 21:24:45 +02:00
Filip Tibell
5b5c46f802
Add another missing tokio feature to lune-std-process 2024-05-12 16:22:37 +02:00
Filip Tibell
489c8a6609
Add missing tokio features to lune-std-process crate 2024-05-12 16:08:02 +02:00
Filip Tibell
e0b9ceb86d
Add missing repository and description fields to all manifests 2024-05-12 14:32:39 +02:00
Filip Tibell
de71558c5d
Split lune into proper crates (#188) 2024-05-12 13:30:32 +02:00