From 1eb0b81bccc207031e33eed39af13e57c06a4a73 Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Sat, 23 Jun 2018 16:28:51 -0500 Subject: [PATCH 1/5] Update 8 drones Update borg to v2.0.0-63-g3debf91 Update closql to v0.5.2-4-gdb22efc Update epkg to v3.0.0-33-g81b1a33 Update ghub to v2.0.1-8-gebab22e Update magit to 2.13.0-82-g39899005 Update magit-popup to v2.12.3-4-ge2060cc Update use-package to 2.3-392-g60c81ca Update with-editor to v2.7.3-1-gfb9fdde --- lib/borg | 2 +- lib/closql | 2 +- lib/epkg | 2 +- lib/ghub | 2 +- lib/magit | 2 +- lib/magit-popup | 2 +- lib/use-package | 2 +- lib/with-editor | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/lib/borg b/lib/borg index d386e9e..3debf91 160000 --- a/lib/borg +++ b/lib/borg @@ -1 +1 @@ -Subproject commit d386e9e9bdfc04f5721b10677e5ddf64bb4a032a +Subproject commit 3debf915fbdd9c6d9a014ab0d3f28dd8c998d6c4 diff --git a/lib/closql b/lib/closql index 1e8a710..db22efc 160000 --- a/lib/closql +++ b/lib/closql @@ -1 +1 @@ -Subproject commit 1e8a710349da31e81018b7f9ebcab5759b923b14 +Subproject commit db22efccdd91974a024eb6f7ddd3b78f499dc7e2 diff --git a/lib/epkg b/lib/epkg index 432312b..81b1a33 160000 --- a/lib/epkg +++ b/lib/epkg @@ -1 +1 @@ -Subproject commit 432312b9583ed7b88ad9644fd1bf2183765a892e +Subproject commit 81b1a33b560eeca402745ccff19cdc422e6b22dd diff --git a/lib/ghub b/lib/ghub index 4831933..ebab22e 160000 --- a/lib/ghub +++ b/lib/ghub @@ -1 +1 @@ -Subproject commit 4831933da059ee084a16016558b9ccd8c581a8ff +Subproject commit ebab22e345f489d92b6a2fc179049405344c4d8f diff --git a/lib/magit b/lib/magit index 66d9558..3989900 160000 --- a/lib/magit +++ b/lib/magit @@ -1 +1 @@ -Subproject commit 66d9558f4f50332a68213683f7702ca0735f7171 +Subproject commit 398990054005d4c348ae50da35190652d8e754dc diff --git a/lib/magit-popup b/lib/magit-popup index 60ff82a..e2060cc 160000 --- a/lib/magit-popup +++ b/lib/magit-popup @@ -1 +1 @@ -Subproject commit 60ff82ac7aa8dbc24eb3c34dbed13ad01f20671c +Subproject commit e2060ccb3105555f55992a995587221820341b24 diff --git a/lib/use-package b/lib/use-package index d3ace72..60c81ca 160000 --- a/lib/use-package +++ b/lib/use-package @@ -1 +1 @@ -Subproject commit d3ace722ea890f9e99054af4487eff65c4e36243 +Subproject commit 60c81caac17e6a7ab5bd66df0c981b0530b51586 diff --git a/lib/with-editor b/lib/with-editor index ad5bb00..fb9fdde 160000 --- a/lib/with-editor +++ b/lib/with-editor @@ -1 +1 @@ -Subproject commit ad5bb005ed3afec2d8b9b2bc1df19fb9b5e2dd84 +Subproject commit fb9fdde14eddd5bd180d4baabfedc45e5492e115 From edeb3df1050e17862f965b254a151d1b133be3cb Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Sat, 23 Jun 2018 16:31:38 -0500 Subject: [PATCH 2/5] magit: Compile recursively --- .gitmodules | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitmodules b/.gitmodules index 4f1ffe5..ac5f78d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -33,6 +33,7 @@ [submodule "magit"] path = lib/magit url = git@github.com:magit/magit.git + recursive-byte-compile = true info-path = Documentation [submodule "magit-popup"] path = lib/magit-popup From ba5ffda54267459225d6f2e20942128bbc4fb7d7 Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Sat, 23 Jun 2018 16:32:05 -0500 Subject: [PATCH 3/5] Revert "Emacsg: init: Silence bogus warnings on newer Emacsen" This reverts commit 17f4770a18e8d93d0e6773193d421cb595dae29a. --- init.el | 5 ----- 1 file changed, 5 deletions(-) diff --git a/init.el b/init.el index 88cde1a..97478ed 100644 --- a/init.el +++ b/init.el @@ -30,11 +30,6 @@ (require 'use-package) (setq use-package-verbose t)) -(use-package subr-x - :config - (put 'if-let 'byte-obsolete-info nil) - (put 'when-let 'byte-obsolete-info nil)) - (use-package auto-compile :demand t :config From c83f0171edda6310eb94ee15456a3628fedd0a66 Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Sun, 24 Jun 2018 14:05:08 -0500 Subject: [PATCH 4/5] Rewind magit to 2.13.0-66-gc98ea64a I accidentally updated to the "forge" branch earlier. --- lib/magit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/magit b/lib/magit index 3989900..c98ea64 160000 --- a/lib/magit +++ b/lib/magit @@ -1 +1 @@ -Subproject commit 398990054005d4c348ae50da35190652d8e754dc +Subproject commit c98ea64ac1e64e72c55614ef482a1fc4b095fb17 From 61af8a61231f83c58692dbaa3c37954d14c21564 Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Sat, 15 Dec 2018 15:19:06 +0100 Subject: [PATCH 5/5] Update 12 drones Update borg to v3.0.1 Update closql to v1.0.0 Update dash to 2.14.1-21-g6514359 Update diff-hl to 1.8.5 Update emacsql to 3.0.0-1-gf8c3d9f Update epkg to v3.1.1-1-gc42bc98 Update ghub to v3.0.0-15-g53e2e29 Update git-modes to 1.2.8 Update magit to v2.90.1-67-ga2b3184a4 Update magit-popup to v2.12.5 Update use-package to 2.4 Update with-editor to v2.8.0-3-g9dd9f17 --- lib/borg | 2 +- lib/closql | 2 +- lib/dash | 2 +- lib/diff-hl | 2 +- lib/emacsql | 2 +- lib/epkg | 2 +- lib/ghub | 2 +- lib/git-modes | 2 +- lib/magit | 2 +- lib/magit-popup | 2 +- lib/use-package | 2 +- lib/with-editor | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/lib/borg b/lib/borg index 3debf91..99d1667 160000 --- a/lib/borg +++ b/lib/borg @@ -1 +1 @@ -Subproject commit 3debf915fbdd9c6d9a014ab0d3f28dd8c998d6c4 +Subproject commit 99d166796f181741ebd79542b96824b096bcb36c diff --git a/lib/closql b/lib/closql index db22efc..012b94f 160000 --- a/lib/closql +++ b/lib/closql @@ -1 +1 @@ -Subproject commit db22efccdd91974a024eb6f7ddd3b78f499dc7e2 +Subproject commit 012b94f8695e194455111fd54eff0b94dd0dd0db diff --git a/lib/dash b/lib/dash index a74f4cf..6514359 160000 --- a/lib/dash +++ b/lib/dash @@ -1 +1 @@ -Subproject commit a74f4cfcdc8d0642a9f602ad494f0354f27dacc9 +Subproject commit 6514359b8606a6a9a94068ccd601fcd6379d6584 diff --git a/lib/diff-hl b/lib/diff-hl index 154c64a..069a925 160000 --- a/lib/diff-hl +++ b/lib/diff-hl @@ -1 +1 @@ -Subproject commit 154c64affe7bdd16da814d198277d29bd1b6bb2a +Subproject commit 069a92590000269a9a5b0b7aebbae9595675a59c diff --git a/lib/emacsql b/lib/emacsql index a96b258..f8c3d9f 160000 --- a/lib/emacsql +++ b/lib/emacsql @@ -1 +1 @@ -Subproject commit a96b2587c46be256c28c735ac9f68af3dfa5a1fe +Subproject commit f8c3d9fce28ab7d5b0c9fcf2c1236151ca7add24 diff --git a/lib/epkg b/lib/epkg index 81b1a33..c42bc98 160000 --- a/lib/epkg +++ b/lib/epkg @@ -1 +1 @@ -Subproject commit 81b1a33b560eeca402745ccff19cdc422e6b22dd +Subproject commit c42bc98a711ffa8d2a7b9096b563ac0edb0b9bf3 diff --git a/lib/ghub b/lib/ghub index ebab22e..53e2e29 160000 --- a/lib/ghub +++ b/lib/ghub @@ -1 +1 @@ -Subproject commit ebab22e345f489d92b6a2fc179049405344c4d8f +Subproject commit 53e2e29308a70968be4eda0ff640dc7b538205a6 diff --git a/lib/git-modes b/lib/git-modes index b08ac12..5546831 160000 --- a/lib/git-modes +++ b/lib/git-modes @@ -1 +1 @@ -Subproject commit b08ac12f09a6cfe967ef70dad3f22430da4fbdab +Subproject commit 55468314a5f6b77d2c96be62c7005ac94545e217 diff --git a/lib/magit b/lib/magit index c98ea64..a2b3184 160000 --- a/lib/magit +++ b/lib/magit @@ -1 +1 @@ -Subproject commit c98ea64ac1e64e72c55614ef482a1fc4b095fb17 +Subproject commit a2b3184a483c67ca4ad85c63af02c6524588888d diff --git a/lib/magit-popup b/lib/magit-popup index e2060cc..8eaa0be 160000 --- a/lib/magit-popup +++ b/lib/magit-popup @@ -1 +1 @@ -Subproject commit e2060ccb3105555f55992a995587221820341b24 +Subproject commit 8eaa0becc2370484a432a8a19f40ce5e8d0f1642 diff --git a/lib/use-package b/lib/use-package index 60c81ca..39a8b88 160000 --- a/lib/use-package +++ b/lib/use-package @@ -1 +1 @@ -Subproject commit 60c81caac17e6a7ab5bd66df0c981b0530b51586 +Subproject commit 39a8b8812c2c9f6f0b299e6a04e504ef393694ce diff --git a/lib/with-editor b/lib/with-editor index fb9fdde..9dd9f17 160000 --- a/lib/with-editor +++ b/lib/with-editor @@ -1 +1 @@ -Subproject commit fb9fdde14eddd5bd180d4baabfedc45e5492e115 +Subproject commit 9dd9f176d96abc60365369de6d08c26c414ef1f3