| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-10-18 | [stm] Fix record field name clash. | Emilio Jesus Gallego Arias | |
| PR#173 introduced a record field name clash in `stm.mli`, with duplicate fields `start/stop` for the types `focus` and `static_block_declaration`. We fix by renaming the younger ones (as to minimize code incompatibilities), but other options are possible/could be preferred, however they would be quite more invasive so I think they should be postponed for the day the Stm API is cleaned up. | |||
| 2016-06-07 | Documentation | Enrico Tassi | |
| 2016-06-06 | Error box detection run only on error | Enrico Tassi | |
| Advantage: 0 cost if no error occurs Disadvantage: a box *must* end with the error absorbing command | |||
| 2016-06-06 | STM: proof block detection for indentation | Enrico Tassi | |
| 2016-06-06 | STM: proof block detection for par: | Enrico Tassi | |
| "par: tac" is a terminator, if it fails we can admit all focused goals and continue. | |||
| 2016-06-06 | STM: proof block detection for bullets and { block } | Enrico Tassi | |
