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

Remove VampIR Library Typos #169

Merged
merged 2 commits into from
Nov 22, 2023
Merged

Remove VampIR Library Typos #169

merged 2 commits into from
Nov 22, 2023

Commits on Oct 31, 2023

  1. Fix mgl-pax Symbol Errors

    Fixes errors on system loading relating to symbols
    `method`, `generic-function`, `class`, `variable`, 'type', and 'function' not being external to
    the mgl-pax package by removing the `pax:` prefix.
    
    The prefix was removed only when necessary, only done after SBCL would
    complain about the symbol not being external.
    agureev committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    4eb67b8 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2023

  1. Fix VampIR Function Typos

    Removes typos introduced in fb8bf60. In particular, changes
    `mod_n`, `combine_aux`, `n_th`, `mod_n` and `drop-ith` as VampIR functions.
    agureev committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    21b4edb View commit details
    Browse the repository at this point in the history