Filip Tibell
|
a11c1558ed
|
Implement strict target enum for standalone builds, improve paths logic
|
2024-04-20 21:59:25 +02:00 |
|
Filip Tibell
|
cec77a9bd9
|
Move standalone build into its own module
|
2024-04-20 21:59:25 +02:00 |
|
Filip Tibell
|
0685e62a8f
|
Refactor downloading lune binary to cache, some fixes + formatting
|
2024-04-20 21:59:25 +02:00 |
|
Filip Tibell
|
53463641b8
|
Fix clippy lints in serde builtin
|
2024-04-20 21:59:25 +02:00 |
|
|
66ed1a0b72
|
Use a more descriptive User-Agent header in net.request (#186)
|
2024-04-20 16:55:54 +02:00 |
|
|
f830ce7fad
|
Add support for buffers as arguments in builtin APIs (#148)
|
2024-04-20 16:44:19 +02:00 |
|
|
7fb48dfa1f
|
Implement cross-compilation of standalone binaries (#162)
|
2024-04-20 16:30:47 +02:00 |
|
Filip Tibell
|
753897222a
|
Implement stdio.readToEnd API
|
2024-04-18 22:10:08 +02:00 |
|
Filip Tibell
|
4a28499aaa
|
Fix net.serve no longer accepting ipv6
|
2024-04-18 20:56:40 +02:00 |
|
Filip Tibell
|
03c773fd79
|
Fix headers in net.serve being raw bytes instead of strings
|
2024-04-18 20:54:21 +02:00 |
|
|
fe55442dac
|
Fix Stack Overflow while Formatting Tables with Circular Keys (#183)
|
2024-04-18 12:29:23 +02:00 |
|
Someon1e
|
3f79756f70
|
Fix require not throwing syntax error (#168)
|
2024-04-15 23:21:25 +02:00 |
|
PhantomShift
|
1e3a604d0f
|
Fix case-sensitivity issue in requires with aliases (#173)
|
2024-04-07 14:44:17 +02:00 |
|
Kenneth Loeffler
|
a65ef2ae1b
|
Fix require caching by using correct tuple ordering in resolve_paths (#171)
|
2024-04-07 14:41:32 +02:00 |
|
Filip Tibell
|
59aa780654
|
Unbreak accidental breaking change in net.serve
|
2024-03-12 23:29:19 +01:00 |
|
Filip Tibell
|
0116d405b2
|
Fix globals being injected multiple times in repl
|
2024-03-12 23:19:21 +01:00 |
|
Filip Tibell
|
9f58414e99
|
Make parsing of _VERSION global more robust
|
2024-03-12 23:12:05 +01:00 |
|
Filip Tibell
|
cd34dcb0dd
|
Rewrite scheduler and make it smol (#165)
|
2024-03-11 19:11:14 +01:00 |
|
|
1f211ca0ab
|
Fix stack overflow when printing tables with cyclic references (#158)
|
2024-03-11 17:57:44 +01:00 |
|
Plain English
|
baa03424d4
|
Fix fs.copy not working with empty dirs (#155)
|
2024-02-20 13:36:19 +01:00 |
|
vocksel
|
3c68d8e314
|
Serve from other IPs (#142)
|
2024-01-19 20:39:57 +01:00 |
|
Filip Tibell
|
474ceb139a
|
Change properties on fs.metadata to be DateTime values instead of numbers
|
2024-01-14 17:06:41 +01:00 |
|
Filip Tibell
|
b07202a64b
|
Implement support for path aliases in require
|
2024-01-14 13:33:15 +01:00 |
|
Filip Tibell
|
0392c163a0
|
Give standalone compilation its own dir, leave some future notes
|
2024-01-14 11:15:17 +01:00 |
|
Filip Tibell
|
e5e83d1ad6
|
Rename lune struct to runtime
|
2024-01-14 10:41:18 +01:00 |
|
Filip Tibell
|
ef9550ced5
|
Make clippy happy
|
2024-01-14 10:37:54 +01:00 |
|
Filip Tibell
|
d7c603e881
|
Refactor CLI to use subcommands, update changelog
|
2024-01-14 10:35:27 +01:00 |
|
Filip Tibell
|
3565c897c0
|
Remove old cli setup flags
|
2024-01-14 09:41:08 +01:00 |
|
Filip Tibell
|
9c27057bf3
|
Use blocking io for print and warn globals
|
2024-01-14 09:38:56 +01:00 |
|
|
6f8b1e4896
|
Implement standalone executable compilation (#140)
|
2024-01-13 21:19:59 +01:00 |
|
Filip Tibell
|
c9ce29741b
|
Add support for multiple query & header values in net request
|
2023-12-30 17:38:58 +01:00 |
|
Filip Tibell
|
cd78fea1f5
|
Fix print and warn globals yielding
|
2023-12-30 16:28:04 +01:00 |
|
guidable0
|
39d9557559
|
Fix overwrite option for copying directories (#133)
|
2023-12-29 21:17:16 +01:00 |
|
Filip Tibell
|
1c814285c6
|
Implement GetDebugId instance method
|
2023-10-25 11:10:24 +02:00 |
|
Filip Tibell
|
7e9aaeafe6
|
Fix lints
|
2023-10-21 11:41:09 +02:00 |
|
Filip Tibell
|
37afe7b05e
|
Add test for async custom instance methods in roblox builtin
|
2023-10-21 11:30:20 +02:00 |
|
|
ec6060a6cb
|
Support listing directories with init.lua(u) files in them (#119)
|
2023-10-12 21:50:20 -05:00 |
|
Filip Tibell
|
e16c28fd40
|
Refactor process spawn for more granular stdio options
|
2023-10-11 16:32:16 -05:00 |
|
Filip Tibell
|
1aa6aef679
|
Add typedefs and tests for custom instance properties and methods
|
2023-10-08 23:05:19 -05:00 |
|
Filip Tibell
|
9fe3b02d71
|
Start work on custom instance properties and methods in roblox builtin
|
2023-10-06 11:58:39 -05:00 |
|
Filip Tibell
|
ed07ba8613
|
Update dependencies
|
2023-10-05 21:48:26 -05:00 |
|
Kenneth Loeffler
|
ede3365f64
|
Use TerrainMaterials::from_str to parse material variant name (#118)
|
2023-10-05 21:10:11 -05:00 |
|
Filip Tibell
|
e92cb4ee64
|
Fix new clippy lints
|
2023-10-05 20:54:36 -05:00 |
|
Filip Tibell
|
dc7e3888d7
|
Split process spawn tests into multiple files
|
2023-10-05 20:53:29 -05:00 |
|
|
8865692f1d
|
Allow for passing stdin to child (#106)
|
2023-10-05 20:30:27 -05:00 |
|
Kenneth Loeffler
|
c43648faec
|
Use clone_multiple_into_external in Document instance methods (#117)
|
2023-10-04 14:25:26 -05:00 |
|
Filip Tibell
|
74d7f3d66f
|
Update dependencies
|
2023-10-04 09:02:17 -05:00 |
|
Filip Tibell
|
fda0e9ab5e
|
Investigate yielding issues in net serve
|
2023-10-03 21:58:55 -05:00 |
|
Filip Tibell
|
96adf83fad
|
Fix process built-in not working in REPL
|
2023-10-03 21:39:30 -05:00 |
|
Filip Tibell
|
e4850666c5
|
Get rid of our custom typeof shim, thanks mlua
|
2023-10-03 21:26:08 -05:00 |
|