Re: Running fixcc.py

2020-03-23 Thread Dan Eble
On Mar 23, 2020, at 18:41, David Kastrup wrote: > > Dan Eble writes: > >> I'll submit that for review along with some tweaks to the clang-format >> configuration. I still have some testing to do. > > Thanks, and sorry for causing that workload out of not really thinking > through things.

Re: Running fixcc.py

2020-03-23 Thread David Kastrup
Dan Eble writes: > On Mar 23, 2020, at 17:10, David Kastrup wrote: >> >> Dan Eble writes: > >>> As far as I'm concerned, we could just declare 3.1 to be the new >>> preferred version. I'm not sure whether that would inconvenience >>> anyone else, though. >> >> It's the current version, so

Re: Running fixcc.py

2020-03-23 Thread Dan Eble
On Mar 23, 2020, at 17:10, David Kastrup wrote: > > Dan Eble writes: >> As far as I'm concerned, we could just declare 3.1 to be the new >> preferred version. I'm not sure whether that would inconvenience >> anyone else, though. > > It's the current version, so eventually it might have

Re: make builds everything

2020-03-23 Thread Dan Eble
On Mar 23, 2020, at 10:06, Jean-Charles Malahieude wrote: > > Le 21/03/2020 à 18:11, Malte Meyn a écrit : >> Hi list, >> first of all, I’d like thank those who made the make output less verbose, >> this makes errors much easier to find. > > It is, unfortunately, sometimes too little verbose:

Re: Running fixcc.py

2020-03-23 Thread David Kastrup
Dan Eble writes: > On Mar 22, 2020, at 17:04, David Kastrup wrote: >> >> Dan Eble writes: >> >>> Did you use astyle 2.04 or another version? I built 2.04 from source > ... >> 3.1. I am afraid that I may have updated my system since the review, > ... >> So where should we go from here? > >

Re: make builds everything

2020-03-23 Thread Jean-Charles Malahieude
Le 21/03/2020 à 18:11, Malte Meyn a écrit : Hi list, first of all, I’d like thank those who made the make output less verbose, this makes errors much easier to find. It is, unfortunately, sometimes too little verbose: say I've omitted a closing brace in a texinfo @-command. The only thing

Re: Issue #5822 aftermath: download sizes are gone from web site

2020-03-23 Thread David Kastrup
David Kastrup writes: > Han-Wen Nienhuys writes: > >> The website uses scripts that aren't directly checked out from >> savannah, so you can't directly compromise the webserver through code >> commits. >> >> I can update the scripts. > > Any chance of giving this a try now? The stuff is in

PATCHES - Countdown for March 23rd

2020-03-23 Thread pkx166h
Hello, Here is the current patch countdown list. The next countdown will be on March 25th A quick synopsis of all patches currently in the review process can be found here: http://philholmes.net/lilypond/allura/ *** Push: No patches to push at this time. Countdown: 5860

Re: definitions in macros?

2020-03-23 Thread Han-Wen Nienhuys
On Sun, Mar 22, 2020 at 10:09 PM David Kastrup wrote: > > In the code below, it looks like only one of the two definitions in > > the body of my-macro-new takes effect. Is this expected, and if so, > > why? > > > > (defmacro-public my-macro-old (command-and-args . definition) > >