Commit graph

759 commits

Author SHA1 Message Date
947243fcd9
fix(tests): possibly fix failing spawn test on windows (x2) 2023-10-03 19:29:33 +05:30
b231417cf6
fix(tests): possible fix failing spawn test on windows 2023-09-30 15:51:47 +05:30
9bc39d3aef
fix(tests): avoid shadowing declared variable 2023-09-30 11:19:09 +05:30
47d39cb8a9
feat: avoid leaking and use a Vec instead (thanks @filiptibell) 2023-09-30 11:16:43 +05:30
ac87772e61 merge: origin/main -> feature/process-stdin 2023-09-29 19:05:25 +05:30
03ddc4878b
chore(tests): windows support for process stdin tests (2) 2023-09-29 18:59:00 +05:30
7dd9223157
chore(tests): windows support for process stdin tests 2023-09-29 18:58:37 +05:30
33730e1147
refactor: store raw bytes for stdin 2023-09-29 18:50:01 +05:30
224463da3a
refactor: remove unnecessary AsyncTeeWriter related imports 2023-09-27 16:56:27 +05:30
632ba9984c
fix: do not handle nil value case
Co-authored-by: Filip Tibell <filip.tibell@gmail.com>
2023-09-27 16:51:48 +05:30
a480c1dc8e
refactor: remove usage of async writing to child stdin
Co-authored-by: Filip Tibell <filip.tibell@gmail.com>
2023-09-27 16:50:59 +05:30
Filip Tibell
bb23d0a9cd
Update tooling 2023-09-25 17:34:46 -05:00
Filip Tibell
5efc8da300
Fix builtin require casing in test file 2023-09-25 16:51:38 -05:00
Filip Tibell
3ddd8b4676
Make typedef files all lowercase 2023-09-25 16:42:35 -05:00
Filip Tibell
bdec11996d
Temp rename typedef files 2023-09-25 16:42:00 -05:00
Filip Tibell
165987d60b
Only run analyze in CI if formatting succeeds 2023-09-25 16:34:40 -05:00
Filip Tibell
3b9830336e
Add luau-lsp analyze job to CI workflow 2023-09-25 16:30:26 -05:00
Filip Tibell
de0a570a40
Dont lint unknown global in scripts 2023-09-25 15:48:02 -05:00
Filip Tibell
dd1db5dcab
Justfile and release workflow improvements 2023-09-25 15:43:32 -05:00
Filip Tibell
5f7bf6d3f2
Minor changes to readme for clarity and brevity 2023-09-25 14:52:26 -05:00
Filip Tibell
854c3c6f71
Add note about powershell to changelog 2023-09-25 14:44:46 -05:00
Filip Tibell
3df7750b54
Add missing install step to CI workflow 2023-09-25 14:34:46 -05:00
Filip Tibell
8ddafdf996
Add stylua format check to CI 2023-09-25 14:30:07 -05:00
Filip Tibell
2b222d8e2a
Format another test file 2023-09-25 14:22:39 -05:00
Filip Tibell
b1ee221555
Stylua formatting in process spawn test file 2023-09-25 14:20:01 -05:00
SnorlaxAssist
83ac971792
Fix failing test cases on Windows (#111) 2023-09-25 14:14:29 -05:00
Filip Tibell
8c853fb99e
Update dependencies 2023-09-25 13:52:02 -05:00
Filip Tibell
bfcd78c43e
Round decimal place in Vector3 and CFrame when converting to dom type 2023-09-25 13:43:59 -05:00
Filip Tibell
2e53cdcad7
Fix list subcommand not listing global dir without a local dir 2023-09-25 12:41:56 -05:00
Filip Tibell
fbee7c85bd
Fix net server stopping when handle is garbage collected 2023-09-25 12:32:57 -05:00
6f9a9efa21
Merge branch 'main' into feature/process-stdin 2023-09-19 11:24:09 +05:30
Filip Tibell
a86a62ae1f
Fix missing newline in warn global 2023-09-18 18:52:41 -05:00
e1c316f20b feat: proper error handling & error propagation 2023-09-18 23:27:48 +05:30
ad6b2a2364 chore(tests): add test case for stdin passing to child 2023-09-18 23:27:48 +05:30
64266f8e8b feat(types): add stdin field to SpawnOptions 2023-09-18 23:27:48 +05:30
683aba4d91 feat: impl stdin option for process.spawn() 2023-09-18 23:27:48 +05:30
Filip Tibell
2963751f6c
Update changelog, fix typo 2023-09-17 22:11:06 -05:00
Kenneth Loeffler
1dfffdc31b
Use correct matrix ordering coventions for CFrame (#103) 2023-09-17 21:54:26 -05:00
Filip Tibell
015908a3b0
Move logo files into logo folder in assets 2023-09-17 13:03:38 -05:00
Filip Tibell
28b5b6fcaa
Ignore code inside doc comment to fix CI failing 2023-09-17 12:35:28 -05:00
Filip Tibell
be6b2c8a71
Typedefs & docs improvements for DateTime 2023-09-17 11:20:49 -05:00
Filip Tibell
ac186190e5
Fix doc comment param names 2023-09-16 21:45:04 -05:00
Filip Tibell
0cd23eecfa
Fix some more 2023-09-16 21:40:37 -05:00
Filip Tibell
278057dddf
Fix indentation in datetime typedefs 2023-09-16 21:38:07 -05:00
Filip Tibell
5a6a8a0931
Add note about smol and async-executor in scheduler struct 2023-09-16 21:29:39 -05:00
Filip Tibell
2e9ff358cc
Fix cwd and wait tests on windows 2023-09-16 21:29:39 -05:00
Filip Tibell
fad48b9603
Refactor DateTime builtin to be a wrapper around chrono, improve error handling, misc smaller changes and consistency improvements 2023-09-16 21:29:39 -05:00
Filip Tibell
7a05563f0f
Update dependencies 2023-09-16 21:29:36 -05:00
Kenneth Loeffler
67fe1d3e4d
Refactor CFrame.new constructors to use a match on arg len (#102) 2023-09-16 21:28:44 -05:00
rosalina
210b64a86d
Remove UTF-8 error from docs for fs.readFile (#101) 2023-09-16 21:13:58 -05:00