Compare commits

..

No commits in common. "7578e9e1804de39ac1f2b704699376aa311021bc" and "7b9361c72bb15f53466cb5abb0dae78d84baff5f" have entirely different histories.

1 changed files with 1 additions and 6 deletions

View File

@ -50,13 +50,8 @@ include:
- Although a timeout feature exists in Pantograph, it relies on the coöperative - Although a timeout feature exists in Pantograph, it relies on the coöperative
multitasking from the tactic implementation. There is nothing preventing a multitasking from the tactic implementation. There is nothing preventing a
buggy tactic from stalling Lean if it does not check for cancellation often. buggy tactic from stalling Lean if it does not check for cancellation often.
- For the same reason as above, there is no graceful way to stop a tactic which
leaks infinite memory. Users who wish to have this behaviour should run
Pantograph in a controlled environment with limited allocations. e.g.
Linux control groups.
- Interceptions of parsing errors generally cannot be turned into goals (e.g. - Interceptions of parsing errors generally cannot be turned into goals (e.g.
`def mystery : Nat := :=`) due to Lean's parsing system. This question is also `def mystery : Nat := :=`) due to Lean's parsing system.
not well-defined.
## References ## References