Re: No bug tracker

2023-03-23 Thread Raymond Toy
On 3/23/23 13:36, Patrice Dumas wrote: There was a bugtracker at some point, but it was not so useful. On Thu, Mar 23, 2023 at 07:44:47PM +, Gavin Smith wrote: The scale of this project is also a factor here, and if it were a larger project a bug tracking system might be more useful, alth

Re: No bug tracker

2023-03-23 Thread Bogdan
Gavin Smith , Thu Mar 23 2023 20:44:47 GMT+0100 (Central European Standard Time) On Thu, Mar 23, 2023 at 05:57:58PM +0100, Bogdan wrote: No bugtracker? Not good from a bug reporter's point of view :). I thought all FSF projects use the same bugtracker, it would seem logical. You probably have

Re: No bug tracker

2023-03-23 Thread Patrice Dumas
There was a bugtracker at some point, but it was not so useful. On Thu, Mar 23, 2023 at 07:44:47PM +, Gavin Smith wrote: > The scale of this project is also a factor here, and if it were a larger > project a bug tracking system might be more useful, although I don't really > have experience of

Re: [PATCH] Texinfo: inconsistent behavior: cmd line vs. env

2023-03-23 Thread Bogdan
Gavin Smith , Thu Mar 23 2023 20:26:29 GMT+0100 (Central European Standard Time) On Thu, Mar 23, 2023 at 07:25:29PM +, Gavin Smith wrote: Here's an updated patch: diff --git a/ChangeLog b/ChangeLog index 92bc4d6325..2707f6bad5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2023-03

Re: [PATCH] Texinfo: inconsistent behavior: cmd line vs. env

2023-03-23 Thread Bogdan
Gavin Smith , Thu Mar 23 2023 20:25:27 GMT+0100 (Central European Standard Time) On Thu, Mar 23, 2023 at 05:57:58PM +0100, Bogdan wrote: There is still the minor question of what should happen if TEXI2DVI_BUILD_DIRECTORY is set to '.' (the default). Since this is the default value, it doesn't s

No bug tracker

2023-03-23 Thread Gavin Smith
On Thu, Mar 23, 2023 at 05:57:58PM +0100, Bogdan wrote: > No bugtracker? Not good from a bug reporter's point of view :). I thought > all FSF projects use the same bugtracker, it would seem logical. You > probably have a good reason for not to have one, but don't you sometimes get > 10 reports abo

Re: [PATCH] Texinfo: inconsistent behavior: cmd line vs. env

2023-03-23 Thread Gavin Smith
On Thu, Mar 23, 2023 at 07:25:29PM +, Gavin Smith wrote: > Here's an updated patch: > > diff --git a/ChangeLog b/ChangeLog > index 92bc4d6325..2707f6bad5 100644 > --- a/ChangeLog > +++ b/ChangeLog > @@ -1,3 +1,12 @@ > +2023-03-23 Gavin Smith > + > + Make setting TEXI2DVI_BUILD_DIRECTORY

Re: [PATCH] Texinfo: inconsistent behavior: cmd line vs. env

2023-03-23 Thread Gavin Smith
On Thu, Mar 23, 2023 at 05:57:58PM +0100, Bogdan wrote: > > There is still the minor question of what should happen if > > TEXI2DVI_BUILD_DIRECTORY is set to '.' (the default). Since this is the > > default value, it doesn't seem right that explicitly setting > > TEXI2DVI_BUILD_DIRECTORY=. in the

Re: [PATCH] Texinfo: inconsistent behavior: cmd line vs. env

2023-03-23 Thread Bogdan
Gavin Smith , Wed Mar 22 2023 20:06:49 GMT+0100 (Central European Standard Time) On Tue, Mar 21, 2023 at 02:13:40PM +0100, Bogdan wrote: Hello. As suggested by Gavin, I'm reporting a problem (or at least a "surprising inconsistency") in the texi2dvi script. This is related to Automake bug#291