[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: make fails for Gnu Elpa
From: |
Jackson Ray Hamilton |
Subject: |
Re: make fails for Gnu Elpa |
Date: |
Sat, 31 Dec 2016 07:47:47 -0800 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Icedove/45.5.1 |
> Yes, it indeed does fix it here.
Excellent. I've just applied the patch and pushed to master.
> context-coloring/fixtures/test/let.el contains invalid syntax
Yep, it's intentional. The presence of that unfinished expression is
meant to confirm that my own (fault-tolerant) Emacs Lisp parser doesn't
barf when it encounters that.
Also, you may want to consider observing the ".nosearch" file in my
project's "fixtures/" directory. It's meant to keep tools that do
recursive searches out of trouble. The ".el" files in my "fixtures/"
directory are better thought of as blobs of potential user input rather
than serious programs.
Jackson
On 12/31/2016 04:19 AM, Michael Heerdegen wrote:
> Jackson Ray Hamilton <address@hidden> writes:
>
>> Weird, the order of the arguments to tar produces the same output with
>> both of those commands on my machine.
>>
>> $ tar --version
>> tar (GNU tar) 1.27.1
>>
>> Michael, does the attached patch fix the issue for you?
>
> Yes, it indeed does fix it here.
>
>
> @Jackson: FWIW, I also noticed that
> context-coloring/fixtures/test/let.el contains invalid syntax in the
> last expression:
>
> #+begin_src emacs-lisp
> (let (a '))
> #+end_src
>
> Dunno if this is intended. I stumbled over it because el-search barfed
> about the file. I'll change el-search to ignore files with broken
> syntax, so it's not a problem for me.
>
>
> Regards,
>
> Michael.
>
- make fails for Gnu Elpa, Michael Heerdegen, 2016/12/27
- Re: make fails for Gnu Elpa, Jackson Ray Hamilton, 2016/12/27
- Re: make fails for Gnu Elpa, Michael Heerdegen, 2016/12/27
- Re: make fails for Gnu Elpa, Noam Postavsky, 2016/12/27
- Re: make fails for Gnu Elpa, Jackson Ray Hamilton, 2016/12/29
- Re: make fails for Gnu Elpa, Michael Heerdegen, 2016/12/31
- Re: make fails for Gnu Elpa,
Jackson Ray Hamilton <=
- Re: make fails for Gnu Elpa, Michael Heerdegen, 2016/12/31
- Re: make fails for Gnu Elpa, Jackson Ray Hamilton, 2016/12/31