Filip Tibell
|
f549b98925
|
Remove old TODO
|
2023-01-23 16:19:40 -05:00 |
|
Filip Tibell
|
eea1e65c07
|
Clean up boilerplate in task lib implementation
|
2023-01-23 16:18:20 -05:00 |
|
Filip Tibell
|
f2c9213e3e
|
Fix task cancel test being flaky due to task spawn scheduling
|
2023-01-23 14:09:10 -05:00 |
|
Filip Tibell
|
547d8f25f3
|
Fix task lib sending too many messages
|
2023-01-23 13:54:34 -05:00 |
|
Filip Tibell
|
fd8a41759c
|
Improve process error code handling
|
2023-01-23 13:51:32 -05:00 |
|
Filip Tibell
|
c2ee188ad5
|
Fix process.spawn yielding issue
|
2023-01-23 13:18:48 -05:00 |
|
Filip Tibell
|
5839a7b021
|
Minor runner improvements
|
2023-01-23 02:47:06 -05:00 |
|
Filip Tibell
|
19829d7cf4
|
Re-implement task library, take two
|
2023-01-23 02:38:32 -05:00 |
|
Filip Tibell
|
54846648fd
|
Re-implement task library
|
2023-01-22 23:00:09 -05:00 |
|
Filip Tibell
|
d50095e974
|
Update changelog
|
2023-01-22 21:51:02 -05:00 |
|
Filip Tibell
|
746990938c
|
Version 0.0.5
|
2023-01-22 21:46:30 -05:00 |
|
Filip Tibell
|
d531cf3813
|
Use mlua prelude instead of manual imports
|
2023-01-22 21:31:55 -05:00 |
|
Filip Tibell
|
09a7619995
|
Clean up err returns
|
2023-01-22 21:21:11 -05:00 |
|
Filip Tibell
|
06339a2699
|
Migrate away from tokio & reqwest, use smol & ureq
|
2023-01-22 21:14:13 -05:00 |
|
Filip Tibell
|
e5e96dfd54
|
Use table builder wherever possible instead of manual table creation
|
2023-01-22 20:18:09 -05:00 |
|
Filip Tibell
|
4ed69994a2
|
Improve test output
|
2023-01-22 19:25:36 -05:00 |
|
Filip Tibell
|
276200225b
|
Ensure threads get returned from task lib in unit tests
|
2023-01-22 17:06:35 -05:00 |
|
Filip Tibell
|
f22ef577cf
|
More work on task lib
|
2023-01-22 17:05:01 -05:00 |
|
Filip Tibell
|
02fd4e8733
|
Cleanup
|
2023-01-22 16:36:34 -05:00 |
|
Filip Tibell
|
706368a462
|
Implement functional but blocking task lib in rust
|
2023-01-22 16:26:45 -05:00 |
|
Filip Tibell
|
6b14bc3dc0
|
Pass ownership to global constructors to avoid lifetime issues
|
2023-01-22 15:23:56 -05:00 |
|
Filip Tibell
|
6d432171e5
|
Refactor task wait test
|
2023-01-22 14:44:23 -05:00 |
|
Filip Tibell
|
af0c6d882e
|
Make wait async again
|
2023-01-22 14:39:57 -05:00 |
|
Filip Tibell
|
f8a2eb79d4
|
Implement task library & test suite, mostly
|
2023-01-21 20:11:17 -05:00 |
|
Filip Tibell
|
8ab5855ccc
|
Add missing task.cancel API
|
2023-01-21 17:23:39 -05:00 |
|
Filip Tibell
|
3689eb17d2
|
More output formatting improvements
|
2023-01-21 17:02:49 -05:00 |
|
Filip Tibell
|
7814282d3d
|
Prepare for task scheduler, improve error formatting
|
2023-01-21 16:40:57 -05:00 |
|
Filip Tibell
|
7aa35d8130
|
Simplify implementation of console global
|
2023-01-21 15:55:16 -05:00 |
|
Filip Tibell
|
f9627fc2ae
|
Use table builder helper for creating globals
|
2023-01-21 15:48:56 -05:00 |
|
Filip Tibell
|
e6faa3f6be
|
Use plain tables instead of userdata for globals
|
2023-01-21 15:30:22 -05:00 |
|
Filip Tibell
|
d5b3d3f94b
|
Implement test suite & prototypes for task global
|
2023-01-21 15:07:18 -05:00 |
|
Filip Tibell
|
8e8fb6c54f
|
Implement task.wait global
|
2023-01-21 13:33:33 -05:00 |
|
Filip Tibell
|
2e5f70dea8
|
Add note about test not working
|
2023-01-21 02:07:17 -05:00 |
|
Filip Tibell
|
63989af21f
|
Implement missing test case
|
2023-01-21 02:05:16 -05:00 |
|
Filip Tibell
|
8e58a8ed10
|
Implement test suite for fs
|
2023-01-21 02:01:46 -05:00 |
|
Filip Tibell
|
10f1aaa479
|
Update changelog
|
2023-01-21 01:41:00 -05:00 |
|
Filip Tibell
|
761580ad84
|
Implement test suite for console
|
2023-01-21 01:37:31 -05:00 |
|
Filip Tibell
|
b64990490d
|
Implement test suite for net
|
2023-01-21 01:10:19 -05:00 |
|
Filip Tibell
|
9e4ad3fd84
|
Test lib & cli separately in CI
|
2023-01-21 00:04:38 -05:00 |
|
Filip Tibell
|
9cef9e01e5
|
Move tests to lib
|
2023-01-21 00:03:16 -05:00 |
|
Filip Tibell
|
94393419c2
|
Start work on proper tests suite
|
2023-01-20 23:40:31 -05:00 |
|
Filip Tibell
|
25b1dcb472
|
Improve output formatting
|
2023-01-20 22:21:31 -05:00 |
|
Filip Tibell
|
89d0606d06
|
Reword readme to guide users towards using the luau file extension instead of lua
|
2023-01-20 22:08:16 -05:00 |
|
Filip Tibell
|
c90f40cf30
|
Split into lune lib & lune cli for easier external usage
|
2023-01-20 22:01:02 -05:00 |
|
Filip Tibell
|
2565e02e11
|
Version 0.0.4
|
2023-01-20 21:18:11 -05:00 |
|
Filip Tibell
|
19900b69f0
|
Fix date in changelog
|
2023-01-20 21:16:31 -05:00 |
|
Filip Tibell
|
86cd8ebe33
|
Reorganize & declutter source files
|
2023-01-20 21:15:58 -05:00 |
|
Filip Tibell
|
af3d022f5d
|
Go back to matching on bool since it was more obvious
|
2023-01-20 21:09:08 -05:00 |
|
Filip Tibell
|
3c3a798fbb
|
Use pedantic clippy, fix lints
|
2023-01-20 21:05:51 -05:00 |
|
Filip Tibell
|
bce6958c46
|
Refactor process args & env, improve errors
|
2023-01-20 15:21:20 -05:00 |
|