all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Kaushal Modi <kaushal.modi@gmail.com>
To: Stefan Monnier <monnier@iro.umontreal.ca>
Cc: Emacs developers <emacs-devel@gnu.org>
Subject: Unable to get .elpaignore to work [Was: Request to add tomelr package to GNU ELPA]
Date: Wed, 4 May 2022 08:40:35 -0400	[thread overview]
Message-ID: <CAFyQvY2hivUmPLag6PVP5hzzep6Dn6t6Qjg9WkrbeRGCnoEwOQ@mail.gmail.com> (raw)
In-Reply-To: <CAFyQvY1vz2Kr5jM0nVtkSinoy9rB9shZSqU1HWL2E+4KvYWrHg@mail.gmail.com>

On Tue, May 3, 2022 at 8:40 PM Kaushal Modi <kaushal.modi@gmail.com> wrote:
>
> On Tue, May 3, 2022 at 7:02 PM Stefan Monnier <monnier@iro.umontreal.ca> wrote:
> >
> > > I didn't understand the "COPYING" file reference. My repo doesn't have that
> > > file.
> >
> > Oh, sorry, you call it "LICENSE", indeed.  Does it make more sense now?
>
> Thanks. I ended up adding these lines:
>
> .github
> doc
> test
> Makefile
> LICENSE

I added an .elpaignore in this[1] commit, and then bumped the release
number. But the latest release of tomelr 0.2.4 is still attempting to
build the test files.

```
Leaving directory ‘/home/kmodi/.emacs.d/elpa_28/tomelr-0.2.4’

Compiling file /home/kmodi/.emacs.d/elpa_28/tomelr-0.2.4/tomelr.el at
Wed May  4 08:34:51 2022
Entering directory ‘/home/kmodi/.emacs.d/elpa_28/tomelr-0.2.4/’
Leaving directory ‘/home/kmodi/.emacs.d/elpa_28/tomelr-0.2.4/’

Compiling file /home/kmodi/.emacs.d/elpa_28/tomelr-0.2.4/test/all-tests.el
at Wed May  4 08:34:51 2022
Entering directory ‘/home/kmodi/.emacs.d/elpa_28/tomelr-0.2.4/test/’
all-tests.el:26:1: Error: Cannot open load file: No such file or
directory, tjson-utils

Compiling file /home/kmodi/.emacs.d/elpa_28/tomelr-0.2.4/test/tarray.el
at Wed May  4 08:34:51 2022

Compiling file /home/kmodi/.emacs.d/elpa_28/tomelr-0.2.4/test/tcoerce.el
at Wed May  4 08:34:51 2022

Compiling file /home/kmodi/.emacs.d/elpa_28/tomelr-0.2.4/test/tjson-utils.el
at Wed May  4 08:34:51 2022

Compiling file /home/kmodi/.emacs.d/elpa_28/tomelr-0.2.4/test/tkey.el
at Wed May  4 08:34:51 2022

Compiling file /home/kmodi/.emacs.d/elpa_28/tomelr-0.2.4/test/tnil.el
at Wed May  4 08:34:51 2022

Compiling file /home/kmodi/.emacs.d/elpa_28/tomelr-0.2.4/test/tplist.el
at Wed May  4 08:34:51 2022

Compiling file /home/kmodi/.emacs.d/elpa_28/tomelr-0.2.4/test/tpredicates.el
at Wed May  4 08:34:51 2022

Compiling file /home/kmodi/.emacs.d/elpa_28/tomelr-0.2.4/test/tscalar.el
at Wed May  4 08:34:51 2022

Compiling file /home/kmodi/.emacs.d/elpa_28/tomelr-0.2.4/test/tstring.el
at Wed May  4 08:34:51 2022

Compiling file /home/kmodi/.emacs.d/elpa_28/tomelr-0.2.4/test/ttable-array.el
at Wed May  4 08:34:51 2022

Compiling file /home/kmodi/.emacs.d/elpa_28/tomelr-0.2.4/test/ttable.el
at Wed May  4 08:34:51 2022
```
I searched around to see how others are solving this problem. But I
found this another thread with the same issue where the .elpaignore
doesn't seem to work:
https://lists.gnu.org/archive/html/emacs-devel/2021-02/msg01287.html


[1]: https://git.savannah.gnu.org/gitweb/?p=emacs/elpa.git;a=blob;f=.elpaignore;h=d6a32d6b92970db02706d973fa774388ebed4c3f;hb=884674e168cbef35275a325f707c588ac2b5c866



  parent reply	other threads:[~2022-05-04 12:40 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-03 10:57 Request to add tomelr package to GNU ELPA Kaushal Modi
2022-05-03 13:09 ` Stefan Monnier
2022-05-03 14:29   ` Kaushal Modi
2022-05-03 14:38     ` Stefan Monnier
2022-05-04  7:10       ` Robert Pluim
2022-05-04 13:02         ` Stefan Monnier
2022-05-05 18:36           ` Richard Stallman
2022-05-05 21:16             ` Kaushal Modi
2022-05-03 14:31   ` tomas
2022-05-03 16:07 ` João Pedro
2022-05-03 16:45   ` Kaushal Modi
2022-05-03 17:41     ` Stefan Monnier
2022-05-03 17:51       ` Kaushal Modi
2022-05-03 18:01     ` João Pedro
2022-05-03 21:39       ` Kaushal Modi
2022-05-03 22:41         ` Stefan Monnier
2022-05-03 22:56           ` Kaushal Modi
2022-05-03 23:02             ` Stefan Monnier
2022-05-04  0:40               ` Kaushal Modi
2022-05-04  2:10                 ` Stefan Monnier
2022-05-04  2:37                   ` Kaushal Modi
2022-05-04 12:40                 ` Kaushal Modi [this message]
2022-05-04 12:52                   ` Unable to get .elpaignore to work [Was: Request to add tomelr package to GNU ELPA] Kaushal Modi
2022-05-04 13:06                     ` Kaushal Modi
2022-05-04 13:18                       ` Stefan Monnier
2022-05-04 15:03                       ` Stefan Monnier
2022-05-04 15:06                         ` Kaushal Modi
2022-05-04 15:11                           ` Stefan Monnier
2022-05-04 21:14                             ` Kaushal Modi
2022-05-04 22:47 ` Request to add tomelr package to GNU ELPA Richard Stallman
2022-05-05 21:05   ` Kaushal Modi
2022-05-06 23:19     ` Richard Stallman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAFyQvY2hivUmPLag6PVP5hzzep6Dn6t6Qjg9WkrbeRGCnoEwOQ@mail.gmail.com \
    --to=kaushal.modi@gmail.com \
    --cc=emacs-devel@gnu.org \
    --cc=monnier@iro.umontreal.ca \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.