diff options
| author | Maxime Dénès | 2020-08-20 16:32:33 +0200 |
|---|---|---|
| committer | Maxime Dénès | 2020-08-20 16:32:33 +0200 |
| commit | 609152467f4d717713b7ea700f5155fc9f341cd7 (patch) | |
| tree | 97696e08209c7990344319e7b2d20a459140f5c4 /doc | |
| parent | b409b9837ce438042bb259d16a1b5156a2e0acb9 (diff) | |
| parent | 300157fc6176856f3f792d956925af366ef3329e (diff) | |
Merge PR #12756: Do not refresh the names of implicit arguments.
Reviewed-by: herbelin
Reviewed-by: maximedenes
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/changelog/02-specification-language/12756-dont-refresh-argument-names.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/changelog/02-specification-language/12756-dont-refresh-argument-names.rst b/doc/changelog/02-specification-language/12756-dont-refresh-argument-names.rst new file mode 100644 index 0000000000..b0cf4ca4e3 --- /dev/null +++ b/doc/changelog/02-specification-language/12756-dont-refresh-argument-names.rst @@ -0,0 +1,9 @@ +- **Changed:** + Tweaked the algorithm giving default names to arguments. + Should reduce the frequency that argument names get an + unexpected suffix. + Also makes :flag:`Mangle Names` not mess up argument names. + (`#12756 <https://github.com/coq/coq/pull/12756>`_, + fixes `#12001 <https://github.com/coq/coq/issues/12001>`_ + and `#6785 <https://github.com/coq/coq/issues/6785>`_, + by Jasper Hugunin). |
