Commit graph

  • 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
  • 968a9b4f80
    chore(tests): fix stream test for windows Erica Marigold 2024-06-10 09:37:48 +05:30
  • 2a4c610b6f
    feat(tests): update tests list Erica Marigold 2024-06-10 09:25:49 +05:30
  • fc26d132a0
    chore(types): clarify yieldability with exit for ChildProcessReader:read Erica Marigold 2024-06-10 09:19:51 +05:30
  • 821c6d9f8c
    chore(types): add yieldability docs for ChildProcessReader:read Erica Marigold 2024-06-10 09:12:03 +05:30
  • d3cda4be0c
    chore(types): add spawn example in process docs Erica Marigold 2024-06-10 09:08:57 +05:30
  • 48760b6a0f
    chore(tests): status test should use 0 as an exit code too Erica Marigold 2024-06-10 09:07:00 +05:30
  • f0906c98a2
    chore(tests): windows support for process.spawn stream test Erica Marigold 2024-06-09 22:29:19 +05:30
  • d9cc71e512
    chore(tests): add new process.spawn tests Erica Marigold 2024-06-09 22:24:32 +05:30
  • 6a2f5061d5
    chore(types + tests): update types and tests for exec Erica Marigold 2024-06-09 21:54:56 +05:30
  • 50b1bcbd64
    fix: stop accepting stdio options for process.spawn Erica Marigold 2024-06-09 16:22:47 +05:30
  • 78a3d4db5f
    chore(types): include types for new process.spawn Erica Marigold 2024-06-09 16:13:38 +05:30
  • ce033bbdcb
    fix: rename tests to for process.spawn->process.exec Erica Marigold 2024-06-09 13:15:52 +05:30
  • 4b5b54eb0d
    fix: change code channel capacity should be i32 size Erica Marigold 2024-06-09 13:10:06 +05:30
  • c63caca391
    chore: remove testing file Erica Marigold 2024-06-09 13:06:11 +05:30
  • 8ce47806eb
    feat: impl readToEnd convenience method for reader Erica Marigold 2024-06-09 13:05:14 +05:30
  • 900b6715b6
    feat: initial revamped process.spawn impl Erica Marigold 2024-06-09 13:01:34 +05:30
  • 59a7955132
    Update changelog Filip Tibell 2024-06-05 20:23:01 +02:00
  • 1fb1d3e7b5
    Improve formatting / printing of userdata and tables with __type and / or __tostring metamethods Filip Tibell 2024-06-05 20:18:23 +02:00
  • 0efc2c565b
    Expand test suite for stdio.format Filip Tibell 2024-06-05 19:38:19 +02:00
  • c94ab0cde1
    Update changelog, some other minor fixes Filip Tibell 2024-06-05 19:21:30 +02:00
  • d3b9a4b9e8
    Add new options for global injection and codegen to luau.load Filip Tibell 2024-06-05 19:02:48 +02:00
  • 3cf2be51bc
    Make with_args more permissive Filip Tibell 2024-06-05 18:52:38 +02:00