diff options
| author | Pierre-Marie Pédrot | 2020-06-29 15:37:14 +0200 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2020-06-29 15:37:14 +0200 |
| commit | 1221b56974398d96a7df833e7b32d4b7bc044338 (patch) | |
| tree | 5782e7012612f5f85bb4c7417b691b17992b1b54 /doc | |
| parent | a039e78c821ba6a0da5d3364b98491707eab8add (diff) | |
| parent | d958feb5f30255d3b9ca84bf5be89c299ddb8a5f (diff) | |
Merge PR #12541: Fix #12228 negative integers not accepted in ltac integer_list
Reviewed-by: ppedrot
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/changelog/05-tactic-language/12541-fix12228.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/changelog/05-tactic-language/12541-fix12228.rst b/doc/changelog/05-tactic-language/12541-fix12228.rst new file mode 100644 index 0000000000..286760e008 --- /dev/null +++ b/doc/changelog/05-tactic-language/12541-fix12228.rst @@ -0,0 +1,6 @@ +- **Fixed:** + Excluding occurrences was causing an anomaly in tactics + (e.g., :g:`pattern _ at L` where :g:`L` is :g:`-2`). + (`#12541 <https://github.com/coq/coq/pull/12541>`_, + fixes `#12228 <https://github.com/coq/coq/issues/12228>`_, + by Pierre Roux). |
