Commit graph

685 commits

Author SHA1 Message Date
Filip Tibell
aefd57d2ba
Implement HTTP server, update Luau version 2023-02-03 19:27:56 -05:00
Filip Tibell
0ce03e7987
Switch to reqwest for a proper async http client 2023-02-03 14:40:06 -05:00
Filip Tibell
a448c9d2c6
Migrate back to tokio to prepare for using hyper 2023-02-03 14:15:20 -05:00
Filip Tibell
aa95fa2234
Improve selene type definitions 2023-01-29 20:16:17 -05:00
Filip Tibell
091c73038f
Fix require-d test modules not returning anything 2023-01-29 18:59:51 -05:00
Filip Tibell
589c52f769
Fix process exit behavior 2023-01-28 11:16:13 -05:00
Filip Tibell
b414174ee6
Fix string literal in changelog 2023-01-28 00:04:43 -05:00
Filip Tibell
242035cb5d
Version 0.2.0 2023-01-27 23:51:44 -05:00
Filip Tibell
08360a861f
Implement new process spawn options & cwd constant 2023-01-27 23:46:07 -05:00
Filip Tibell
16911e904e
Update typedefs & changelog 2023-01-27 21:32:08 -05:00
Filip Tibell
e9d3fb21f0
Add missing param and return docs to definitions 2023-01-26 19:56:50 -05:00
Filip Tibell
0657e05cc0
Implement docs file generation & docs in the luau type definitions file 2023-01-26 19:36:06 -05:00
Filip Tibell
ee5b67bf3a
Update lockfile 2023-01-25 16:17:46 -05:00
Filip Tibell
59c00eb459
Version 0.1.3 2023-01-25 15:58:28 -05:00
Filip Tibell
536b24c939
Improve readme formatting 2023-01-25 14:56:15 -05:00
Filip Tibell
d34d87ddb0
Mention list command in readme 2023-01-25 14:49:20 -05:00
Filip Tibell
92781a521c
Implement list subcommand 2023-01-25 14:42:10 -05:00
Filip Tibell
8b7990b9a9
Auto-publish to crates.io 2023-01-24 21:11:04 -05:00
Filip Tibell
169be092bd
Make readme snazzier 2023-01-24 21:02:50 -05:00
Filip Tibell
7fa34891ca
Fix license expression in crate config 2023-01-24 20:36:59 -05:00
Filip Tibell
67526f6cb8
Version 0.1.2 2023-01-24 20:32:31 -05:00
Filip Tibell
fb1dc1ade2
Remove debug print 2023-01-24 20:31:13 -05:00
Filip Tibell
915dbf7bd9
Fix scripts that terminate instantly hanging forever 2023-01-24 20:30:47 -05:00
Filip Tibell
530d01fc9d
Version 0.1.1 2023-01-24 15:38:43 -05:00
Filip Tibell
ec94a76e23
Update changelog 2023-01-24 15:38:04 -05:00
Filip Tibell
d3046194bc
Potential fix for process.spawn yield issue 2023-01-24 15:36:09 -05:00
Filip Tibell
7eff6e4555
Improve file paths in error stack traces 2023-01-24 15:27:38 -05:00
Filip Tibell
4b2b391900
Fix typo in readme 2023-01-24 14:17:07 -05:00
Filip Tibell
4f26b02de8
Improve tests for downloading definition files 2023-01-24 14:05:19 -05:00
Filip Tibell
5c6fdb4a6e
Make CLI tests less flaky 2023-01-24 13:48:37 -05:00
Filip Tibell
ef61531199
Add relative path requires to vscode settings file 2023-01-24 13:45:28 -05:00
Filip Tibell
f230a4a769
Update readme 2023-01-24 13:42:07 -05:00
Filip Tibell
3c0e270279
Share more code in task lib test files 2023-01-24 12:52:41 -05:00
Filip Tibell
4609092ec4
Fix task.defer timing 2023-01-24 12:51:12 -05:00
Filip Tibell
7d0338ef3c
Version 0.1.0 2023-01-24 12:44:33 -05:00
Filip Tibell
8a172747ee
Update type definitions in readme 2023-01-24 12:31:25 -05:00
Filip Tibell
616882912c
Update changelog 2023-01-24 12:30:00 -05:00
Filip Tibell
113f290c59
Implement argument passing for task lib 2023-01-24 12:24:57 -05:00
Filip Tibell
371892fc7d
Properly remove task-spawned threads from registry after use 2023-01-24 12:10:43 -05:00
Filip Tibell
cb9aa1fc1b
Fix cli type definition download commands 2023-01-24 11:57:02 -05:00
Filip Tibell
709c307374
Add tests to prevent regressions in downloading type definitions 2023-01-24 11:53:06 -05:00
Filip Tibell
751adc04c3
Remove usage of block_on inside of async function 2023-01-24 11:31:27 -05:00
Filip Tibell
cc07b914c1
Mention new luau-lsp setting in readme 2023-01-24 11:27:20 -05:00
Filip Tibell
e7ecf5654e
Add note about special env var for require 2023-01-24 02:09:12 -05:00
Filip Tibell
0d0bb3f178
Implement relative path requires, proper exit codes 2023-01-24 02:05:54 -05:00
Filip Tibell
bfe852f034
Uncomment task lib argument stuff to prepare for implementation 2023-01-23 20:59:57 -05:00
Filip Tibell
d71a3a2b10
Temporarily syntax highlight .luau files as normal lua 2023-01-23 20:55:43 -05:00
Filip Tibell
76f21076f9
Version 0.0.6
* Also add task lib to example
2023-01-23 20:14:01 -05:00
Filip Tibell
8020d93144
Add missing minimum task wait/delay 2023-01-23 19:59:35 -05:00
Filip Tibell
1011db6372
Silence task.wait error in canceled tasks 2023-01-23 19:54:16 -05:00