all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [NonGNU ELPA] d-mode: ignore extra files
@ 2024-08-08  0:58 Jeremy Baxter
  2024-08-12 11:02 ` Philip Kaludercic
  0 siblings, 1 reply; 4+ messages in thread
From: Jeremy Baxter @ 2024-08-08  0:58 UTC (permalink / raw)
  To: emacs-devel

[-- Attachment #1: Type: text/plain, Size: 149 bytes --]

Hi list, I've noticed a few extra files lying around in archives
distributing d-mode. Attached are a couple of patches to fix this.

Thanks!
Jeremy


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: elpa-packages (d-mode): ignore .github --]
[-- Type: text/x-patch, Size: 885 bytes --]

From 8bff92a5bb2915a7eef63720bcc24cb05beab560 Mon Sep 17 00:00:00 2001
From: Jeremy Baxter <jeremy@baxters.nz>
Date: Thu, 8 Aug 2024 12:41:27 +1200
Subject: [PATCH] elpa-packages (d-mode): ignore .github

---
 elpa-packages | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/elpa-packages b/elpa-packages
index 3bc355144e..fee4786aa4 100644
--- a/elpa-packages
+++ b/elpa-packages
@@ -125,7 +125,7 @@
   :ignored-files (".elisp-autofmt" "LICENSE" "tests"))
 
  (d-mode		:url "https://github.com/Emacs-D-Mode-Maintainers/Emacs-D-Mode"
-  :ignored-files ("COPYING" "coverage" "tests-todo" "tests" "Cask" "Makefile" "d-mode-tests.el"))
+  :ignored-files ("COPYING" ".github" "coverage" "tests-todo" "tests" "Cask" "Makefile" "d-mode-tests.el"))
 
  (dart-mode		:url "https://github.com/bradyt/dart-mode"
   :ignored-files ("LICENSE" "test" "Cask" "Makefile")
-- 
2.45.2


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #3: elpa-packages (d-mode): ignore d-mode-test.el --]
[-- Type: text/x-patch, Size: 901 bytes --]

From e9f41ccfe4ff8ca9f5ee073bc639db04704cd5bd Mon Sep 17 00:00:00 2001
From: Jeremy Baxter <jeremy@baxters.nz>
Date: Thu, 8 Aug 2024 12:45:19 +1200
Subject: [PATCH] elpa-packages (d-mode): ignore d-mode-test.el

---
 elpa-packages | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/elpa-packages b/elpa-packages
index fee4786aa4..f0cdda7546 100644
--- a/elpa-packages
+++ b/elpa-packages
@@ -125,7 +125,7 @@
   :ignored-files (".elisp-autofmt" "LICENSE" "tests"))
 
  (d-mode		:url "https://github.com/Emacs-D-Mode-Maintainers/Emacs-D-Mode"
-  :ignored-files ("COPYING" ".github" "coverage" "tests-todo" "tests" "Cask" "Makefile" "d-mode-tests.el"))
+  :ignored-files ("COPYING" ".github" "coverage" "tests-todo" "tests" "Cask" "Makefile" "d-mode-test.el"))
 
  (dart-mode		:url "https://github.com/bradyt/dart-mode"
   :ignored-files ("LICENSE" "test" "Cask" "Makefile")
-- 
2.45.2


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [NonGNU ELPA] d-mode: ignore extra files
  2024-08-08  0:58 [NonGNU ELPA] d-mode: ignore extra files Jeremy Baxter
@ 2024-08-12 11:02 ` Philip Kaludercic
  2024-08-13  8:54   ` Jeremy Baxter
  0 siblings, 1 reply; 4+ messages in thread
From: Philip Kaludercic @ 2024-08-12 11:02 UTC (permalink / raw)
  To: Jeremy Baxter; +Cc: emacs-devel

Jeremy Baxter <jeremy@baxters.nz> writes:

> Hi list, I've noticed a few extra files lying around in archives
> distributing d-mode. Attached are a couple of patches to fix this.
>
> Thanks!
> Jeremy

Is there any chance we could get the d-mode maintainers to list the
files that shouldn't be distributed in the tarball on their side by
using an .elpaignore file?


-- 
	Philip Kaludercic on peregrine



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [NonGNU ELPA] d-mode: ignore extra files
  2024-08-12 11:02 ` Philip Kaludercic
@ 2024-08-13  8:54   ` Jeremy Baxter
  2024-08-15 14:14     ` Philip Kaludercic
  0 siblings, 1 reply; 4+ messages in thread
From: Jeremy Baxter @ 2024-08-13  8:54 UTC (permalink / raw)
  To: Philip Kaludercic; +Cc: emacs-devel

[-- Attachment #1: Type: text/plain, Size: 458 bytes --]

Philip Kaludercic <philipk@posteo.net> writes:

> Is there any chance we could get the d-mode maintainers to list the
> files that shouldn't be distributed in the tarball on their side by
> using an .elpaignore file?

No worries, I've done that in commit 688f5af [1]. I've attached a patch
to remove the :ignored-files keyword argument.

Jeremy

[1]: https://github.com/Emacs-D-Mode-Maintainers/Emacs-D-Mode/commit/688f5af819e461badfd6fda642937153b4946813a


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: elpa-packages (d-mode): drop :ignored-files --]
[-- Type: text/x-patch, Size: 884 bytes --]

From c5a33a4af55011905e53340533ab07bbf139e8d4 Mon Sep 17 00:00:00 2001
From: Jeremy Baxter <jeremy@baxters.nz>
Date: Tue, 13 Aug 2024 20:44:28 +1200
Subject: [PATCH] elpa-packages (d-mode): drop :ignored-files

---
 elpa-packages | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/elpa-packages b/elpa-packages
index 3bc355144e..c69a1a0f9c 100644
--- a/elpa-packages
+++ b/elpa-packages
@@ -124,8 +124,7 @@
   :readme "readme.rst"
   :ignored-files (".elisp-autofmt" "LICENSE" "tests"))
 
- (d-mode		:url "https://github.com/Emacs-D-Mode-Maintainers/Emacs-D-Mode"
-  :ignored-files ("COPYING" "coverage" "tests-todo" "tests" "Cask" "Makefile" "d-mode-tests.el"))
+ (d-mode		:url "https://github.com/Emacs-D-Mode-Maintainers/Emacs-D-Mode")
 
  (dart-mode		:url "https://github.com/bradyt/dart-mode"
   :ignored-files ("LICENSE" "test" "Cask" "Makefile")
-- 
2.45.2


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [NonGNU ELPA] d-mode: ignore extra files
  2024-08-13  8:54   ` Jeremy Baxter
@ 2024-08-15 14:14     ` Philip Kaludercic
  0 siblings, 0 replies; 4+ messages in thread
From: Philip Kaludercic @ 2024-08-15 14:14 UTC (permalink / raw)
  To: Jeremy Baxter; +Cc: emacs-devel

Jeremy Baxter <jeremy@baxters.nz> writes:

> Philip Kaludercic <philipk@posteo.net> writes:
>
>> Is there any chance we could get the d-mode maintainers to list the
>> files that shouldn't be distributed in the tarball on their side by
>> using an .elpaignore file?
>
> No worries, I've done that in commit 688f5af [1]. I've attached a patch
> to remove the :ignored-files keyword argument.

Thanks, I've pushed it to nongnu.git.  BTW, I notice that you are
reguarly bumping the version number to a date-like format.  If you want
to, it is possible to enable rolling releases.

> Jeremy
>
> [1]: https://github.com/Emacs-D-Mode-Maintainers/Emacs-D-Mode/commit/688f5af819e461badfd6fda642937153b4946813a
>
>

-- 
	Philip Kaludercic on peregrine



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-08-15 14:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-08  0:58 [NonGNU ELPA] d-mode: ignore extra files Jeremy Baxter
2024-08-12 11:02 ` Philip Kaludercic
2024-08-13  8:54   ` Jeremy Baxter
2024-08-15 14:14     ` Philip Kaludercic

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.