8c60009c5e
Merge branch 'main' into feature/jit-toggle
2024-11-07 14:59:58 +05:30
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
f6c39bc2a9
feat: fix JIT being disabled by default in tests
2024-10-17 13:58:24 +01:00
ee68483d2d
Merge branch 'main' into feature/jit-toggle
2024-10-17 12:42:10 +01:00
4d25f0a66f
fix: apply must_use
attribute to required methods in JitStatus
2024-10-17 12:41:48 +01:00
1025bb7a3e
feat: abstract JitStatus
struct for luau.load
...
* Creates a new struct called `JitStatus` in lune_utils, which is placed
in `AppData` during initialization.
* The luau built-in now respects the JIT preference by using
`JitStatus`.
2024-10-17 12:38:21 +01:00
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
Filip Tibell
99c17795c1
Update rokit action version and tool versions
2024-10-17 09:26:13 +02:00
6c391907a5
chore: apply formatting
2024-10-17 06:57:21 +01:00
eedcc1e16d
Merge branch 'main' into feature/jit-toggle
2024-10-17 06:54:31 +01: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
c70769cc2b
feat(cli): allow toggling JIT compilation
...
* Lune now accepts the `LUNE_LUAU_JIT` to toggle JIT compilation of Luau
code.
* The `Runtime` struct exposes the `with_jit_enabled` method to library
consumers.
2024-10-15 13:10:44 +01: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
Filip Tibell
ff83c401b8
Version 0.8.8
2024-08-22 21:30:36 +02:00
Kenneth Loeffler
a007fa94a6
Update all rbx-dom dependencies to their latest versions ( #245 )
2024-08-22 21:24:32 +02:00
Filip Tibell
1d4d1635eb
Temporarily disable publish to crates.io in workflow
2024-08-10 13:36:19 +02:00
Filip Tibell
56f08a88aa
Fix new clippy lints
2024-08-10 13:34:13 +02:00
Filip Tibell
833d0e244b
Add version and date to changelog
2024-08-10 13:25:55 +02:00
Filip Tibell
3e09807638
Bump all crate versions
2024-08-10 13:07:56 +02:00
Filip Tibell
ea7013322f
Fix type and tostring metamethods not always being respected during table formatting
2024-08-10 13:01:13 +02:00
Filip Tibell
98b31b9f67
Update tooling
2024-08-10 12:48:51 +02:00
Filip Tibell
8364a8e4de
We no longer use selene
2024-08-10 12:48:27 +02:00
Filip Tibell
473ad80e8f
Update dependencies
2024-08-10 12:47:36 +02:00
Filip Tibell
180d20ce4a
Update changelog with missing PRs
2024-08-10 12:28:26 +02:00
Filip Tibell
b585234b08
Clarify some comments and expose more instance functions in lune-roblox
2024-07-21 23:50:55 +02:00
ZachCurtis
5379c79488
Add missing vector methods ( #228 )
2024-07-21 23:35:58 +02:00
Nick Winans
8aefe88104
Add compression level option to serde.compress ( #224 )
2024-07-06 22:38:35 +02:00
Maxwell Ruben
cb552af660
Fix readDir with trailing forward-slash on Windows ( #220 )
2024-07-06 22:34:12 +02:00
Filip Tibell
95c2ca0965
Fix mixed indentation in regex documentation comment
2024-06-23 14:56:31 +02:00
Filip Tibell
5167a71e6f
Improve documentation comments for serde library
2024-06-23 14:53:32 +02:00
Filip Tibell
eac34d2e7e
Re-enable crates.io publish step in release workflow
2024-06-23 14:40:33 +02:00
Filip Tibell
ff80981282
Add missing changelog entry
2024-06-23 14:39:58 +02:00
Filip Tibell
45493dc23b
Temporarily disable crates.io publish in release workflow
2024-06-23 14:09:09 +02:00
Filip Tibell
359f28133f
Add missing entry to changelog
2024-06-23 13:40:13 +02:00
Filip Tibell
c7cbda98fe
Add missing mlua feature to lune-std-luau
2024-06-23 13:28:41 +02:00
Filip Tibell
a7ac864ca5
Fix _VERSION global not being set correctly after crate refactor
2024-06-23 13:22:03 +02:00
Filip Tibell
9993e03f04
Make hash algorithm enum follow convention of other lune enums a bit better
2024-06-23 13:14:27 +02:00