Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TSX Cli #30

Merged
merged 15 commits into from
Sep 1, 2024
Merged

TSX Cli #30

merged 15 commits into from
Sep 1, 2024

Commits on Aug 31, 2024

  1. Merge develop

    drew-y committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    0347409 View commit details
    Browse the repository at this point in the history
  2. Improve binaryen struct API

    drew-y committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    48f2792 View commit details
    Browse the repository at this point in the history
  3. Use vitest

    drew-y committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    7f82d9a View commit details
    Browse the repository at this point in the history
  4. Allow objects to be extended

    drew-y committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    09dd520 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e60cac5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    088b1d3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3286c92 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ddee4d2 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'develop' of github.com:voidlanguage/void into drew/voi-…

    …16-basic-nominal-object-support
    drew-y committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    5d12a8a View commit details
    Browse the repository at this point in the history
  10. Smol bugfix

    We were matching nominal object initializers backwards (i.e. the type checker would approve if the nominal object had all the fields of the literal instead of the other way around).
    drew-y committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    df940b5 View commit details
    Browse the repository at this point in the history
  11. Fix it better

    drew-y committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    d670b36 View commit details
    Browse the repository at this point in the history
  12. Tests WIP

    drew-y committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    78750e5 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2024

  1. Add some tests for gc

    drew-y committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    4e4399e View commit details
    Browse the repository at this point in the history
  2. Fix test description

    drew-y committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    1eb0650 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4fe7223 View commit details
    Browse the repository at this point in the history