emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/dash updated (c287454 -> 0e97578)


From: ELPA Syncer
Subject: [elpa] externals/dash updated (c287454 -> 0e97578)
Date: Mon, 15 Feb 2021 15:57:10 -0500 (EST)

elpasync pushed a change to branch externals/dash.

      from  c287454   * dev/examples.el: Also require dash-functional for -cut 
and friends
       new  7881268   Prefer make-list over --map.
       new  277d6ed   Merge pull request #165 from 
phillord/fix/table-performance
       new  71668fe   Speed up -table-flat
       new  a3cd1ac   Alias `-zip-pair`, prepare for breaking change
       new  174187f   Add lexical binding pragma to dash.el
       new  81b15c5   Fix: The upcoming breaking change is 3.0, not 2.0
       new  fec6f54   Release 2.12.1
       new  22e494a   Update MELPA URLs
       new  0d84c0f   Merge pull request #167 from syohex/update-url
       new  b6e1041   Fix broken GH profile link in README
       new  7b2845a   Fix broken GH profile link in README
       new  6484fb5   Merge pull request #168 from camsaul/patch-2
       new  8a46d3c   [#170] Add a note about -keep on -filter.
       new  6ded2f2   Add 'see also' to `-find-index` and `-find-last-index`.
       new  e680ad0   Merge pull request #173 from Wilfred/master
       new  a9f90d7   Add -select-column(s)
       new  0272e8b   [Fix #158] -map-last does not modify input list.
       new  096f244   --remove-last does not modify input list #158
       new  1fce650   Add `-each-indexed` and an anaphoric equivalent (#178)
       new  3e7163a   [#99] Use butlast to implement -butlast
       new  7cc0149   [#99] Add -take-last and -drop-last
       new  6d8abc7   Add -doto macro (like Clojure's doto) (#177)
       new  eef3bb0   Document -doto macro in the README (#181)
       new  012b3bc   Docstrings grammar fixes (#186)
       new  15f384d   Copyedit: argument name consistency (#187)
       new  937f8a1   Update documentation
       new  4de2189   [Feature #185] -cut <> in first slot is a function
       new  a10fb6b   Add -each-indexed keyword to font-lock
       new  502be58   Make -each-indexed indent like -each
       new  27b1ea5   Update changelog for 2.12.x.
       new  52e7eb4   Merge pull request #191 from Wilfred/update_changelog
       new  4ae329a   Release 2.13.0
       new  0100584   Correct typo of 'does' to 'do' in -map-when docs
       new  f1c60c4   Merge pull request #193 from 
GuiltyDolphin/fix-map-when-typo
       new  2996a0d   Add a LICENSE file (#194)
       new  b7ba212   Edebug support for threading macros (#188)
       new  d4bccfe   Add annotations to pure functions. (#199)
       new  8c47f17   Add function signatures for aliases of built-in functions 
(#201)
       new  b45b38a   Fix typo
       new  3075aea   Add -unzip
       new  4b805e1   Update README
       new  1422b70   Update info
       new  73a28ae   Fix function application in documentation
       new  53e641c   [Fix #202] -table-flat works on input of dimension 1
       new  bcc74b5   [#200] Define setters for -first-item and -last-item
       new  07c61f5   [#200] Add tests for generalized variables
       new  dd30a1f   [Feature #196] Add -powerset and -permutations (#203)
       new  f04df47   Fix the debug declaration for -->
       new  ff323e0   Fix setf on emacs23 (#205)
       new  9dfb01a   Correct use of eval-after-load
       new  958e3fb   Merge pull request #206 from Silex/master
       new  75cde71   Ensure that -first-item is as fast as car
       new  98e819e   Merge pull request #210 from 
Wilfred/car_opcode_with_first_item
       new  81ef1ef   Replace string-to-int with string-to-number (#216)
       new  524e6fe   Fix -map-last docs (#220)
       new  a3b40f8   Make --> bind IT for use anywhere in FORMS, and add -as->.
       new  13f9ece   add tests for nesting anaphoric macros.
       new  1e14307   Merge pull request #221 from zck/it-anywhere-in-->
       new  05dc0aa   Add copyright assignment statement to documentation
       new  0468a31   Merge pull request #223 from 
phillord/feature/doc-copyright
       new  ca2f767   Show (VAR VAL) in the function signature
       new  d7b769b   Use standard Emacs quoting for bound symbols
       new  b4faa93   Merge pull request #224 from Wilfred/when-let-docstring
       new  13a4718   Add new partition-before, -after methods.
       new  0df0ff1   Merge pull request #222 from zck/partition-before-after
       new  0297166   Docs: Clarify that we don't modify the original list
       new  dcb0ec1   Merge pull request #232 from Wilfred/improve_docs_wording
       new  f69a9df   Replace -first with -some in -any?
       new  0273913   Update docs
       new  c026c46   Merge pull request #240 from basil-conto/239
       new  5d7077a   Set text-quoting-style
       new  bdcaf68   Merge pull request #236 from 
Wilfred/robust-docs-generation
       new  7267556   Fix infinite loop in -zip/-interleave when called with no 
arguments.
       new  3493fc9   Merge pull request #242 from 
magnars/fix-infinite-loop-zip-interleave
       new  e9b8611   Mention that -select and -remove are related
       new  8ef3287   Merge pull request #237 from Wilfred/add-see-also
       new  66e3e94   Define -second-item through to -fifth-item
       new  4b46527   Merge pull request #238 from Wilfred/more-item-accesses
       new  057e55c   Update examples.el, remove duplicate -third-item
       new  a57c2c3   Merge pull request #245 from duianto/patch-1
       new  e7764ea   Formatting
       new  f8c8dc0   Add -tails and -inits
       new  5b549bc   Add missing fontification keywords
       new  d8bcf56   Add -running-sum and -running-product
       new  eb1231e   Add -reductions[-r][-from]
       new  55d8cc9   Running sum and product can only be computed from 
non-empty lists
       new  0574686   Make tails and inits return all prefixes including the 
empty one.
       new  1b9061c   Update docs
       new  91d8cb0   Move inits and tails under reductions in the examples
       new  c77644b   Regenerate docs
       new  e9c792f   Merge pull request #257 from Wilfred/update_docs
       new  4e90743   Ensure ' in docstring code snippets is not replaced
       new  528e5a5   Merge pull request #258 from Wilfred/quotes-in-docs
       new  72b8d39   Add -common-prefix
       new  138c22a   Merge pull request #261 from basil-conto/blc/common-prefix
       new  beea1a3   Simplify --common-prefix implementation
       new  c1991d4   Merge pull request #262 from basil-conto/blc/common-prefix
       new  27c2fe8   Add missing keywords
       new  48a5015   Merge pull request #265 from Wilfred/missing-keywords
       new  3789b15   Change Emacs tested and supported versions.
       new  87d5fea   Merge pull request #266 from 
phillord/feature/travis-update
       new  e9919f6   Release 2.14.0
       new  a74f4cf   Bump version in package declaration
       new  83190a2   Emacs 26.1 was released and pretest does no longer exist
       new  a55452a   Merge pull request #270 from magnars/travis/use-emacs-26
       new  8c4e27f   Implement -setq
       new  0505f5d   Merge pull request #271 from magnars/feature/-setq
       new  e52909f   Add smarter key destructuring
       new  a87df31   Merge pull request #269 from 
magnars/feature/smart-kv-destructuring
       new  406f6f3   Fix whitespace
       new  3b08355   Use version from dash.el file when generating readme.
       new  148404c   [Fix #256] Allow `-let` bindings with no explicit value
       new  453c775   Fix -setq docstring fn reference
       new  8af9987   Add '-each-r' and '-each-r-while'.
       new  578428a   Add some implementation commentary to '-each-r'.
       new  14f76df   Update docs
       new  85e8f62   Merge pull request #274 from magnars/doublep-each-r
       new  a6e1436   Add -common-suffix
       new  1e22ef6   Merge pull request #263 from basil-conto/blc/common-suffix
       new  8873749   Improve and simplify right-associative reductions
       new  8f90dd7   Handle empty list in -reductions[-r]
       new  6d2decb   Prefer number-to-string over int-to-string
       new  4abffdc   Update docs
       new  6514359   Merge pull request #264 from basil-conto/blc/reduce
       new  6302243   Release 2.15.0
       new  38d44ed   Implement --doto
       new  26f065f   Merge pull request #282 from yyoncho/anamorphic-doto
       new  2758ee7   Alias `-cons-pair-p` to `-cons-pair?`
       new  f1ffdf7   Merge pull request #288 from cireu/master
       new  016e0de   Generalize `-rotate` for `|n|` greater than `(length 
list)`.
       new  677c156   Merge pull request #290 from leungbk/rotate
       new  3f7bc26   Provided option to extend destructoring
       new  dca7bdc   Merge pull request #277 from yyoncho/custom-destructoring
       new  fd5980e   Ensure `hash?` expander evaluates its arg only once.
       new  93e0465   Remove dependecy `macroexp`
       new  bbf8016   Remove dependecy `cl-lib` in tests.
       new  1549860   Merge pull request #296 from cireu/fix-hash-opt-expander
       new  258c324   Release 2.16.0
       new  322373a   Remove mention of Marmalade
       new  77f3bf4   Merge pull request #302 from bbatsov/patch-1
       new  a358b79   Speed up `-uniq` with hash-table.
       new  a5706bb   More test to cover cases on different `-compare-fn`
       new  11907f4   Speed up `-uniq` with hash-table. (#305)
       new  ad21e13   Ignore all .elc and TAGS files
       new  7854ec7   Fix quote simplification in docs
       new  4ce0e85   Actually remove mentions of Marmalade
       new  25030c9   Fix test harness in Emacs 27
       new  f3e9cd2   Fix doc and test harnesses (#309)
       new  fae51b5   Make -inits not destroy its argument
       new  ce1294b   Optimize non-destructive -inits
       new  a743ae3   Merge pull request #313 from SwiftLawnGnome/master
       new  62707a6   Avoid interning unused symbols in destructuring
       new  9631947   Merge pull request #317 from cireu/feat/intern-soft
       new  0ee27a4   Clarify docs on -zip-pair future behaviour
       new  fdf6140   Merge pull request #322 from 
wbolster/zip-pair-doc-clarification
       new  070b569   Add missing indent declaration for ‘-some->’ and siblings
       new  5f65fdf   Merge pull request #321 from 
wbolster/some-macro-indentation
       new  68bd347   Fix typos
       new  13e5366   Merge pull request #323 from tarsiiformes/typos
       new  c645ed6   use bash for pre-commit script
       new  e85ed7a   Merge pull request #324 from 
wbolster/use-bash-for-pre-commit-script
       new  42862f3   Use github actions instead of travis
       new  ea7adeb   Merge pull request #328 from conao3/github-actions
       new  800c25d   feat(docs): simplify (function x) to #'x
       new  52fd010   feat: add -zip-lists
       new  721436b   chore: release 2.17.0
       new  53323ec   Fix typo and its copies
       new  fe9bbc2   Merge pull request #334 from tarsiiformes/typo
       new  562084e   Fix another typo and its copies
       new  ea4a4cc   Merge pull request #338 from tarsiiformes/typos
       new  732d92e   Remove duplicate definition.
       new  feea52d   Fix typo
       new  b92ab5a   Merge branch 'zaeph/fix-typo'
       new  1db0854   Add badges to README.
       new  0f238a9   Merge pull request #346 from jcs-PR/badge
       new  eb0a94f   Update docs after incorporating README.md change
       new  be03404   Fix package keywords
       new  e4e5269   Finish last change to package keywords
       new  b1bc1bf   Use correct names of package archives
       new  b329938   Update CI configuration
       new  7629dae   Add dir-locals-file with useful settings
       new  f2c0e0d   Add dash-fontify-mode
       new  0517ab1   Optimize -cycle a bit
       new  f800e2e   Prefer declare forms over lisp-indent-function
       new  e47ecb8   Improve --each-while
       new  3950c48   ; Fix typo in version of recent obsoletion
       new  78fee36   * .dir-locals.el (sh-mode): Enforce indentation.
       new  8a33835   .gitignore: Ignore second dir-locals-file.
       new  081e10a   Improve take/drop definitions
       new  713fd6c   Merge pull request #354 from blc/takedrop
       new  2da2304   Remove generated manual dash.info
       new  b4ab366   Merge pull request #355 from blc/info
       new  770121b   Update copyright notices with HTTPS links
       new  e8ed3d6   * watch-tests.watchr: Remove file.
       new  fbc9e31   Merge branch externals/dash from GNU ELPA
       new  814c407   * dev/.nosearch: Document file's purpose.
       new  1d897cc   Simplify examples-to-docs a bit
       new  018d30c   Update all library headers for 2021
       new  aa76fb3   Copy-edit README
       new  2fb97f0   ; Fix typo in last change
       new  ba3fb62   More README copy-edits
       new  2200db0   Various Texinfo manual improvements
       new  e8cc2ec   Merge pull request #358 from blc/texi
       new  84721fc   Optimize -repeat a bit
       new  9c6a7c3   Add Makefile
       new  adf3a0d   Merge pull request #359 from blc/make
       new  2a94ea5   Remove unnecessary helper function
       new  b34ddf5   Improve formatting of ellipses
       new  f2cd73d   Make --dotimes more hygienic
       new  1d58249   Write -iterate in terms of --iterate
       new  3d38fa2   Use actual dash-functional.el version in manual
       new  47f8b2b   Clean up -doto
       new  ac1f66a   ; Fix omission in last change
       new  8879c41   Use actual dash-functional.el version in README
       new  d983d4f   Fix -doto
       new  5a64259   ; Move -doto/--doto next to other threading macros
       new  794bf8c   ; Fix omission in last change
       new  92393c7   Clean up core definitions
       new  b3c58ff   Fix docstring of -list
       new  38dc929   Fix, improve, and extend anaphoric folds
       new  f9d67ae   Merge pull request #314 from blc/reductions
       new  31a655b   Fix -cons* with no arguments
       new  eaf33b3   Add info-lookup-symbol support
       new  3423be4   Merge pull request #364 from blc/info-look
       new  994cda9   Simplify -cons-pair?
       new  565055e   * dash.el (---truthy?): Simplify.
       new  558cd95   Fix take/drop splits (again)
       new  97bd233   Use lexical binding for -grade-up/down
       new  3034638   Tidy up -grade-up and -grade-down a bit
       new  f975634   Merge pull request #235
       new  6a57833   Add -iota (#207)
       new  5f7f2d6   Add example for an iota error condition
       new  d308676   Fix signal argument and case where start is null
       new  8248997   Merge pull request #207 from holomorph/iota
       new  d98f5a0   Update for -iota
       new  3694ae9   * dash.el (-iota): Simplify and purify.
       new  1152feb   Deprecate variadic -list
       new  bf8d876   Merge pull request #363 from blc/list
       new  ca36c57   Allow -lambda with no arguments
       new  76ace7f   Fix error signaling
       new  9256290   * dash.el (-->): Indent with 1 distinguished arg.
       new  d7d0acb   Don't call eval
       new  bf8a462   Partially revert last change
       new  1ccf08d   ; Fix last change
       new  609ac28   Improve Texinfo markup when documenting errors
       new  0f13e5e   Prefer push over add-to-list
       new  2625bc5   Don't use insert-file-contents-literally
       new  7583e65   Revert --map to using mapcar
       new  9703eac   ; Fix Edebug spec in last change
       new  7a9c937   Translate non-printable chars in docs
       new  6f5888c   Extend --filter and --remove docs and tests
       new  db45ee7   Optimize -remove-first a bit
       new  999cae9   Fix short-circuiting of --first
       new  3726eb1   Improve the examples of -some
       new  4fb9613   Avoid evaluating file-local variables
       new  f61769d   * dash.el (dash--keywords): Prefer rx.
       new  4a32a5d   Write -remove-last in terms of --remove-last
       new  ce4a344   Eliminate odd? from examples
       new  f3ae7bb   Alias -remove-item to remove
       new  0e5acda   Simplify -non-nil
       new  ff5ed7a   Extend -keep docs and tests
       new  5d8de45   ; Fix recent typo in -filter & -remove docstrings
       new  7fc72d9   Fix Markdown quoting
       new  2aeb4e4   Use actual advertised function signature in README
       new  525ede2   Improve docstring Markdown formatting
       new  9ad0d2b   Extend -map-indexed docs and tests
       new  a536770   Prefer relative image links in README
       new  cbd3b29   * .elpaignore: Exclude dev/ from GNU ELPA tarball.
       new  8bd2887   Move pre-commit.sh under dev/
       new  8599380   Optimize -is-prefix? and -is-suffix?
       new  2a10547   Fix handling nils of -some-->
       new  e5e5363   Merge pull request #367 from HKey/fix-handling-nil
       new  0789fd0   Fix -some--> docstring and Edebug spec
       new  e0254c5   * dash.el (-doto): Fix Edebug spec.
       new  5362be7   Use actual advertised function signature in manual
       new  b0bef0f   Don't set text-quoting-style globally
       new  46e43c0   Fix long-standing typo in Texinfo generation
       new  65eeaf6   Fix long-standing typo in examples
       new  eedc2af   Fix docstring Texinfo generation
       new  926eb0b   Add forceful Makefile targets
       new  dbbf617   Remove dead code from examples-to-info.el
       new  bedc804   Improve function-to-info
       new  7ee12ee   Use buffers for Texinfo generation
       new  ee9bceb   Leave Texinfo docstring indentation as is
       new  baf9147   Simplify Texinfo generation
       new  a6b16ea   Localize 'nil -> '() replacement in Texinfo
       new  56db327   Fix printing in Emacs < 27
       new  9727f7c   Simplify Lisp -> Texinfo printing
       new  d76505d   Use dash--replace-all in Texinfo format-docstring
       new  47114ca   Make manual generation more consistent with README
       new  c38b06f   Port some recent manual changes to README
       new  7ec3975   Avoid deleting docs in old Emacs versions
       new  3cfbebf   Port more Texinfo generation changes to Markdown
       new  7b2584c   Simplify GitHub link creation
       new  3fa27c4   Make README's def-example-group more like manual's
       new  7048e68   Restore some newlines in docstrings
       new  03748d8   Prefer '() over () in printed examples
       new  f6554c3   Unquote results in README examples
       new  6ffcd89   Print actual error messages in README
       new  4f3238b   Strip leading zeros from octal escapes in Emacs 26
       new  6c41b32   Move case-fold-search binding to where it's used
       new  2028805   Don't quote error messages in Texinfo examples
       new  1c711f1   Unquote results in Texinfo examples
       new  1bf9ddb   Makefile aesthetics
       new  4043f4e   Consolidate duplicated change logs in new NEWS.md
       new  39e5b12   Merge pull request #370 from blc/news
       new  af21da3   * dash-functional.el: Fix Author header.
       new  51d81a5   Avoid using dash.el functions in macro bodies
       new  9c6b979   Unify dev/examples-to-*.el files
       new  41b5681   Merge pull request #369 from blc/gut
       new  cec8c0d   Rename approx-equal to more accurate approx=
       new  da0415b   * NEWS.md (2.18): Start news for upcoming release.
       new  4d40317   Update list of contributors
       new  be4e939   ; Fix recent whitespace change in dev/examples.el.
       new  5eea156   Absorb dash-functional into dash
       new  0e97578   Release dash 2.18.0 and dash-functional 1.3.0


Summary of changes:
 .dir-locals.el                     |   14 +
 .elpaignore                        |    1 +
 .github/workflows/test.yml         |   38 +
 .gitignore                         |   12 +
 .travis.yml                        |   15 -
 LICENSE                            |  674 +++++++++
 Makefile                           |   72 +
 NEWS.md                            |  265 ++++
 README.md                          | 2169 +++++++++++++++++----------
 create-docs.sh                     |   13 -
 dash-functional.el                 |  214 +--
 dash-template.texi                 |  495 +++---
 dash.el                            | 2239 +++++++++++++++++++--------
 dash.info                          | 2906 ------------------------------------
 dash.texi                          | 2623 ++++++++++++++++++++------------
 dev/.nosearch                      |    2 +
 dev/dash-defs.el                   |  337 +++++
 dev/ert.el                         | 2544 -------------------------------
 dev/examples-to-docs.el            |  178 ---
 dev/examples-to-info.el            |  203 ---
 dev/examples-to-tests.el           |   49 -
 dev/examples.el                    |  923 ++++++++++--
 pre-commit.sh => dev/pre-commit.sh |    6 +-
 doc/fdl.texi                       |  505 +++++++
 doc/gpl.texi                       |  717 +++++++++
 readme-template.md                 |  315 ++--
 run-tests.sh                       |   31 -
 run-travis-ci.sh                   |   20 -
 watch-tests.watchr                 |   38 -
 29 files changed, 8432 insertions(+), 9186 deletions(-)
 create mode 100644 .dir-locals.el
 create mode 100644 .elpaignore
 create mode 100644 .github/workflows/test.yml
 delete mode 100644 .travis.yml
 create mode 100644 LICENSE
 create mode 100644 Makefile
 create mode 100644 NEWS.md
 delete mode 100755 create-docs.sh
 delete mode 100644 dash.info
 create mode 100644 dev/dash-defs.el
 delete mode 100644 dev/ert.el
 delete mode 100644 dev/examples-to-docs.el
 delete mode 100644 dev/examples-to-info.el
 delete mode 100644 dev/examples-to-tests.el
 rename pre-commit.sh => dev/pre-commit.sh (51%)
 create mode 100644 doc/fdl.texi
 create mode 100644 doc/gpl.texi
 delete mode 100755 run-tests.sh
 delete mode 100755 run-travis-ci.sh
 delete mode 100644 watch-tests.watchr



reply via email to

[Prev in Thread] Current Thread [Next in Thread]