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

Eval into register, kill last eval result #3162

Merged
merged 8 commits into from Apr 27, 2022

Commits on Apr 27, 2022

  1. Copy the full SHA
    583167e View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    37f8aa2 View commit details
    Browse the repository at this point in the history
  3. Add keybinding

    yuhan0 committed Apr 27, 2022
    Copy the full SHA
    03753ca View commit details
    Browse the repository at this point in the history
  4. Fix typo in pr-request-map

    It currently treats the 4-element list as a 2-element pair and ignores
    the intended setting of stream?, but this does not affect functionality
    since its default value is nil.
    yuhan0 committed Apr 27, 2022
    Copy the full SHA
    55dffd1 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    1351a8e View commit details
    Browse the repository at this point in the history
  6. Remove eval-register from printing handlers

    Results are already output to a buffer where they can be easily copied.
    Avoids storing huge results in memory and triggering the GC
    yuhan0 committed Apr 27, 2022
    Copy the full SHA
    b2ceae2 View commit details
    Browse the repository at this point in the history
  7. Update changelog

    yuhan0 committed Apr 27, 2022
    Copy the full SHA
    bf5f74d View commit details
    Browse the repository at this point in the history
  8. Add docs for eval registers

    yuhan0 committed Apr 27, 2022
    Copy the full SHA
    ecc8de8 View commit details
    Browse the repository at this point in the history