Commit graph

170 commits

Author SHA1 Message Date
Filip Tibell
c8dcea0a21
Remove old builtins from lune crate and use lune-std instead 2024-04-23 15:33:44 +02:00
Filip Tibell
2261733516
Migrate net builtin to new lune-std-net crate 2024-04-23 15:19:49 +02:00
Filip Tibell
00f601e4e9
Move luaurc struct and its dependencies from lune-utils to lune-std 2024-04-23 00:15:08 +02:00
Filip Tibell
d0c15e9cbc
Migrate roblox builtin to new lune-std-roblox crate 2024-04-22 23:36:12 +02:00
Filip Tibell
313dbcf65f
Migrate roblox module to new lune-roblox crate 2024-04-22 23:10:49 +02:00
Filip Tibell
040c40a3b9
Add new lune-roblox crate 2024-04-22 22:59:20 +02:00
Filip Tibell
bc42cf5a37
Migrate regex builtin to lune-std-regex crate 2024-04-22 22:57:24 +02:00
Filip Tibell
67597b7c49
Migrate process builtin to lune-std-process crate 2024-04-22 22:56:00 +02:00
Filip Tibell
ab3b5774d5
Migrate serde builtin to lune-std-serde crate 2024-04-22 22:09:07 +02:00
Filip Tibell
d947355cca
Migrate fs builtin to lune-std-fs crate 2024-04-22 21:36:27 +02:00
Filip Tibell
7fff3cbec5
Migrate datetime builtin to lune-std-datetime crate 2024-04-22 21:31:24 +02:00
Filip Tibell
b04c0c209d
Start implementing fmt module in lune-utils 2024-04-22 12:52:54 +02:00
Filip Tibell
5ad6b9a670
Start lune std and utils crate versions at 0.1.0 2024-04-22 12:42:49 +02:00
Filip Tibell
a714efdac4
Add luaurc to lune-utils crate, resolve issues with require in lune-std 2024-04-21 21:06:14 +02:00
Filip Tibell
cf7e1f3cd9
Collect path-related functions in lune-utils crate 2024-04-21 20:50:18 +02:00
Filip Tibell
136cb7d6d6
Mostly port globals to lune-std crate 2024-04-21 20:38:14 +02:00
Filip Tibell
121afae726
Add version string to lune-utils crate 2024-04-21 19:56:25 +02:00
Filip Tibell
3b3fa65bfe
Create full enum for lune standard libraries 2024-04-21 19:34:37 +02:00
Filip Tibell
ac3721f7d0
Migrate stdio builtin to new crate 2024-04-21 19:03:28 +02:00
Filip Tibell
a5e349c54a
Port task library to new crate 2024-04-21 15:32:32 +02:00
Filip Tibell
13309baffa
Add table builder to utils crate 2024-04-21 15:09:22 +02:00
Filip Tibell
5c5ea5b4cb
Add utils crate 2024-04-21 14:58:36 +02:00
Filip Tibell
e53d247c95
Add all crates for standard library to workspace 2024-04-21 14:52:27 +02:00
Filip Tibell
089ecb3a4c
Update dependencies 2024-04-20 23:54:34 +02:00
Filip Tibell
12f5824da9
Port over regex implementation from fork, do some cleanup 2024-04-20 22:47:27 +02:00
Filip Tibell
0685e62a8f
Refactor downloading lune binary to cache, some fixes + formatting 2024-04-20 21:59:25 +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
fcfb5ed3a8
Version 0.8.3 2024-04-15 23:34:51 +02:00
Filip Tibell
aa04fb345c
Update dependencies 2024-04-15 23:28:51 +02:00
0d302cf0c1
Fix itertools dependency being marked optional even though it is mandatory (#176) 2024-04-11 13:42:21 +02:00
Filip Tibell
94ba331ed0
Version 0.8.2 2024-03-12 23:32:29 +01:00
Filip Tibell
a52dfc1483
Version 0.8.1 2024-03-11 19:27:40 +01:00
Filip Tibell
4844fa1ead
Update dependencies 2024-03-11 19:17:23 +01:00
Filip Tibell
cd34dcb0dd
Rewrite scheduler and make it smol (#165) 2024-03-11 19:11:14 +01:00
Filip Tibell
1ab6a7a9fd
Version 0.8.0 2024-01-14 17:07:38 +01:00
Filip Tibell
7b4942fc3d
Update dependencies 2024-01-14 13:39:08 +01:00
Filip Tibell
b07202a64b
Implement support for path aliases in require 2024-01-14 13:33:15 +01:00
6f8b1e4896
Implement standalone executable compilation (#140) 2024-01-13 21:19:59 +01:00
Filip Tibell
2511bb00a7
Update dependencies 2023-12-29 21:17:26 +01:00
Filip Tibell
507d88e63e
Version 0.7.11 2023-10-29 21:32:07 +01:00
Filip Tibell
779a11c85a
Version 0.7.10 2023-10-25 11:21:31 +02:00
Filip Tibell
e3981c8db2
Update to latest rbx-dom 2023-10-25 11:12:08 +02:00
Filip Tibell
56949aad09
Version 0.7.9 2023-10-21 11:43:56 +02:00
Filip Tibell
4e68c64daf
Update dependencies 2023-10-21 11:32:11 +02:00
Filip Tibell
02d812f103
Version 0.7.8 2023-10-05 21:52:57 -05:00
Filip Tibell
ed07ba8613
Update dependencies 2023-10-05 21:48:26 -05:00
Filip Tibell
74d7f3d66f
Update dependencies 2023-10-04 09:02:17 -05:00
Filip Tibell
8c853fb99e
Update dependencies 2023-09-25 13:52:02 -05:00
Filip Tibell
7a05563f0f
Update dependencies 2023-09-16 21:29:36 -05:00