Commit graph

  • 2eb167025a luaurc error impl highflowey 2024-08-23 03:36:38 +03:30
  • 13cff6ff00 move path functions to path.rs highflowey 2024-08-23 03:27:32 +03:30
  • 505ff977f0 require impl (no caching) highflowey 2024-08-23 03:11:53 +03:30
  • 27a98f9671 move fn to impl highflowey 2024-08-23 02:57:38 +03:30
  • 62fd0d00b1 make data struct ready for impl highflowey 2024-08-23 02:37:11 +03:30
  • 16b3cde97e make cache arc mutex highflowey 2024-08-23 02:34:14 +03:30
  • cbd7cb6480 rename storage to context highflowey 2024-08-23 02:27:10 +03:30
  • 370c7f8187 require and cache impl for stds highflowey 2024-08-23 02:26:03 +03:30
  • 12b87b3065 make standardlibrary object safe highflowey 2024-08-23 01:11:41 +03:30
  • 2b7bb89037 StandardLibrary trait highflowey 2024-08-23 00:50:05 +03:30
  • 3f709f1e96 resolve require path highflowey 2024-08-23 00:46:59 +03:30
  • ba2d7203f8 luaurc rewrite highflowey 2024-08-23 00:26:39 +03:30
  • ff83c401b8
    Version 0.8.8 v0.8.8 Filip Tibell 2024-08-22 21:30:36 +02:00
  • a007fa94a6
    Update all rbx-dom dependencies to their latest versions (#245) Kenneth Loeffler 2024-08-22 12:24:32 -07:00
  • 62a68dfc0d Update all rbx-dom dependencies to their latest versions kennethloeffler 2024-08-22 20:08:46 +01:00
  • c29d7a9a3f
    Merge branch 'main' into feature/process-stream Erica Marigold 2024-08-11 08:40:31 +05:30
  • 1d4d1635eb
    Temporarily disable publish to crates.io in workflow v0.8.7 Filip Tibell 2024-08-10 13:36:19 +02:00
  • 56f08a88aa
    Fix new clippy lints Filip Tibell 2024-08-10 13:34:13 +02:00
  • 833d0e244b
    Add version and date to changelog Filip Tibell 2024-08-10 13:25:55 +02:00
  • 8597a48710
    merge: main->chore/rokit-migration Erica Marigold 2024-08-10 16:41:51 +05:30
  • 1b711b4df6
    chore(tooling): remove unused selene linter Erica Marigold 2024-08-10 16:38:28 +05:30
  • 3e09807638
    Bump all crate versions Filip Tibell 2024-08-10 13:07:56 +02:00
  • e0b5341bbd
    chore(actions): avoid manually installing just for CI Erica Marigold 2024-08-10 16:32:24 +05:30
  • 349a4cb59b
    chore(tooling): use rokit managed just instead Erica Marigold 2024-08-10 16:31:49 +05:30
  • ea7013322f
    Fix type and tostring metamethods not always being respected during table formatting Filip Tibell 2024-08-10 13:01:13 +02:00
  • 7653b43ed5
    chore(actions): use setup-rokit instead of setup-aftman Erica Marigold 2024-08-10 16:29:57 +05:30
  • c05b6c4079
    chore(tooling): use rokit instead of aftman for tooling Erica Marigold 2024-08-10 16:29:41 +05:30
  • 98b31b9f67
    Update tooling Filip Tibell 2024-08-10 12:48:51 +02:00
  • 8364a8e4de
    We no longer use selene Filip Tibell 2024-08-10 12:48:27 +02:00
  • 473ad80e8f
    Update dependencies Filip Tibell 2024-08-10 12:47:36 +02:00
  • 180d20ce4a
    Update changelog with missing PRs Filip Tibell 2024-08-10 12:28:26 +02:00
  • a382fd4a44
    Merge branch 'main' into main Bryan Cardwell 2024-08-02 14:45:27 -05:00
  • 4c9ccd2bb1
    Merge branch 'main' into feature/process-stream Erica Marigold 2024-07-22 23:34:19 +05:30
  • b585234b08
    Clarify some comments and expose more instance functions in lune-roblox Filip Tibell 2024-07-21 23:50:55 +02:00
  • 5379c79488
    Add missing vector methods (#228) ZachCurtis 2024-07-21 17:35:58 -04:00
  • 7ed75b6ac5 Add Vector3:FuzzyEq() method test ZachCurtis 2024-07-19 19:53:27 -04:00
  • 83067d4ec1 Pass epsilon to Vector2:FuzzyEq() ZachCurtis 2024-07-19 19:53:01 -04:00
  • 362c850b2d Cleanup extra assertion ZachCurtis 2024-07-19 19:31:23 -04:00
  • e58bcc0c2a Add Vector3 method tests covering this PR ZachCurtis 2024-07-19 19:27:45 -04:00
  • 96e54685ee Add Vector2 method tests covering this PR ZachCurtis 2024-07-19 19:27:40 -04:00
  • df4ba68caf fix the scheduler running forever on specific async tasks bjcscat 2024-07-16 10:26:21 -05:00
  • bc0e8773d2 fixed tests being in the wrong files bjcscat 2024-07-16 10:26:04 -05:00
  • 42b736edad Add Vector3:Sign() ZachCurtis 2024-07-16 01:38:56 -04:00
  • 1a0492d0b5 Add Vector3:Floor() ZachCurtis 2024-07-16 01:38:47 -04:00
  • 24b28e5c2f Add Vector3:Ceil() ZachCurtis 2024-07-16 01:38:24 -04:00
  • 4d44b34865 Add Vector3:Abs() ZachCurtis 2024-07-16 01:38:05 -04:00
  • 431b4eaac9 Add Vector2:Sign() ZachCurtis 2024-07-16 01:37:28 -04:00
  • 3170b2a1bc Add Vector2:Floor() ZachCurtis 2024-07-16 01:37:08 -04:00
  • 1f35f02e15 Add Vector2:Ceil() ZachCurtis 2024-07-16 01:36:39 -04:00
  • bdffd3741b Add Vector2:Abs() ZachCurtis 2024-07-16 01:36:11 -04:00
  • b0f1a878b6 Add Vector2:FuzzyEq(rhs) ZachCurtis 2024-07-16 01:35:34 -04:00
  • fb888ce8c2 Add Vector2:Angle(rhs) ZachCurtis 2024-07-16 01:34:01 -04:00
  • db3893c4b9
    Merge branch 'main' into feature/process-stream Erica Marigold 2024-07-11 17:18:53 +05:30
  • 8aefe88104
    Add compression level option to serde.compress (#224) Nick Winans 2024-07-06 13:38:35 -07:00
  • 94a4f6bb5e
    Merge branch 'main' into compression-level Filip Tibell 2024-07-06 22:37:43 +02:00
  • cb552af660
    Fix readDir with trailing forward-slash on Windows (#220) Maxwell Ruben 2024-07-06 15:34:12 -05:00
  • 7f03296e78 Recognize ./scripts as a script directory Joshua McKinnon 2024-07-04 10:56:45 -07:00
  • 7f764d0dc3
    Add level option to serde.compress Nick Winans 2024-07-02 15:50:20 -07:00
  • 6a713a881f
    chore(types): use consistent class naming for SpawnResult Erica Marigold 2024-06-29 17:19:49 +05:30
  • de03c572c4 Fix readDir with trailing forward-slash on Windows Maxwell Ruben 2024-06-26 13:12:42 -05:00
  • 96ee1ba512
    feat: update test paths for process.create Erica Marigold 2024-06-25 12:06:36 +05:30
  • e134120afd
    feat: add tests and default exit code for kill() on ChildProcess Erica Marigold 2024-06-25 11:52:59 +05:30
  • e07d37eec6
    chore(types): add kill function typedef for ChildProcess Erica Marigold 2024-06-25 11:41:10 +05:30
  • e143a508a1
    chore(tests): rename tests to process.create Erica Marigold 2024-06-25 11:39:54 +05:30
  • 53402d8522
    feat: kill() for process.create spawning Erica Marigold 2024-06-25 11:39:18 +05:30
  • 861a93aba4
    Merge branch 'main' into feature/sched-return Erica Marigold 2024-06-24 18:29:33 +05:30
  • b1f9b1d9a7
    Merge branch 'main' into feature/process-stream Erica Marigold 2024-06-24 18:25:32 +05:30
  • bd71b5e4b8
    feat: correct non blocking test for process.create Erica Marigold 2024-06-24 18:25:09 +05:30
  • aa10e88495
    chore(tests): replace old process.spawn usage with process.exec for stdio Erica Marigold 2024-06-24 15:14:36 +05:30
  • 0c346a5946
    feat: rename process.spawn->process.create Erica Marigold 2024-06-24 14:17:52 +05:30
  • 70088c78e5
    revert: remove bstr dep Erica Marigold 2024-06-23 20:10:21 +05:30
  • c08b7382fd
    chore: remove bstr dep and rearrange bytes dep Erica Marigold 2024-06-23 20:05:01 +05:30
  • ad4b8a7c91
    fix: lint in process lib.rs Erica Marigold 2024-06-23 19:29:12 +05:30
  • c9cbaf6183
    feat: return strings and null instead of buffers Erica Marigold 2024-06-23 19:28:51 +05:30
  • 7ed656cf3e
    chore(tests): update comment specifying command for exec Erica Marigold 2024-06-23 18:50:36 +05:30
  • 95c2ca0965
    Fix mixed indentation in regex documentation comment Filip Tibell 2024-06-23 14:56:31 +02:00
  • 5167a71e6f
    Improve documentation comments for serde library Filip Tibell 2024-06-23 14:53:32 +02:00
  • eac34d2e7e
    Re-enable crates.io publish step in release workflow Filip Tibell 2024-06-23 14:40:33 +02:00
  • ff80981282
    Add missing changelog entry Filip Tibell 2024-06-23 14:39:58 +02:00
  • 45493dc23b
    Temporarily disable crates.io publish in release workflow v0.8.6 Filip Tibell 2024-06-23 14:09:09 +02:00
  • 359f28133f
    Add missing entry to changelog Filip Tibell 2024-06-23 13:40:13 +02:00
  • c7cbda98fe
    Add missing mlua feature to lune-std-luau Filip Tibell 2024-06-23 13:28:41 +02:00
  • a7ac864ca5
    Fix _VERSION global not being set correctly after crate refactor Filip Tibell 2024-06-23 13:22:03 +02:00
  • 9993e03f04
    Make hash algorithm enum follow convention of other lune enums a bit better Filip Tibell 2024-06-23 13:14:27 +02:00
  • 997653eb4a
    Pin blake3 version Filip Tibell 2024-06-23 12:57:16 +02:00
  • f94fbc685a
    Update changelog Filip Tibell 2024-06-23 12:56:48 +02:00
  • e2e8beb45c
    Bump all crate versions Filip Tibell 2024-06-23 12:55:47 +02:00
  • 57ad0af125
    Merge branch 'main' into feature/sched-return Erica Marigold 2024-06-21 16:59:58 +05:30
  • 6b38a21454
    Remove lua overriding in gitattributes (#212) Erica Marigold 2024-06-20 18:57:42 +05:30
  • 5e4bae2b0a
    Merge branch 'main' into main Erica Marigold 2024-06-20 17:27:47 +05:30
  • 430d5683f0
    Clarify binary file size in README (#215) Anthony Fuller 2024-06-19 16:51:09 +01:00
  • 0077a17a13
    Remove false advertising Anthony Fuller 2024-06-17 19:34:41 +01:00
  • cf707a37ff
    chore(tests): fix stream test failing on windows cmd Erica Marigold 2024-06-11 09:09:47 +05:30
  • 80ebab4d70
    chore(tests): attempt to fix windows cmd yielding Erica Marigold 2024-06-10 20:10:04 +05:30
  • d39743d0a0
    chore: remove lua overriding in gitattributes Erica Marigold 2024-06-10 17:44:53 +05:30
  • eca9592973
    refactor: remove unused imports Erica Marigold 2024-06-10 15:19:43 +05:30
  • 4c41ad511b
    merge: lune-org/lune/main->feature/sched-return Erica Marigold 2024-06-10 15:11:58 +05:30
  • daedbf9899
    refactor: minor formatting change Erica Marigold 2024-06-10 14:59:03 +05:30
  • a30380cba8
    fix: address todo comments Erica Marigold 2024-06-10 14:56:01 +05:30
  • 70583c6bf8
    chore(tests): stream test on windows should redir stdout to stderr not other way around Erica Marigold 2024-06-10 09:51:00 +05:30