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

Fix a couple small "code" bugs #3482

Merged
merged 2 commits into from
Sep 18, 2024
Merged

Commits on Sep 18, 2024

  1. Fix "code" for FilePosition objects w/ only a starting position

    We previously assumed there would always be a stopping position.
    d-torrance committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    c2419ea View commit details
    Browse the repository at this point in the history
  2. Escape dots in regex for using startupString in "code"

    Otherwise, we could theoretically load a file named something like
    "startupxm2xin", call "code" on something from that file, and
    end up with some code from startup.m2.in.
    d-torrance committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    d011383 View commit details
    Browse the repository at this point in the history