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

feat: Add some metaprogramming methods on TypeDefinition #5310

Merged
merged 8 commits into from
Jun 24, 2024

Commits on Jun 21, 2024

  1. Configuration menu
    Copy the full SHA
    f540b9c View commit details
    Browse the repository at this point in the history
  2. Get builtin functions working

    jfecher committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    6f6f033 View commit details
    Browse the repository at this point in the history
  3. Add test

    jfecher committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    cb8f237 View commit details
    Browse the repository at this point in the history
  4. Formatting

    jfecher committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    e5446f6 View commit details
    Browse the repository at this point in the history
  5. Add issue number

    jfecher committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    f84395b View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Configuration menu
    Copy the full SHA
    0638a8f View commit details
    Browse the repository at this point in the history
  2. Add 'quote' to stdlib docs

    jfecher committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    32f66f3 View commit details
    Browse the repository at this point in the history
  3. fix: Implement interpretation of member access on tuples (#5311)

    # Description
    
    ## Problem\*
    
    Resolves <!-- Link to GitHub Issue -->
    
    ## Summary\*
    
    Fixes an issue in the interpreter where the interpreter would error for
    member access expressions on tuples. This prevented e.g. `my_tuple.0`.
    
    ## Additional Context
    
    
    
    ## Documentation\*
    
    Check one:
    - [x] No documentation needed.
    - [ ] Documentation included in this PR.
    - [ ] **[For Experimental Features]** Documentation to be submitted in a
    separate PR.
    
    # PR Checklist\*
    
    - [x] I have tested the changes locally.
    - [x] I have formatted the changes with [Prettier](https://prettier.io/)
    and/or `cargo fmt` on default settings.
    
    ---------
    
    Co-authored-by: Tom French <15848336+TomAFrench@users.noreply.github.com>
    jfecher and TomAFrench authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    b94662e View commit details
    Browse the repository at this point in the history