Filip Tibell
|
ee3d0ba502
|
Use published versions of rbx-dom libraries
|
2023-08-09 16:28:12 -05:00 |
|
Filip Tibell
|
fea97972a2
|
Enable jit
|
2023-08-05 17:53:32 -05:00 |
|
Filip Tibell
|
55a2338a3e
|
Use global lua compiler instead of recreating on load
|
2023-08-05 17:51:56 -05:00 |
|
Filip Tibell
|
483713e635
|
Use mlua trait for mapping into lua errors
|
2023-08-05 17:12:25 -05:00 |
|
Filip Tibell
|
b4c3cc77ac
|
Use custom serialization options in serde builtin
|
2023-08-05 12:24:19 -05:00 |
|
Filip Tibell
|
9ff142e6e2
|
Fix require on files with multiple extensions
|
2023-08-04 16:58:18 -05:00 |
|
Filip Tibell
|
82e5844dad
|
Fix remaining deadlock cases for instances
|
2023-08-04 14:34:58 -05:00 |
|
Filip Tibell
|
0869b16ba6
|
Use plain mutex for global dom instead of rwlock
|
2023-08-04 14:05:44 -05:00 |
|
Filip Tibell
|
31e625aa71
|
Separate userdata impl for Instance out into new module for maintainability
|
2023-08-04 13:58:54 -05:00 |
|
Filip Tibell
|
57f730e788
|
Remove old docs, move typedefs dir
|
2023-07-22 14:44:28 +02:00 |
|
Filip Tibell
|
8853aad620
|
Implement reflection database accessible from lua in roblox builtin
|
2023-07-21 12:10:56 +02:00 |
|
Filip Tibell
|
b0f23a406b
|
Implement copying api for fs builtin
|
2023-07-20 19:29:21 +02:00 |
|
Filip Tibell
|
bca3de9454
|
Implement metadata api for fs builtin
|
2023-07-20 12:25:36 +02:00 |
|
Filip Tibell
|
2f464f846a
|
Update dependencies
|
2023-07-20 11:07:44 +02:00 |
|
Filip Tibell
|
689994552f
|
Goodbye monorepo, hello monolith
|
2023-07-20 09:47:00 +02:00 |
|
Filip Tibell
|
aec7f820ca
|
Migrate to using cargo workspaces
|
2023-02-05 19:13:58 -05:00 |
|
Filip Tibell
|
a8b57653f3
|
Fix typedefs download breaking after switching to reqwest
|
2023-02-03 22:21:40 -05:00 |
|
Filip Tibell
|
22ca94c674
|
Version 0.2.1
|
2023-02-03 19:30:15 -05:00 |
|
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
|
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
|
08360a861f
|
Implement new process spawn options & cwd constant
|
2023-01-27 23:46:07 -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
|
92781a521c
|
Implement list subcommand
|
2023-01-25 14:42:10 -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
|
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
|
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
|
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
|
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
|
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
|
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 |
|
Filip Tibell
|
fcf59455db
|
Improve task.cancel unit test
|
2023-01-23 19:21:53 -05:00 |
|
Filip Tibell
|
af8eb08433
|
Update unit tests & typedefs
|
2023-01-23 19:13:18 -05:00 |
|
Filip Tibell
|
d4ad835fd8
|
Lune library internal util improvements, type definition improvements
|
2023-01-23 18:52:31 -05:00 |
|
Filip Tibell
|
2eb12c9aed
|
Fix task.spawn not running instantly
|
2023-01-23 17:50:11 -05:00 |
|
Filip Tibell
|
8fca650f46
|
Fix coroutine.resume
|
2023-01-23 17:39:16 -05:00 |
|
Filip Tibell
|
b1e7b2dd77
|
Use static coroutine close function instead of always fetching global
|
2023-01-23 17:34:43 -05:00 |
|