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

[VsCoq1] Fix #278: pass correct -topfile argument #617

Merged
merged 1 commit into from
Sep 13, 2023

Commits on Sep 12, 2023

  1. Fix coq-community#278: pass correct -topfile argument

    This also allows stepping through unsaved files; before this patch, we passed
    `-topfile untitled:Untitled-1`, which failed with:
    
    ```
    coqtop-stderr: Error: Invalid character ':' in identifier "untitled:Untitled-1".
    ```
    Blaisorblade authored and 4ever2 committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    3118fbb View commit details
    Browse the repository at this point in the history