[elpa] externals/pyim 15de273: * pyim-dhashcache.el (pyim-dhashcache-init-variables): 存在备份只提醒一次,不然太烦。

2021-12-16 Thread ELPA Syncer
branch: externals/pyim commit 15de273d86d5801347cc0962569669f49dff681b Author: Feng Shu Commit: Feng Shu * pyim-dhashcache.el (pyim-dhashcache-init-variables): 存在备份只提醒一次,不然太烦。 --- pyim-dhashcache.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyim-dhashcache.el b/p

[elpa] externals/pyim 0c5df7a 1/2: * pyim-dhashcache.el (pyim-dhashcache-init-variables): 发现备份文件时通知用户。

2021-12-16 Thread ELPA Syncer
branch: externals/pyim commit 0c5df7a1da98fbbb695b5d5ee20d8581c26a0c38 Author: Feng Shu Commit: Feng Shu * pyim-dhashcache.el (pyim-dhashcache-init-variables): 发现备份文件时通知用户。 --- pyim-dhashcache.el | 4 1 file changed, 4 insertions(+) diff --git a/pyim-dhashcache.el b/pyim-dhashcache.el

[elpa] externals/pyim updated (adaaba8 -> 349d42d)

2021-12-16 Thread ELPA Syncer
elpasync pushed a change to branch externals/pyim. from adaaba8 添加词库自动备份机制。 new 0c5df7a * pyim-dhashcache.el (pyim-dhashcache-init-variables): 发现备份文件时通知用户。 new 349d42d * pyim-dhashcache.el (pyim-dhashcache-init-variables): test directory exist. Summary of changes:

[elpa] externals/pyim 349d42d 2/2: * pyim-dhashcache.el (pyim-dhashcache-init-variables): test directory exist.

2021-12-16 Thread ELPA Syncer
branch: externals/pyim commit 349d42d60996788552d29bf7ffab2824e2fed24e Author: Feng Shu Commit: Feng Shu * pyim-dhashcache.el (pyim-dhashcache-init-variables): test directory exist. --- pyim-dhashcache.el | 1 + 1 file changed, 1 insertion(+) diff --git a/pyim-dhashcache.el b/pyim-dhashcac

[elpa] externals/org 895e0ba: ob-gnuplot: Fix regression from 23d8d59df when ox-org is not loaded

2021-12-16 Thread ELPA Syncer
branch: externals/org commit 895e0baadf65832ccdbf0587fc5abc3785d67ec2 Author: Ihor Radchenko Commit: Ihor Radchenko ob-gnuplot: Fix regression from 23d8d59df when ox-org is not loaded * lisp/ob-gnuplot.el (org-babel-gnuplot-table-to-data): Require ox-org, making sure that org ex

[elpa] externals/ivy-posframe 533a8e3: * ivy-posframe.el (ivy-posframe-display-at-frame-bottom-center): Added. #118

2021-12-16 Thread ELPA Syncer
branch: externals/ivy-posframe commit 533a8e368fcabfd534761a5c685ce713376fa594 Author: Feng Shu Commit: Feng Shu * ivy-posframe.el (ivy-posframe-display-at-frame-bottom-center): Added. #118 --- ivy-posframe.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ivy-posframe.el b/ivy-posf

[elpa] externals/pyim adaaba8: 添加词库自动备份机制。

2021-12-16 Thread ELPA Syncer
branch: externals/pyim commit adaaba869de37056118d9f5b26895f8a0bd9b13b Author: Feng Shu Commit: Feng Shu 添加词库自动备份机制。 * pyim-dhashcache.el (pyim-dhashcache-save-personal-dcache-to-file): Add auto-backup-threshold value. * pyim-dcache.el (pyim-dcache-save-variable)

[elpa] externals/eev 9fe0b58: Added a way to use test blocks in languages without multiline comments.

2021-12-16 Thread ELPA Syncer
ml() (interactive) (eepitch-comint "sml" "sml")) +(defun eepitch-labltk () (interactive) (eepitch-comint "labltk" "labltk")) (defun eepitch-erl() (interactive) (eepitch-comint "erl" "erl")) (defun eepitch-coqtop () (interactive) (

[nongnu] elpa/geiser-chez 73d1671 1/2: add support for Tramp remote files

2021-12-16 Thread ELPA Syncer
branch: elpa/geiser-chez commit 73d1671d69aec54ce81bedac8c55976900e0b945 Author: Felipe Lema Commit: Felipe Lema add support for Tramp remote files - Treat files loaded at start as process-local files - `geiser-chez-init-file` won't be added to command-line arguments if it d

[nongnu] elpa/geiser-chez 48427d4 2/2: Version bump

2021-12-16 Thread ELPA Syncer
branch: elpa/geiser-chez commit 48427d4aecc6fed751d266673f1ce2ad57ddbcfc Author: jao Commit: jao Version bump --- geiser-chez.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/geiser-chez.el b/geiser-chez.el index 622acfe..7f29927 100644 --- a/geiser-chez.el +++ b/g

[nongnu] elpa/geiser-chez updated (ab2dde7 -> 48427d4)

2021-12-16 Thread ELPA Syncer
elpasync pushed a change to branch elpa/geiser-chez. from ab2dde7 Tell geiser we've entered the debugger: newest version will listen new 73d1671 add support for Tramp remote files new 48427d4 Version bump Summary of changes: geiser-chez.el | 48

[nongnu] elpa/rust-mode 5b0c565 2/3: Don't include the `', ` in compilation highlighting

2021-12-16 Thread ELPA Syncer
branch: elpa/rust-mode commit 5b0c565bb3f18d8a086ec01b864e01307b29d5ce Author: Zephyr Shannon Commit: Zephyr Shannon Don't include the `', ` in compilation highlighting It's more distracting than helpful. --- rust-compile.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

[nongnu] elpa/rust-mode 9b8d218 3/3: Merge pull request #414 from RadicalZephyr/fix-cargo-compilation-regex

2021-12-16 Thread ELPA Syncer
branch: elpa/rust-mode commit 9b8d218d74269429c77b5f646ba2c2a2c66ff050 Merge: 01452f4 5b0c565 Author: brotzeit Commit: GitHub Merge pull request #414 from RadicalZephyr/fix-cargo-compilation-regex Fix cargo compilation regex --- rust-compile.el | 2 +- 1 file changed, 1 insertion(+

[nongnu] elpa/rust-mode aad506d 1/3: Fix cargo compilation regex starting match

2021-12-16 Thread ELPA Syncer
branch: elpa/rust-mode commit aad506dfb2bf5dc1234c6dce5971d75051576490 Author: Zephyr Shannon Commit: Zephyr Shannon Fix cargo compilation regex starting match Previously this regex attempted to match the entire cargo output including the name of the thread that panicked and the

[nongnu] elpa/rust-mode 01452f4: Fix rust-electric-pair-skip-self-wrap

2021-12-16 Thread ELPA Syncer
branch: elpa/rust-mode commit 01452f41c15d25b37d0cd3968a04eb397ba2df73 Author: Roy Crihfield Commit: brotzeit Fix rust-electric-pair-skip-self-wrap nil is a valid value for electric-pair-skip-self, so handle that case --- rust-mode.el | 3 ++- 1 file changed, 2 insertions(+), 1 del

[nongnu] elpa/rust-mode updated (01452f4 -> 9b8d218)

2021-12-16 Thread ELPA Syncer
elpasync pushed a change to branch elpa/rust-mode. from 01452f4 Fix rust-electric-pair-skip-self-wrap new aad506d Fix cargo compilation regex starting match new 5b0c565 Don't include the `', ` in compilation highlighting new 9b8d218 Merge pull request #414 fr

[nongnu] elpa/git-commit updated (7b19ac5 -> f766f68)

2021-12-16 Thread ELPA Syncer
elpasync pushed a change to branch elpa/git-commit. from 7b19ac5 AUTHORS.md: Update list of contributors new 895fd3f make: Default to no libgit support new f766f68 magit-pull: Add --ff-only Summary of changes: default.mk | 2 +- lisp/magit-pull.el | 2 ++ 2

[nongnu] elpa/buttercup b4e0986 333/340: Merge pull request #194 from doublep/eldev-doc

2021-12-16 Thread ELPA Syncer
branch: elpa/buttercup commit b4e0986c25fe5d5f2a95a54ebcf0af18742430ff Merge: 843fa6f 9dda405 Author: Ola Nilsson Commit: GitHub Merge pull request #194 from doublep/eldev-doc Document use with Eldev --- docs/running-tests.md | 86 +--

[nongnu] elpa/buttercup bd55e2b 330/340: Add stacktrace style `omit`

2021-12-16 Thread ELPA Syncer
branch: elpa/buttercup commit bd55e2b9c6a6d557394d6a8e8daf33af541832d1 Author: Ola Nilsson Commit: Ola Nilsson Add stacktrace style `omit` Setting the backtrace style to `omit` will disable the entire post-report from the batch-reporter. This means that the names of failing

[nongnu] elpa/buttercup 843fa6f 327/340: Keep the actual variable definition with the reporter

2021-12-16 Thread ELPA Syncer
branch: elpa/buttercup commit 843fa6f58a67c9684ed43bb6f0deaccd482ec80c Author: Ola Nilsson Commit: Ola Nilsson Keep the actual variable definition with the reporter The buttercup-reporter-batch-quiet-statuses is a part of the buttercup-batch-reporter, so it should be defined clo

[nongnu] elpa/buttercup 62a34c7 322/340: Remove elc files in tests on make clean

2021-12-16 Thread ELPA Syncer
branch: elpa/buttercup commit 62a34c7b6339665df5ea654231177430111a1e3f Author: Ola Nilsson Commit: Ola Nilsson Remove elc files in tests on make clean --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4a543cf..276f24c 100644 --- a/Mak

[nongnu] elpa/buttercup 4d974d2 319/340: Use correct function for --stale-file-error

2021-12-16 Thread ELPA Syncer
branch: elpa/buttercup commit 4d974d28d4525533ec72b1e5885f8b72b387c5fb Author: Ola Nilsson Commit: Ola Nilsson Use correct function for --stale-file-error A work-in-progress name was accidentally left in here. Fixes #193. --- buttercup.el | 2 +- 1 file changed, 1 insertio

[nongnu] elpa/buttercup a9647cb 316/340: Bump version: 1.22 → 1.23

2021-12-16 Thread ELPA Syncer
branch: elpa/buttercup commit a9647cbb566eb488b7bbde44c4cdaf51b7915851 Author: Ola Nilsson Commit: Ola Nilsson Bump version: 1.22 → 1.23 --- .bumpversion.cfg | 2 +- buttercup-pkg.el | 2 +- buttercup.el | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion

[nongnu] elpa/buttercup 995a4f1 312/340: Add missing docstrings, correct some other docstrings

2021-12-16 Thread ELPA Syncer
branch: elpa/buttercup commit 995a4f18f23b7e1eaf1626e6774f500868b15d8f Author: Ola Nilsson Commit: Ola Nilsson Add missing docstrings, correct some other docstrings --- buttercup.el | 19 +++ 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/buttercup.el b/butte

[nongnu] elpa/buttercup d6de872 309/340: Improve buttercup-reporter-batch--print-failed-spec-report

2021-12-16 Thread ELPA Syncer
branch: elpa/buttercup commit d6de872880f91b6c3699fa383989e76f184132cb Author: Ola Nilsson Commit: Ola Nilsson Improve buttercup-reporter-batch--print-failed-spec-report Make sure `description' is a cons before taking its car. --- buttercup.el | 2 +- 1 file changed, 1 insertion(+)

[nongnu] elpa/buttercup 74e74e2 302/340: Extract buttercup-reporter-batch--print-failed-spec-report

2021-12-16 Thread ELPA Syncer
branch: elpa/buttercup commit 74e74e2e2e543f5101b7e5a532e4ccaa6d46be55 Author: Ola Nilsson Commit: Ola Nilsson Extract buttercup-reporter-batch--print-failed-spec-report ... from the batch reporters --- buttercup.el | 72

[nongnu] elpa/buttercup 2d77e18 300/340: test: Correct descriptions for some suite-done specs

2021-12-16 Thread ELPA Syncer
branch: elpa/buttercup commit 2d77e187ab16e598cffc2dfee3800c2e90c34dc7 Author: Ola Nilsson Commit: Ola Nilsson test: Correct descriptions for some suite-done specs --- tests/test-buttercup.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test-buttercup.el b/t

[nongnu] elpa/buttercup 5752a57 295/340: Control errors from buttercup-run with noerror argument

2021-12-16 Thread ELPA Syncer
branch: elpa/buttercup commit 5752a570797d1be1b442e874281c5e7ded471112 Author: Ola Nilsson Commit: Ola Nilsson Control errors from buttercup-run with noerror argument When the noerror argument is non-nil, indicate failure with return value instead of signalling an error. This s

[nongnu] elpa/buttercup d443ecb 293/340: Clarify patterns in bin/buttercup

2021-12-16 Thread ELPA Syncer
branch: elpa/buttercup commit d443ecb5580d15b54b4f80d333484a71aac1d27a Author: Ola Nilsson Commit: Ola Nilsson Clarify patterns in bin/buttercup --- bin/buttercup | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bin/buttercup b/bin/buttercup index 606436b..db5dee7 100

[nongnu] elpa/buttercup dde8651 290/340: Add new function buttercup--spec-mark-pending and use it

2021-12-16 Thread ELPA Syncer
branch: elpa/buttercup commit dde8651cf2ca5364f3caaf8b515ac7a7dcd79e40 Author: Ola Nilsson Commit: Ola Nilsson Add new function buttercup--spec-mark-pending and use it The purpose of the new function is to create one place to set specs as pending in a well defined way. --- butt

[nongnu] elpa/buttercup 532d082 284/340: test: Fix tab stops in send-string-to-ansi-buffer for Emacs 24.3

2021-12-16 Thread ELPA Syncer
branch: elpa/buttercup commit 532d082a363add4f6d9838ca3f924a773ce12136 Author: Ola Nilsson Commit: Ola Nilsson test: Fix tab stops in send-string-to-ansi-buffer for Emacs 24.3 tab-stop-list can only be nil in Emacs 24.4 and forward. As we still support Emacs 24.3, set tab-stop-

[nongnu] elpa/buttercup 2be9ad3 280/340: test: Add color tests for spec-done

2021-12-16 Thread ELPA Syncer
branch: elpa/buttercup commit 2be9ad32209176e82ad1a4cedac695a366db3258 Author: Ola Nilsson Commit: Ola Nilsson test: Add color tests for spec-done Refactor the tests into new suites. --- tests/test-buttercup.el | 91 +++-- 1 file changed,

[nongnu] elpa/buttercup 2040757 277/340: test: Add reporter test for buttercup-started with pending specs

2021-12-16 Thread ELPA Syncer
branch: elpa/buttercup commit 2040757c3c55a2c2abfdd517b2360cd9ced456c2 Author: Ola Nilsson Commit: Ola Nilsson test: Add reporter test for buttercup-started with pending specs --- tests/test-buttercup.el | 19 --- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git

[nongnu] elpa/buttercup 25bc00d 273/340: test: Set up suite "The batch reporter" to use fake terminal

2021-12-16 Thread ELPA Syncer
branch: elpa/buttercup commit 25bc00d99a08c95569461e259366997d16b9ab07 Author: Ola Nilsson Commit: Ola Nilsson test: Set up suite "The batch reporter" to use fake terminal Use a spy to mock send-string-to-terminal with send-string-to-ansi-buffer, storing output in a temporary bu

[nongnu] elpa/buttercup 6655f77 269/340: Update test run duration output in buttercup-reporter-batch

2021-12-16 Thread ELPA Syncer
branch: elpa/buttercup commit 6655f773265efdd304ae3554557ac056b6e897d3 Author: Ola Nilsson Commit: Ola Nilsson Update test run duration output in buttercup-reporter-batch ... to match that of buttercup-reporter-batch-color. buttercup-reporter-batch-color was changed in

[nongnu] elpa/buttercup 669ca99 267/340: test: Split make rule test into test-buttercup and test-docs

2021-12-16 Thread ELPA Syncer
branch: elpa/buttercup commit 669ca9985a32510ac892b50d508f3141f66512f3 Author: Ola Nilsson Commit: Ola Nilsson test: Split make rule test into test-buttercup and test-docs Makes it easier to run just the tests you are working on. --- Makefile | 6 +- 1 file changed, 5 insertion

[nongnu] elpa/buttercup 0dbd474 263/340: Bump version: 1.20 → 1.21

2021-12-16 Thread ELPA Syncer
branch: elpa/buttercup commit 0dbd474460e4c314bf8bc6e4d3dec647081538c9 Author: Ola Nilsson Commit: Ola Nilsson Bump version: 1.20 → 1.21 --- .bumpversion.cfg | 2 +- buttercup-pkg.el | 2 +- buttercup.el | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion

[nongnu] elpa/buttercup 1fd0d8b 260/340: Set state pending for skipped specs for correct initial count

2021-12-16 Thread ELPA Syncer
branch: elpa/buttercup commit 1fd0d8b7fd7aa00d487b12b56410b2b4c72680aa Author: Ola Nilsson Commit: Ola Nilsson Set state pending for skipped specs for correct initial count By setting the status field to pending, the initial count printed by the reporter will be correct. --- bu

[nongnu] elpa/buttercup f3c2b00 261/340: test: Move with-local-buttercup to top of file

2021-12-16 Thread ELPA Syncer
branch: elpa/buttercup commit f3c2b0048f270724ccf87b9b73ced9817439ff0b Author: Ola Nilsson Commit: Ola Nilsson test: Move with-local-buttercup to top of file --- tests/test-buttercup.el | 28 ++-- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/tests/

[nongnu] elpa/buttercup 521b71b 253/340: Add tests to ensure pending spec state is not overwritten

2021-12-16 Thread ELPA Syncer
branch: elpa/buttercup commit 521b71bc5814a185888a13b13ca2ba96cd740161 Author: Ola Nilsson Commit: Ola Nilsson Add tests to ensure pending spec state is not overwritten Any pending spec in an active suite with at least one after-each function will be marked as passed when butter

[nongnu] elpa/buttercup d8ab09d 244/340: Update documentation for the --pattern option in running-tests.md

2021-12-16 Thread ELPA Syncer
branch: elpa/buttercup commit d8ab09da2f6a4029114ae72e0f196dbd308ea54c Author: Ola Nilsson Commit: Ola Nilsson Update documentation for the --pattern option in running-tests.md --pattern matches test descriptions, not filenames. Fixes #87. --- docs/running-tests.md | 9 +++

[nongnu] elpa/buttercup 243b71f 245/340: Merge branch 'spy-scope-error'

2021-12-16 Thread ELPA Syncer
branch: elpa/buttercup commit 243b71f25ab8c638c3aeac644672fe670e69e321 Merge: d8ab09d 83141f7 Author: Ola Nilsson Commit: Ola Nilsson Merge branch 'spy-scope-error' * spy-scope-error: Raise an error if spy-on is used in the wrong context --- buttercup.el| 20 +

[nongnu] elpa/buttercup 9b87afc 234/340: Merge branch 'snogge/spy-context-tweaks'

2021-12-16 Thread ELPA Syncer
branch: elpa/buttercup commit 9b87afc57f5131259957a8bfd5d4bf53917e4beb Merge: c720cef 8d91893 Author: Ola Nilsson Commit: Ola Nilsson Merge branch 'snogge/spy-context-tweaks' * spy-context-tweaks: Optimize spy-calls-count-errors and spy-calls-count-returned Tweak the spy

[nongnu] elpa/buttercup a970d10 228/340: Implement spy-calls-count-returned and spy-calls-count-errors

2021-12-16 Thread ELPA Syncer
branch: elpa/buttercup commit a970d10c2f681b65e205d52189c36cd1b0122e43 Author: Ryan C. Thompson Commit: Ryan C. Thompson Implement spy-calls-count-returned and spy-calls-count-errors A test is added for both functions. --- buttercup.el | 10 ++ docs/writing-tests.m

[nongnu] elpa/buttercup 9408a72 220/340: Merge pull request #154 from DarwinAwardWinner/test-emacs-26.3

2021-12-16 Thread ELPA Syncer
branch: elpa/buttercup commit 9408a7263f10020b0447a6fd1ec6680e730c25f7 Merge: 246ddd7 49f01fc Author: Ola Nilsson Commit: GitHub Merge pull request #154 from DarwinAwardWinner/test-emacs-26.3 Add emacs-26.3 to CI config --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --

[nongnu] elpa/buttercup bd851d4 217/340: Merge pull request #155 from snogge/travis-xenial

2021-12-16 Thread ELPA Syncer
branch: elpa/buttercup commit bd851d4924fec6a7b67d7e39df0b038fe0cf680f Merge: d9ce620 ff16814 Author: Ola Nilsson Commit: GitHub Merge pull request #155 from snogge/travis-xenial travis: Always test on xenial --- .travis.yml | 7 --- 1 file changed, 4 insertions(+), 3 deletions

[nongnu] elpa/buttercup c100fad 210/340: Implement buttercup-suppress-warning-capture

2021-12-16 Thread ELPA Syncer
branch: elpa/buttercup commit c100fad6384507ffe6329d95c0a3d787db2f0731 Author: Ryan C. Thompson Commit: Ryan C. Thompson Implement buttercup-suppress-warning-capture Fixes #124. --- buttercup.el | 13 + docs/writing-tests.md | 15 ++- 2 files change

[nongnu] elpa/buttercup ff16814 216/340: travis: Always test on xenial

2021-12-16 Thread ELPA Syncer
branch: elpa/buttercup commit ff1681442d77fb1e0456ed8a6a0970b4b42e4042 Author: Ola Nilsson Commit: Ola Nilsson travis: Always test on xenial --- .travis.yml | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8d00c58..644f04a 100644 ---

[nongnu] elpa/buttercup 2bc55fe 201/340: Add emacs-26.2 to CI config

2021-12-16 Thread ELPA Syncer
branch: elpa/buttercup commit 2bc55fe6983d4e3735ee084f18d7eb2319152fa1 Author: Kevin J. Foley Commit: Kevin J. Foley Add emacs-26.2 to CI config --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index da3de57..8d00c58 100644 --- a/.travis.yml +++

[nongnu] elpa/buttercup 810fa6f 197/340: Bump version: 1.15 → 1.16

2021-12-16 Thread ELPA Syncer
branch: elpa/buttercup commit 810fa6fb8dab06610dbf2b5ccbc64b4d0ecc7485 Author: Jorgen Schaefer Commit: Jorgen Schaefer Bump version: 1.15 → 1.16 --- .bumpversion.cfg | 2 +- buttercup-pkg.el | 2 +- buttercup.el | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bum

[nongnu] elpa/buttercup 1850253 195/340: Remove duplicate buttercup-color declaration

2021-12-16 Thread ELPA Syncer
branch: elpa/buttercup commit 18502530d66f48751f4772cc383ce340c1d86a0a Author: Ola Nilsson Commit: Jorgen Schäfer Remove duplicate buttercup-color declaration --- buttercup.el | 3 --- 1 file changed, 3 deletions(-) diff --git a/buttercup.el b/buttercup.el index ec233ad..05ae9bb 100644 ---

[nongnu] elpa/buttercup 4089d5f 194/340: Bump version: 1.14 → 1.15

2021-12-16 Thread ELPA Syncer
branch: elpa/buttercup commit 4089d5f66dcf1dd25d8e56fe6508f1fa48ac097c Author: Jorgen Schaefer Commit: Jorgen Schaefer Bump version: 1.14 → 1.15 --- .bumpversion.cfg | 2 +- buttercup-pkg.el | 2 +- buttercup.el | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bum

[nongnu] elpa/buttercup 7cea4c6 192/340: Test buttercup-run

2021-12-16 Thread ELPA Syncer
branch: elpa/buttercup commit 7cea4c6e2b4757c688e0d32c99b5389147102633 Author: Ola Nilsson Commit: Jorgen Schäfer Test buttercup-run --- tests/test-buttercup.el | 28 1 file changed, 28 insertions(+) diff --git a/tests/test-buttercup.el b/tests/test-buttercup.e

[nongnu] elpa/buttercup 406c41d 190/340: Print elapsed time for each spec

2021-12-16 Thread ELPA Syncer
branch: elpa/buttercup commit 406c41d9a795ed17f6d91f7b9ea2c66edd9fdbb5 Author: Ola Nilsson Commit: Jorgen Schäfer Print elapsed time for each spec --- buttercup-compat.el | 19 +++ buttercup.el| 25 +++-- tests/test-buttercup.el | 32 +

[nongnu] elpa/buttercup edcffde 189/340: Add start and end times to each suite or spec

2021-12-16 Thread ELPA Syncer
branch: elpa/buttercup commit edcffdecc164d9fbf2fb8083bfa7019ada7f1d6e Author: Ola Nilsson Commit: Jorgen Schäfer Add start and end times to each suite or spec The timestamps and the new function buttercup-elapsed-time can be used by reporters to print elapsed time. --- butterc

[nongnu] elpa/buttercup 0d742b0 187/340: Set failure-description for pending specs

2021-12-16 Thread ELPA Syncer
branch: elpa/buttercup commit 0d742b00debd59f07320638c505777f6a908f5ad Author: Ola Nilsson Commit: Jorgen Schäfer Set failure-description for pending specs The status slot in buttercup-suite-or-spec is set ahead of time for pending (not skipped) specs. This meant that the failu

[nongnu] elpa/buttercup 079ef3e 186/340: Bump version: 1.12 → 1.13

2021-12-16 Thread ELPA Syncer
branch: elpa/buttercup commit 079ef3e4620075932fecdda01e55eb4d78ba13a4 Author: Jorgen Schaefer Commit: Jorgen Schaefer Bump version: 1.12 → 1.13 --- .bumpversion.cfg | 2 +- buttercup-pkg.el | 2 +- buttercup.el | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bum

[nongnu] elpa/buttercup 553529f 181/340: Remove obsolete buttercup-xdescribe

2021-12-16 Thread ELPA Syncer
branch: elpa/buttercup commit 553529f1877209772e2026b1fe0a87a2830b1aaa Author: Ola Nilsson Commit: Ola Nilsson Remove obsolete buttercup-xdescribe buttercup-xdescribe is no longer used by the xdescribe macro. --- buttercup.el| 12 tests/test-buttercup.el |

[nongnu] elpa/buttercup 636db47 172/340: Typo fixes (#126)

2021-12-16 Thread ELPA Syncer
branch: elpa/buttercup commit 636db47e2a8407afaf6691ad981ed4368dcc605d Author: Wieland Hoffmann Commit: Jorgen Schäfer Typo fixes (#126) * Typo: unexprctedly → unexpectedly * Typo: 'the e items' → 'the same items' --- buttercup.el | 2 +- 1 file changed, 1 insertion(+), 1

[nongnu] elpa/buttercup 61ebe91 171/340: Update README.md

2021-12-16 Thread ELPA Syncer
branch: elpa/buttercup commit 61ebe911ce53ca939abe1c216312f183a395779d Author: Sean Allred Commit: Jorgen Schäfer Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dfcbf2c..7c507cd 100644 --- a/README.md +++ b/READ

[nongnu] elpa/buttercup bbbf692 166/340: Fix more compile warnings.

2021-12-16 Thread ELPA Syncer
branch: elpa/buttercup commit bbbf6924ff214b518718687ead96ceec92bdbaba Author: Philipp Stephani Commit: Jorgen Schäfer Fix more compile warnings. Mark symbols only used for destructuring as unused. --- buttercup.el | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) d

[nongnu] elpa/buttercup 47dd72c 156/340: Set file local variables for consistent code style

2021-12-16 Thread ELPA Syncer
branch: elpa/buttercup commit 47dd72c91e402a6dad264b279bbc0f93bae82af6 Author: Ola Nilsson Commit: Jorgen Schäfer Set file local variables for consistent code style Set indent-tabs-mode and sentence-end-double-space to nil. --- buttercup.el | 4 1 file changed, 4 insertions(+)

[nongnu] elpa/buttercup 897d0e7 155/340: Remove some warnings on test-buttercup.el

2021-12-16 Thread ELPA Syncer
branch: elpa/buttercup commit 897d0e709cd2ff0e0641244cdc31e204a863af0c Author: Damien Cassou Commit: Jorgen Schäfer Remove some warnings on test-buttercup.el --- tests/test-buttercup.el | 100 ++-- 1 file changed, 55 insertions(+), 45 deletions(-)

[nongnu] elpa/buttercup 11d7fdc 148/340: Add "--help" option to buttercup command-line script

2021-12-16 Thread ELPA Syncer
branch: elpa/buttercup commit 11d7fdce9f46eec62ed86f4f9617e04d2c204b3a Author: Ryan C. Thompson Commit: Jorgen Schäfer Add "--help" option to buttercup command-line script --- bin/buttercup | 51 +++ 1 file changed, 51 insertions(+) diff --gi

[nongnu] elpa/buttercup 18a8879 151/340: Bump version: 1.8 → 1.9

2021-12-16 Thread ELPA Syncer
branch: elpa/buttercup commit 18a887957b0e22d3cc8873796bd27f06b2493a03 Author: Jorgen Schaefer Commit: Jorgen Schaefer Bump version: 1.8 → 1.9 --- .bumpversion.cfg | 2 +- buttercup-pkg.el | 2 +- buttercup.el | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpv

[nongnu] elpa/buttercup 4128f3e 147/340: Document ERT support in writing-tests.md

2021-12-16 Thread ELPA Syncer
branch: elpa/buttercup commit 4128f3e51dab299068cb10be1cf31ad689ac9bec Author: Ryan C. Thompson Commit: Jorgen Schäfer Document ERT support in writing-tests.md --- docs/writing-tests.md | 15 +++ 1 file changed, 15 insertions(+) diff --git a/docs/writing-tests.md b/docs/writing

[nongnu] elpa/buttercup a535e51 134/340: Fix a logic error in spy tests

2021-12-16 Thread ELPA Syncer
branch: elpa/buttercup commit a535e5196f7ea8204476d8336f37f4e18be62dec Author: Ryan C. Thompson Commit: Jorgen Schäfer Fix a logic error in spy tests If "before-each" is used, then some tests, like "restores the old value after a spec run", become meaningless, since the before-e

[nongnu] elpa/buttercup 929a904 143/340: Implement closure-based expect macro

2021-12-16 Thread ELPA Syncer
branch: elpa/buttercup commit 929a904debd4cf5846bbcb7e3c9ee21f7636c5bb Author: Ryan C. Thompson Commit: Jorgen Schäfer Implement closure-based expect macro This redefines the "expect" macro to wrap all its arguments (except the matcher) in closures. Matchers are now expected to

[nongnu] elpa/buttercup e8140aa 133/340: Implement configurable stack traces

2021-12-16 Thread ELPA Syncer
branch: elpa/buttercup commit e8140aa8f824ae6dadf78c664bf13c28a5e45dbf Author: Ryan C. Thompson Commit: Jorgen Schäfer Implement configurable stack traces Use the "--traceback" command-line option or set the "buttercup-stack-frame-style" variable to use this. Possible values

[nongnu] elpa/buttercup 39c7d8c 132/340: Allow ERT "should" and similar to work with buttercup

2021-12-16 Thread ELPA Syncer
branch: elpa/buttercup commit 39c7d8c39629005657453220c06327641965fbc7 Author: Ryan C. Thompson Commit: Jorgen Schäfer Allow ERT "should" and similar to work with buttercup This defines a new macro "buttercup-with-converted-ert-signals" that converts ERT failure and test-skippin

[nongnu] elpa/buttercup 46882f8 131/340: Show a message about duplicate spec names

2021-12-16 Thread ELPA Syncer
branch: elpa/buttercup commit 46882f8f253186723ba744f71f4a2f5405fc06c3 Author: Ryan C. Thompson Commit: Jorgen Schäfer Show a message about duplicate spec names This should be a warning, but for some reason "display-warning" is a no-op inside of "buttercup-describe". Fi

[nongnu] elpa/buttercup 0124cc4 129/340: Signal an error when ":to-throw" is used on a non-function (#97)

2021-12-16 Thread ELPA Syncer
branch: elpa/buttercup commit 0124cc415a80987988b3af8a7d55633559bd6153 Author: Ryan C. Thompson Commit: Jorgen Schäfer Signal an error when ":to-throw" is used on a non-function (#97) * Signal an error when ":to-throw" is used on a non-function Fixes #53. * Add a t

[nongnu] elpa/buttercup d5c9a19 120/340: Make --with-cleanup public so spies can be used without specs

2021-12-16 Thread ELPA Syncer
branch: elpa/buttercup commit d5c9a1987576e34114da828b8aec7f86db2a1590 Author: Damien Cassou Commit: Damien Cassou Make --with-cleanup public so spies can be used without specs --- buttercup.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buttercup.el b/buttercup.

[nongnu] elpa/buttercup 2b5f53d 121/340: [Fix #72] Add buttercup-minor-mode

2021-12-16 Thread ELPA Syncer
branch: elpa/buttercup commit 2b5f53d964b5fb3bc3c4a5e8eb4fe7de68fa97ff Author: Matus Goljer Commit: Matus Goljer [Fix #72] Add buttercup-minor-mode With buttercup minor mode active the following is activated: - `describe` and `it` forms are fontified with `font-lock-k

[nongnu] elpa/buttercup 68692d9 113/340: Update Travis configuration instructions

2021-12-16 Thread ELPA Syncer
branch: elpa/buttercup commit 68692d9e04ba0791c791395ee68500e4a5511ff9 Author: Damien Cassou Commit: GitHub Update Travis configuration instructions Simplify setup by following [EVM recommendations](https://github.com/rejeep/evm#deprecation-warning). --- docs/running-tests.md | 18

[nongnu] elpa/buttercup 06c9699 104/340: Merge pull request #58 from Fuco1/to-equal-as-set

2021-12-16 Thread ELPA Syncer
branch: elpa/buttercup commit 06c9699d6a1af54c08a4a164b40b87ba4a873f31 Merge: 657acef 553ff83 Author: Jorgen Schäfer Commit: Jorgen Schäfer Merge pull request #58 from Fuco1/to-equal-as-set Add :to-equal-as-set to compare lists as sets. --- buttercup-compat.el | 3 +++ buttercup.

[nongnu] elpa/buttercup e6fd5f5 096/340: Track pending specs separately

2021-12-16 Thread ELPA Syncer
branch: elpa/buttercup commit e6fd5f5b406e7f647ee8061487b73fe34aff4cb0 Author: Jorgen Schaefer Commit: Jorgen Schaefer Track pending specs separately Mark the status of a spec as pending when the spec is defined, not just when it is run. This allows reporters to report pending

[nongnu] elpa/buttercup cc52444 107/340: feature/windows-bin-support: support for windows

2021-12-16 Thread ELPA Syncer
branch: elpa/buttercup commit cc5244468ffd2d10ec56eeff05c2e831abbac4b3 Author: Tyler Hampton Commit: Tyler Hampton feature/windows-bin-support: support for windows --- bin/buttercup.bat | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/buttercup.bat b/bin/buttercup.bat new file mode 1

[nongnu] elpa/buttercup 0a889e2 098/340: Merge pull request #43 from spwhitton/apt-get

2021-12-16 Thread ELPA Syncer
branch: elpa/buttercup commit 0a889e2aab35a81bddc52667e4c8acc617d6ccc5 Merge: e6fd5f5 6c11d8e Author: Jorgen Schäfer Commit: Jorgen Schäfer Merge pull request #43 from spwhitton/apt-get Debian and Ubuntu installation instructions --- README.md | 3 +++ 1 file changed, 3 insertions(

[nongnu] elpa/buttercup 5cbd468 084/340: Bump version: 1.2 → 1.3

2021-12-16 Thread ELPA Syncer
branch: elpa/buttercup commit 5cbd4685592ea17c5a08da836ea32400a9121cf3 Author: Jorgen Schaefer Commit: Jorgen Schaefer Bump version: 1.2 → 1.3 --- .bumpversion.cfg | 2 +- buttercup-pkg.el | 2 +- buttercup.el | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpv

[nongnu] elpa/buttercup d7ab592 080/340: Bump version: 1.1 → 1.2

2021-12-16 Thread ELPA Syncer
branch: elpa/buttercup commit d7ab5923f26bb4d2af4d2489ae3e4fb27fd08dc1 Author: Jorgen Schaefer Commit: Jorgen Schaefer Bump version: 1.1 → 1.2 --- .bumpversion.cfg | 2 +- buttercup-pkg.el | 2 +- buttercup.el | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpv

[nongnu] elpa/buttercup 238bfa8 082/340: Support --pattern command line argument

2021-12-16 Thread ELPA Syncer
branch: elpa/buttercup commit 238bfa84538e95bfeb3430feb5bd9be4f4f4b906 Author: Jorgen Schaefer Commit: Jorgen Schaefer Support --pattern command line argument With this argument, buttercup can now restrict the tests to be run to a subset matching a given regular expression.

[nongnu] elpa/buttercup b3bb12a 070/340: buttercup-run-discover: Fix regexp.

2021-12-16 Thread ELPA Syncer
branch: elpa/buttercup commit b3bb12a825cfd41067736c38469efbd6b322fd99 Author: Jorgen Schaefer Commit: Jorgen Schaefer buttercup-run-discover: Fix regexp. Should find test-* files now, too. --- buttercup.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/butterc

[nongnu] elpa/buttercup 87e0c0d 073/340: Bump version: 1.0 → 1.1

2021-12-16 Thread ELPA Syncer
branch: elpa/buttercup commit 87e0c0dab4b04d1c1a76a952b741ba6de3121bb5 Author: Jorgen Schaefer Commit: Jorgen Schaefer Bump version: 1.0 → 1.1 --- .bumpversion.cfg | 3 ++- buttercup-pkg.el | 2 +- buttercup.el | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.bump

[nongnu] elpa/buttercup 3a0a58f 065/340: Test buttercup--print.

2021-12-16 Thread ELPA Syncer
branch: elpa/buttercup commit 3a0a58fb6356f64eb768638104961dfa28024069 Author: Jorgen Schaefer Commit: Jorgen Schaefer Test buttercup--print. --- buttercup-test.el | 11 +++ 1 file changed, 11 insertions(+) diff --git a/buttercup-test.el b/buttercup-test.el index 735bd9e..20b7a42 1

[nongnu] elpa/buttercup bdc3721 056/340: Documentation for the buttercup-reporter variable.

2021-12-16 Thread ELPA Syncer
branch: elpa/buttercup commit bdc3721adffe8b19db5a7355de6f8421390d3e5f Author: Jorgen Schaefer Commit: Jorgen Schaefer Documentation for the buttercup-reporter variable. --- buttercup.el | 24 +++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/buttercup.e

[nongnu] elpa/buttercup 638a836 061/340: The batch reporter now displays failures and stack traces.

2021-12-16 Thread ELPA Syncer
branch: elpa/buttercup commit 638a8362227e63b2802f992e0c1d14224d261262 Author: Jorgen Schaefer Commit: Jorgen Schaefer The batch reporter now displays failures and stack traces. --- buttercup-test.el | 71 +++ buttercup.el | 125

[nongnu] elpa/buttercup c783259 052/340: Add MELPA Stable badge.

2021-12-16 Thread ELPA Syncer
branch: elpa/buttercup commit c783259cd2d4655f9e45254b55dc094a104e6344 Author: Jorgen Schaefer Commit: Jorgen Schaefer Add MELPA Stable badge. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aa79d38..5eaa3b8 100644 --- a/README.md +++ b/README.m

[nongnu] elpa/buttercup bcaa087 046/340: Add buttercup executable to run buttercup tests more easily.

2021-12-16 Thread ELPA Syncer
branch: elpa/buttercup commit bcaa0878d69c2478da9c8d71be16249d1cfee838 Author: Jorgen Schaefer Commit: Jorgen Schaefer Add buttercup executable to run buttercup tests more easily. Fixes #7 --- Makefile | 2 +- bin/buttercup | 10 ++ 2 files changed, 11 insertions(+),

[nongnu] elpa/buttercup 993ddda 040/340: Add .gitignore

2021-12-16 Thread ELPA Syncer
branch: elpa/buttercup commit 993dddafd5917e8cfa9ab95cbfddf8ab70be3408 Author: Jorgen Schaefer Commit: Jorgen Schaefer Add .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore new file mode 100644 index 000..17d5c56 --- /dev/null +++ b/

[nongnu] elpa/buttercup 20b87dd 031/340: Refactoring of spy-on to be more concise and DRY.

2021-12-16 Thread ELPA Syncer
branch: elpa/buttercup commit 20b87dd6ab7ace1d45d8d76eaad7cad15702e516 Author: Jorgen Schaefer Commit: Jorgen Schaefer Refactoring of spy-on to be more concise and DRY. --- buttercup-test.el | 7 + buttercup.el | 79 +-- 2 files

[nongnu] elpa/buttercup 77d1dac 017/340: Test buttercup-suite-add-child.

2021-12-16 Thread ELPA Syncer
branch: elpa/buttercup commit 77d1dac2ba612a8dff735937951d12044562c2b3 Author: Jorgen Schaefer Commit: Jorgen Schaefer Test buttercup-suite-add-child. This was renamed from buttercup-suite-add-nested, and the relevant field in buttercup-suite was renamed as well. --- buttercup-

[nongnu] elpa/buttercup 695e444 016/340: buttercup-markdown-runner: Use setq, not setq-local.

2021-12-16 Thread ELPA Syncer
branch: elpa/buttercup commit 695e444a482fe56f20c723dcf5d8cecc2940 Author: Jorgen Schaefer Commit: Jorgen Schaefer buttercup-markdown-runner: Use setq, not setq-local. setq-local does not exist in Emacs < 24.3 --- buttercup.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(

[nongnu] elpa/buttercup 5db449f 025/340: Spies

2021-12-16 Thread ELPA Syncer
branch: elpa/buttercup commit 5db449f158c5ba46da6b66bdb1ac4f71a06b499f Author: Jorgen Schaefer Commit: Jorgen Schaefer Spies --- README.md | 37 ++ buttercup-test.el | 53 + buttercup.el | 78 ++

[nongnu] elpa/buttercup 8aa87c8 026/340: Spy :and-call-through

2021-12-16 Thread ELPA Syncer
branch: elpa/buttercup commit 8aa87c89eb93474ef784664d5404fec5c9c31c71 Author: Jorgen Schaefer Commit: Jorgen Schaefer Spy :and-call-through --- README.md | 26 ++ buttercup-test.el | 14 ++ buttercup.el | 15 +++ 3 files changed,

[nongnu] elpa/buttercup 3772ad5 014/340: Use eval-region instead of eval-buffer.

2021-12-16 Thread ELPA Syncer
branch: elpa/buttercup commit 3772ad5cfda0b0507cd50c12f6e2fcec251f1576 Author: Jorgen Schaefer Commit: Jorgen Schaefer Use eval-region instead of eval-buffer. eval-buffer ignores the value of lexical-binding. --- buttercup.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(

[nongnu] elpa/buttercup f44e65d 004/340: Unit tests for define-matcher and apply-matcher.

2021-12-16 Thread ELPA Syncer
branch: elpa/buttercup commit f44e65d6c7e0fa7482308cf69f7b309f68899d83 Author: Jorgen Schaefer Commit: Jorgen Schaefer Unit tests for define-matcher and apply-matcher. --- buttercup-test.el | 27 +-- buttercup.el | 3 +++ 2 files changed, 24 insertions(+), 6 de

[nongnu] elpa/buttercup fd70ccf 002/340: Specs are now structs.

2021-12-16 Thread ELPA Syncer
branch: elpa/buttercup commit fd70ccf90ef81b5454557fceb444baf393012802 Author: Jorgen Schaefer Commit: Jorgen Schaefer Specs are now structs. --- buttercup.el | 33 ++--- 1 file changed, 18 insertions(+), 15 deletions(-) diff --git a/buttercup.el b/buttercup.el

[nongnu] elpa/buttercup 07b1ee6 008/340: Add compatibility definition for define-error

2021-12-16 Thread ELPA Syncer
branch: elpa/buttercup commit 07b1ee68801e1744b09604bde9ee5e69ef626719 Author: Jorgen Schaefer Commit: Jorgen Schaefer Add compatibility definition for define-error --- buttercup.el | 25 + 1 file changed, 25 insertions(+) diff --git a/buttercup.el b/buttercup.el in

[nongnu] elpa/buttercup 5d369cd 007/340: Do not use emacs-snapshot from EVM, that's slow.

2021-12-16 Thread ELPA Syncer
branch: elpa/buttercup commit 5d369cd96f6a16a179ca6fcf5fb99c3559912345 Author: Jorgen Schaefer Commit: Jorgen Schaefer Do not use emacs-snapshot from EVM, that's slow. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fe3ebce

  1   2   3   4   >