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

Apply RLS to @splat builtin, eliminating its length parameter #16346

Merged
merged 6 commits into from
Jul 13, 2023

Commits on Jul 12, 2023

  1. Remove len parameter from splat builtin function

    Resolve the result type of the splat builtin instead of requiring a
    length parameter.
    antlilja authored and andrewrk committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    4bce7b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b463e42 View commit details
    Browse the repository at this point in the history
  3. Update translate-c to new splat syntax

    antlilja authored and andrewrk committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    16d17ad View commit details
    Browse the repository at this point in the history
  4. Update tests to new splat syntax

    antlilja authored and andrewrk committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    a0ec226 View commit details
    Browse the repository at this point in the history
  5. Update langref to new splat syntax

    antlilja authored and andrewrk committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    299e865 View commit details
    Browse the repository at this point in the history
  6. update zig1.wasm

    Needed due to the breaking changes to `@splat` which are used by the
    self-hosted compiler.
    
    This update also includes the improvement that allows casting builtins
    to infer the result type through optionals and error unions.
    andrewrk committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    47d5bf2 View commit details
    Browse the repository at this point in the history