|
c29d7a9a3f
|
Merge branch 'main' into feature/process-stream
|
2024-08-11 08:40:31 +05:30 |
|
Filip Tibell
|
56f08a88aa
|
Fix new clippy lints
|
2024-08-10 13:34:13 +02:00 |
|
Filip Tibell
|
3e09807638
|
Bump all crate versions
|
2024-08-10 13:07:56 +02:00 |
|
Filip Tibell
|
ea7013322f
|
Fix type and tostring metamethods not always being respected during table formatting
|
2024-08-10 13:01:13 +02:00 |
|
Filip Tibell
|
473ad80e8f
|
Update dependencies
|
2024-08-10 12:47:36 +02:00 |
|
|
4c9ccd2bb1
|
Merge branch 'main' into feature/process-stream
|
2024-07-22 23:34:19 +05:30 |
|
Filip Tibell
|
b585234b08
|
Clarify some comments and expose more instance functions in lune-roblox
|
2024-07-21 23:50:55 +02:00 |
|
ZachCurtis
|
5379c79488
|
Add missing vector methods (#228)
|
2024-07-21 23:35:58 +02:00 |
|
|
db3893c4b9
|
Merge branch 'main' into feature/process-stream
|
2024-07-11 17:18:53 +05:30 |
|
Nick Winans
|
8aefe88104
|
Add compression level option to serde.compress (#224)
|
2024-07-06 22:38:35 +02:00 |
|
Maxwell Ruben
|
cb552af660
|
Fix readDir with trailing forward-slash on Windows (#220)
|
2024-07-06 22:34:12 +02:00 |
|
|
96ee1ba512
|
feat: update test paths for process.create
|
2024-06-25 12:06:36 +05:30 |
|
|
e134120afd
|
feat: add tests and default exit code for kill() on ChildProcess
|
2024-06-25 11:53:18 +05:30 |
|
|
53402d8522
|
feat: kill() for process.create spawning
|
2024-06-25 11:53:17 +05:30 |
|
|
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
|
c7cbda98fe
|
Add missing mlua feature to lune-std-luau
|
2024-06-23 13:28:41 +02:00 |
|
Filip Tibell
|
a7ac864ca5
|
Fix _VERSION global not being set correctly after crate refactor
|
2024-06-23 13:22:03 +02:00 |
|
Filip Tibell
|
9993e03f04
|
Make hash algorithm enum follow convention of other lune enums a bit better
|
2024-06-23 13:14:27 +02:00 |
|
Filip Tibell
|
997653eb4a
|
Pin blake3 version
|
2024-06-23 12:57:16 +02:00 |
|
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 |
|
|
2a4c610b6f
|
feat(tests): update tests list
|
2024-06-10 09:25:49 +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 |
|
|
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
|
1fb1d3e7b5
|
Improve formatting / printing of userdata and tables with __type and / or __tostring metamethods
|
2024-06-05 20:18:23 +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
|
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
|
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
|
adc74f47c0
|
Fix panic when spawning a program that does not exist
|
2024-06-01 21:24:45 +02:00 |
|