Flow Gnarly
|
d8f9833e00
|
Merge 2a49830700 into dc08b91314
|
2025-03-24 19:35:36 +01:00 |
|
dai
|
dc08b91314
|
Fix deadlock in stdio.format calls in tostring metamethod (#288)
|
2025-03-24 19:34:51 +01:00 |
|
Micah
|
822dd19393
|
Add functions for getting Roblox Studio locations to roblox library (#284)
|
2025-03-24 19:29:22 +01:00 |
|
|
6cd0234a5f
|
Allow toggling JIT in the CLI (#265)
|
2025-03-24 19:26:02 +01:00 |
|
Micah
|
19e7f57284
|
Loosen Lune version string requirements (#294)
|
2025-03-24 19:24:36 +01:00 |
|
Qwreey
|
5d1401cdf6
|
Add process.endianness constant (#267)
|
2024-11-05 13:10:05 +01:00 |
|
Sasial
|
91af86cca2
|
IsA , ClassName & Parent should work if an instance is already destroyed (#271)
|
2024-11-05 13:02:15 +01:00 |
|
AshleyFlow
|
2a49830700
|
create channel before reading file
|
2024-10-17 14:32:31 +03:30 |
|
AshleyFlow
|
981d323556
|
eliminate unnecessary checks for files in require
|
2024-10-17 13:47:53 +03:30 |
|
Filip Tibell
|
c935149c1e
|
Update dependencies
|
2024-10-17 11:43:51 +02:00 |
|
Filip Tibell
|
e5bda57665
|
Document new breaking changes in changelog
|
2024-10-17 11:43:13 +02:00 |
|
Filip Tibell
|
ef294f207c
|
Fix websocket example files
|
2024-10-17 11:27:32 +02:00 |
|
Filip Tibell
|
f89d02a60d
|
Use 4 spaces for error formatting indentation
|
2024-10-17 11:26:01 +02:00 |
|
Filip Tibell
|
d090cd2420
|
Remove redundant stack trace information in error formatter
|
2024-10-17 11:23:20 +02:00 |
|
AshleyFlow
|
6ce4563655
|
fix typo
|
2024-10-17 12:40:29 +03:30 |
|
AshleyFlow
|
76da13d99e
|
eliminate unnecessary checks for files
|
2024-10-17 12:39:56 +03:30 |
|
AshleyFlow
|
7f07c9d107
|
validate every field in luaurc files
|
2024-10-17 12:30:31 +03:30 |
|
Filip Tibell
|
99c17795c1
|
Update rokit action version and tool versions
|
2024-10-17 09:26:13 +02:00 |
|
Filip Tibell
|
138221b93e
|
Update websocket tests and types to use new calling convention
|
2024-10-16 22:00:33 +02:00 |
|
Filip Tibell
|
8abfc21181
|
Use standard method calling conventions for websockets
|
2024-10-16 21:55:53 +02:00 |
|
|
309c461e11
|
Implement a non-blocking child process interface (#211)
|
2024-10-16 21:48:12 +02:00 |
|
Filip Tibell
|
93fa14d832
|
Revert some unnecessary stylistic changes
|
2024-10-16 21:41:16 +02:00 |
|
|
df4fb9be91
|
Make Runtime::run Return Lua Values (#178)
|
2024-10-16 21:35:23 +02:00 |
|
|
eaac9ff53a
|
Migrate to Rokit as toolchain manager (#238)
|
2024-10-16 21:06:14 +02:00 |
|
Eli
|
0d2f5539b6
|
Add Moonwave comments for DateTime properties. (#248)
|
2024-10-16 21:03:58 +02:00 |
|
howmanysmall
|
0f4cac29aa
|
Fix Regex types (#250)
|
2024-10-16 21:03:00 +02:00 |
|
Filip Tibell
|
010cd36375
|
Version 0.8.9
|
2024-10-07 19:34:55 +02:00 |
|
Filip Tibell
|
c17da72815
|
Update dependencies
|
2024-10-07 19:33:59 +02:00 |
|
highflowey
|
9279b92a1b
|
make RequireContext::init public only to crate
|
2024-08-30 20:42:11 +03:30 |
|
highflowey
|
a7f9c5f4f9
|
move path_to_alias to RequireAlias::from_path
|
2024-08-30 20:38:51 +03:30 |
|
highflowey
|
c6a1808e71
|
fixed wrong error message
|
2024-08-25 22:05:30 +03:30 |
|
highflowey
|
42f5688993
|
better error message
|
2024-08-25 21:01:19 +03:30 |
|
highflowey
|
35f24228cc
|
make some functions private
|
2024-08-25 20:36:37 +03:30 |
|
highflowey
|
ddcda9952f
|
document functions
|
2024-08-25 20:30:46 +03:30 |
|
highflowey
|
e47555fd86
|
make StandardLibrary trait public
|
2024-08-24 16:27:47 +03:30 |
|
highflowey
|
14d0bcbe9c
|
track thread
|
2024-08-23 18:34:28 +03:30 |
|
highflowey
|
42873f6383
|
split require into functions
|
2024-08-23 18:31:39 +03:30 |
|
highflowey
|
3b56b4159d
|
create thread when requiring module
|
2024-08-23 17:49:29 +03:30 |
|
highflowey
|
1708c05522
|
replace runtime err with require err
|
2024-08-23 16:24:18 +03:30 |
|
highflowey
|
9414a9fc29
|
unlock mutex before using async
|
2024-08-23 15:27:51 +03:30 |
|
highflowey
|
edb3041090
|
impl require error enum
|
2024-08-23 15:15:24 +03:30 |
|
highflowey
|
eaa1c4d16b
|
document requirecontext
|
2024-08-23 15:00:31 +03:30 |
|
highflowey
|
3d9bb89255
|
drop app container early
|
2024-08-23 04:29:17 +03:30 |
|
highflowey
|
25b09b18ac
|
fixed not converting cached results
|
2024-08-23 04:21:36 +03:30 |
|
highflowey
|
fedaf9a625
|
impl cache
|
2024-08-23 04:06:46 +03:30 |
|
highflowey
|
a633afc828
|
impl custom aliases
|
2024-08-23 03:48:28 +03:30 |
|
highflowey
|
2eb167025a
|
luaurc error impl
|
2024-08-23 03:36:38 +03:30 |
|
highflowey
|
13cff6ff00
|
move path functions to path.rs
|
2024-08-23 03:27:32 +03:30 |
|
highflowey
|
505ff977f0
|
require impl (no caching)
|
2024-08-23 03:11:53 +03:30 |
|
highflowey
|
27a98f9671
|
move fn to impl
|
2024-08-23 02:57:38 +03:30 |
|