Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ProofGeneral/PG Loading
base: 3fd4d7e
Choose a base ref
...
head repository: ProofGeneral/PG Loading
compare: e88df8a
Choose a head ref
  • 4 commits
  • 4 files changed
  • 2 contributors

Commits on May 27, 2020

  1. New hook for early prompt/output analyzis.

    proof-state-change-pre-hook happens earlier than
    proof-state-change-hook, i.e. before proof-done-advancing. This should
    be used to register information in the currently processed span before
    proof-done-advancing classifies it.
    
    Historically PG design was to gather these information during
    proof-done-advancing (or in its hook called at the end) by just
    looking at the command statement. But it is often useful to look at
    the output (messages and/or prompt) to gather more accurate
    information. Some of this information may be needed DURING
    proof-done-advancing. Hence this early hook.
    Matafou committed May 27, 2020
    Configuration menu
    Copy the full SHA
    be78d3c View commit details
    Browse the repository at this point in the history

Commits on May 28, 2020

  1. add proof-priority-action-list

    new, generic interface for priority action items, see
    proof-priority-action-list and proof-add-to-priority-queue, for
    asynchronously adding commands to the head of proof-action-list
    hendriktews authored and Matafou committed May 28, 2020
    Configuration menu
    Copy the full SHA
    ab0e63f View commit details
    Browse the repository at this point in the history
  2. insert show proof command on error

    hendriktews authored and Matafou committed May 28, 2020
    Configuration menu
    Copy the full SHA
    53f9dca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e88df8a View commit details
    Browse the repository at this point in the history
Loading