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

test that Coq background compilation is not affected by local variables #799

Merged
merged 2 commits into from
Nov 21, 2024

Commits on Nov 9, 2024

  1. Configuration menu
    Copy the full SHA
    c14e54f View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. par-compile: record and set current scripting buffer

    Record the current scripting buffer when starting background
    compilation, pass it down the dependency tree, and set it as current
    buffer in all asynchronously called functions. This ensures that local
    variables and `default-directory' have correct values.
    
    Fixes ProofGeneral#797
    hendriktews committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    224a938 View commit details
    Browse the repository at this point in the history