Commit graph

910 commits

Author SHA1 Message Date
aa10e88495
chore(tests): replace old process.spawn usage with process.exec for stdio 2024-06-24 15:14:36 +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
7ed656cf3e
chore(tests): update comment specifying command for exec
Co-authored-by: Filip Tibell <filip.tibell@gmail.com>
2024-06-23 18:50:36 +05:30
cf707a37ff
chore(tests): fix stream test failing on windows cmd 2024-06-11 09:09:47 +05:30
80ebab4d70
chore(tests): attempt to fix windows cmd yielding 2024-06-10 20:10:04 +05:30
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
70583c6bf8
chore(tests): stream test on windows should redir stdout to stderr not other way around 2024-06-10 09:51:00 +05:30
968a9b4f80
chore(tests): fix stream test for windows 2024-06-10 09:37:48 +05:30
2a4c610b6f
feat(tests): update tests list 2024-06-10 09:25:49 +05:30
fc26d132a0
chore(types): clarify yieldability with exit for ChildProcessReader:read 2024-06-10 09:19:51 +05:30
821c6d9f8c
chore(types): add yieldability docs for ChildProcessReader:read 2024-06-10 09:12:03 +05:30
d3cda4be0c
chore(types): add spawn example in process docs 2024-06-10 09:08:57 +05:30
48760b6a0f
chore(tests): status test should use 0 as an exit code too 2024-06-10 09:07:00 +05:30
f0906c98a2
chore(tests): windows support for process.spawn stream test 2024-06-09 22:29:19 +05:30
d9cc71e512
chore(tests): add new process.spawn tests 2024-06-09 22:24:32 +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
ce033bbdcb
fix: rename tests to for process.spawn->process.exec 2024-06-09 13:15:52 +05:30
4b5b54eb0d
fix: change code channel capacity should be i32 size 2024-06-09 13:10:06 +05:30
c63caca391
chore: remove testing file 2024-06-09 13:06:11 +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
59a7955132
Update changelog 2024-06-05 20:23:01 +02:00
Filip Tibell
1fb1d3e7b5
Improve formatting / printing of userdata and tables with __type and / or __tostring metamethods 2024-06-05 20:18:23 +02:00
Filip Tibell
0efc2c565b
Expand test suite for stdio.format 2024-06-05 19:38:19 +02:00
Filip Tibell
c94ab0cde1
Update changelog, some other minor fixes 2024-06-05 19:21:30 +02:00
Filip Tibell
d3b9a4b9e8
Add new options for global injection and codegen to luau.load 2024-06-05 19:02:48 +02:00
Filip Tibell
3cf2be51bc
Make with_args more permissive 2024-06-05 18:52:38 +02:00
Filip Tibell
a3f0f279a8
Remove unused runtime args field 2024-06-05 18:51:37 +02:00
Filip Tibell
a94c9d6d54
Create inner runtime struct to preserve scheduler, globals, and sandboxing across runs 2024-06-05 18:50:23 +02:00
Filip Tibell
63493e78de
Get sandbox working 2024-06-05 18:33:21 +02:00
Filip Tibell
8cb7b8a13a
Fix CI 2024-06-05 17:38:19 +02:00
Filip Tibell
9d9f1685d8
Update tooling 2024-06-05 16:53:36 +02:00
Filip Tibell
91ac6b00c1
Make sure build, lint, test workflow runs for entire workspace 2024-06-05 16:53:19 +02:00
Filip Tibell
2a85532448
Move mlua-luau-scheduler into this repository 2024-06-05 16:45:53 +02:00
Micah
5a292aabc5
Implement hashing algorithms + HMac support (#193) 2024-06-05 16:30:50 +02:00
Filip Tibell
cf513c6724
Update lockfile 2024-06-01 21:50:33 +02:00
Filip Tibell
b628601cc8
Version 0.8.5 2024-06-01 21:49:16 +02:00
Filip Tibell
649bdc4c31
Bump lune-utils dependency in lune-std 2024-06-01 21:46:49 +02:00
Filip Tibell
3030158159
Bump std roblox version too 2024-06-01 21:44:55 +02:00
Filip Tibell
23456ae041
Bump versions in all changed packages 2024-06-01 21:42:36 +02:00
Filip Tibell
4f6f1835d2
Fix erroring when setting nil attributes on instances in roblox lib 2024-06-01 21:38:14 +02:00
Filip Tibell
636d0bf277
Update changelog 2024-06-01 21:26:15 +02:00
Filip Tibell
adc74f47c0
Fix panic when spawning a program that does not exist 2024-06-01 21:24:45 +02:00