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

Replace Cassette for an overlayed MethodTable #40

Merged
merged 18 commits into from
Jul 16, 2024
Merged

Replace Cassette for an overlayed MethodTable #40

merged 18 commits into from
Jul 16, 2024

Commits on Jul 15, 2024

  1. Replace Cassette with an overlayed MethodTable

    Sergio Sánchez Ramírez committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    f2d5482 View commit details
    Browse the repository at this point in the history
  2. Fix typo in ReactantInterpreter constructor

    Sergio Sánchez Ramírez committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    bf30cb9 View commit details
    Browse the repository at this point in the history
  3. Rename get_interence_world to get_world_counter

    Sergio Sánchez Ramírez committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    07e1a9a View commit details
    Browse the repository at this point in the history
  4. Complete AbstractInterpreter API implementation

    Sergio Sánchez Ramírez committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    1796b69 View commit details
    Browse the repository at this point in the history
  5. Refactor phrase

    Sergio Sánchez Ramírez committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    1d4af9e View commit details
    Browse the repository at this point in the history
  6. Run traced function over custom interpreter

    Sergio Sánchez Ramírez committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    5d493a3 View commit details
    Browse the repository at this point in the history
  7. Fix OpaqueClosure wrapping of interpreted closures

    Sergio Sánchez Ramírez committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    7159a56 View commit details
    Browse the repository at this point in the history
  8. Add comment

    Sergio Sánchez Ramírez committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    95afc7e View commit details
    Browse the repository at this point in the history
  9. Add @hlo_override macro

    mofeing authored and Sergio Sánchez Ramírez committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    5e4ceee View commit details
    Browse the repository at this point in the history
  10. Format code

    Sergio Sánchez Ramírez committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    a661bbd View commit details
    Browse the repository at this point in the history
  11. Rename @hlo_override to @reactant_override

    Sergio Sánchez Ramírez committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    80f3c9f View commit details
    Browse the repository at this point in the history
  12. Fix interpreter for Julia 1.11

    Sergio Sánchez Ramírez committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    825ad75 View commit details
    Browse the repository at this point in the history
  13. Add Symbol case for make_tracer

    Sergio Sánchez Ramírez committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    e3822d1 View commit details
    Browse the repository at this point in the history
  14. Try fix ghost argument in OpaqueClosure

    Sergio Sánchez Ramírez committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    fb85b3c View commit details
    Browse the repository at this point in the history
  15. Fix argtypes of OpaqueClosure on closures with Julia 1.9

    Sergio Sánchez Ramírez committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    6b2e62e View commit details
    Browse the repository at this point in the history
  16. Replace * for sum in @code_hlo test

    Sergio Sánchez Ramírez committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    a439cb3 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Fix return type type-unstability in Base.:*

    Sergio Sánchez Ramírez committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    21fb9bc View commit details
    Browse the repository at this point in the history
  2. Refactor includes

    Sergio Sánchez Ramírez committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    b377b40 View commit details
    Browse the repository at this point in the history