aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/bugs/closed/4785.v
Commit message (Collapse)AuthorAge
* Remove 8.5 compatibility support.Gravatar Théo Zimmermann2018-03-02
|
* Move vector/list compat notations to their relevant filesGravatar Jason Gross2016-09-29
| | | | | | | Since edb55a94fc5c0473e57f5a61c0c723194c2ff414 landed, compat notations no longer modify the parser in non-compat-mode, so we can do this without breaking Ltac parsing. Also update the related test-suite files.
* Unbreak Ltac [ | .. | ] notation in -compat 8.5Gravatar Jason Gross2016-09-26
| | | | | | Importing VectorNotations breaks `; []`. So we make sure it's not imported by defualt. Some files might be required to `Import VectorDef.VectorNotations` rather than just `Import VectorNotations`.
* Fix bug #4785 (use [ ] for vector nil)Gravatar Jason Gross2016-09-26
Also delimit vector_scope with vector, so that people can write %vector without having to delimit it themselves.