GNU bug report logs -
#10983
ready for a release?
Previous Next
Reported by: Jim Meyering <jim <at> meyering.net>
Date: Fri, 9 Mar 2012 17:49:02 UTC
Severity: normal
Tags: notabug
Done: Pádraig Brady <P <at> draigBrady.com>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 10983 in the body.
You can then email your comments to 10983 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-coreutils <at> gnu.org
:
bug#10983
; Package
coreutils
.
(Fri, 09 Mar 2012 17:49:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Jim Meyering <jim <at> meyering.net>
:
New bug report received and forwarded. Copy sent to
bug-coreutils <at> gnu.org
.
(Fri, 09 Mar 2012 17:49:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
There are more than enough new features to justify a release,
not to mention the three bug fixes.
Anything worth waiting for?
Added tag(s) notabug.
Request was from
Jim Meyering <jim <at> meyering.net>
to
control <at> debbugs.gnu.org
.
(Fri, 09 Mar 2012 17:52:01 GMT)
Full text and
rfc822 format available.
Reply sent
to
Pádraig Brady <P <at> draigBrady.com>
:
You have taken responsibility.
(Fri, 09 Mar 2012 18:20:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Jim Meyering <jim <at> meyering.net>
:
bug acknowledged by developer.
(Fri, 09 Mar 2012 18:20:01 GMT)
Full text and
rfc822 format available.
Message #12 received at 10983-done <at> debbugs.gnu.org (full text, mbox):
tag 10983 notabug
On 03/09/2012 05:47 PM, Jim Meyering wrote:
> There are more than enough new features to justify a release,
> not to mention the three bug fixes.
>
> Anything worth waiting for?
Well the dirname multi argument processing to
complement the basename seems simple and
worth waiting for.
Also adding back the functionality to
allow split to create an arbitrary amount
of files is done and also seems unlikely
to cause issues.
Also there is a gnulib tweak to support
building timeout as a static binary.
I hope to push these this evening.
cheers,
Pádraig.
Information forwarded
to
bug-coreutils <at> gnu.org
:
bug#10983
; Package
coreutils
.
(Fri, 09 Mar 2012 21:14:02 GMT)
Full text and
rfc822 format available.
Message #15 received at submit <at> debbugs.gnu.org (full text, mbox):
On 03/09/2012 09:47 AM, Jim Meyering wrote:
> Anything worth waiting for?
That reminds me. I've got a 2x performance improvement in
GNU sort, for some common use cases. It's a student-written
patch; they've signed papers. The patch is about 1000 lines
(I'll need to rebase it). Are you game for reviewing
this before the release?
Information forwarded
to
bug-coreutils <at> gnu.org
:
bug#10983
; Package
coreutils
.
(Fri, 09 Mar 2012 21:48:02 GMT)
Full text and
rfc822 format available.
Message #18 received at 10983 <at> debbugs.gnu.org (full text, mbox):
On 03/09/2012 09:11 PM, Paul Eggert wrote:
> On 03/09/2012 09:47 AM, Jim Meyering wrote:
>> Anything worth waiting for?
>
> That reminds me. I've got a 2x performance improvement in
> GNU sort, for some common use cases. It's a student-written
> patch; they've signed papers. The patch is about 1000 lines
> (I'll need to rebase it). Are you game for reviewing
> this before the release?
Intriguing. I'd be on for reviewing it sometime tomorrow.
Also there is the `ln -s --relative` patch from Harald Hoyer,
which needs a bit of refactoring at least, but are still
some questions in my mind over the interface, so I'm not
sure I'll get to it this weekend.
cheers,
Pádraig.
Information forwarded
to
bug-coreutils <at> gnu.org
:
bug#10983
; Package
coreutils
.
(Fri, 09 Mar 2012 23:11:01 GMT)
Full text and
rfc822 format available.
Message #21 received at 10983 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
On 03/09/2012 06:18 PM, Pádraig Brady wrote:
> tag 10983 notabug
>
> On 03/09/2012 05:47 PM, Jim Meyering wrote:
>> There are more than enough new features to justify a release,
>> not to mention the three bug fixes.
>>
>> Anything worth waiting for?
>
> Well the dirname multi argument processing to
> complement the basename seems simple and
> worth waiting for.
Attached.
cheers,
Pádraig.
[0001-dirname-support-more-than-one-argument.patch (text/x-patch, attachment)]
Information forwarded
to
bug-coreutils <at> gnu.org
:
bug#10983
; Package
coreutils
.
(Sat, 10 Mar 2012 07:53:02 GMT)
Full text and
rfc822 format available.
Message #24 received at submit <at> debbugs.gnu.org (full text, mbox):
On 03/09/2012 01:46 PM, Pádraig Brady wrote:
> Intriguing. I'd be on for reviewing it sometime tomorrow.
I'm afraid I'm not quite *that* fast...
If you want to release really quickly perhaps the
performance improvement can wait until next week.
(I'm currently trying to get a 'grep' patch out the door,
to get 'grep -r' to use fts and to give recursive greps
a way to not follow symlinks....)
Information forwarded
to
bug-coreutils <at> gnu.org
:
bug#10983
; Package
coreutils
.
(Sat, 10 Mar 2012 08:44:01 GMT)
Full text and
rfc822 format available.
Message #27 received at 10983 <at> debbugs.gnu.org (full text, mbox):
Paul Eggert wrote:
> On 03/09/2012 01:46 PM, Pádraig Brady wrote:
>> Intriguing. I'd be on for reviewing it sometime tomorrow.
>
> I'm afraid I'm not quite *that* fast...
> If you want to release really quickly perhaps the
> performance improvement can wait until next week.
1000 lines. That sounds like it is a large enough patch
(and to sensitive enough code) that I would prefer
to defer it until after 8.16 in any case.
> (I'm currently trying to get a 'grep' patch out the door,
> to get 'grep -r' to use fts and to give recursive greps
> a way to not follow symlinks....)
Great. That will be most welcome.
I'll be glad to be rid of grep's mongrel lib/safedir.c.
Information forwarded
to
bug-coreutils <at> gnu.org
:
bug#10983
; Package
coreutils
.
(Sat, 10 Mar 2012 10:21:01 GMT)
Full text and
rfc822 format available.
Message #30 received at 10983 <at> debbugs.gnu.org (full text, mbox):
On 03/10/2012 07:22 AM, Paul Eggert wrote:
> On 03/09/2012 01:46 PM, Pádraig Brady wrote:
>> Intriguing. I'd be on for reviewing it sometime tomorrow.
>
> I'm afraid I'm not quite *that* fast...
> If you want to release really quickly perhaps the
> performance improvement can wait until next week.
Oh sorry I thought it was mostly done.
Not something to rush...
> (I'm currently trying to get a 'grep' patch out the door,
> to get 'grep -r' to use fts and to give recursive greps
> a way to not follow symlinks....)
...or get distracted with.
Probably a candidate for the next release so.
cheers,
Pádraig.
Message #31 received at 10983-done <at> debbugs.gnu.org (full text, mbox):
Pádraig Brady wrote:
> tag 10983 notabug
>
> On 03/09/2012 05:47 PM, Jim Meyering wrote:
>> There are more than enough new features to justify a release,
>> not to mention the three bug fixes.
>>
>> Anything worth waiting for?
>
> Well the dirname multi argument processing to
> complement the basename seems simple and
> worth waiting for.
>
> Also adding back the functionality to
> allow split to create an arbitrary amount
> of files is done and also seems unlikely
> to cause issues.
>
> Also there is a gnulib tweak to support
> building timeout as a static binary.
>
> I hope to push these this evening.
Thanks. Those all sound fine for 8.16, but there's no great hurry.
Monday or Tuesday, maybe...
Information forwarded
to
bug-coreutils <at> gnu.org
:
bug#10983
; Package
coreutils
.
(Mon, 12 Mar 2012 16:37:02 GMT)
Full text and
rfc822 format available.
Message #34 received at 10983 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
On 03/09/2012 10:47 AM, Jim Meyering wrote:
> There are more than enough new features to justify a release,
> not to mention the three bug fixes.
>
> Anything worth waiting for?
I should revive my efforts on getting //path handling under realpath
working for cygwin. Expect a resent email later today.
--
Eric Blake eblake <at> redhat.com +1-919-301-3266
Libvirt virtualization library http://libvirt.org
[signature.asc (application/pgp-signature, attachment)]
Information forwarded
to
bug-coreutils <at> gnu.org
:
bug#10983
; Package
coreutils
.
(Mon, 12 Mar 2012 16:45:02 GMT)
Full text and
rfc822 format available.
Message #37 received at 10983 <at> debbugs.gnu.org (full text, mbox):
Eric Blake wrote:
> On 03/09/2012 10:47 AM, Jim Meyering wrote:
>> There are more than enough new features to justify a release,
>> not to mention the three bug fixes.
>>
>> Anything worth waiting for?
>
> I should revive my efforts on getting //path handling under realpath
> working for cygwin. Expect a resent email later today.
Sounds good.
I have barely looked at coreutils for the last few days,
so now I'm aiming for a release on Wednesday or later.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Tue, 10 Apr 2012 11:24:03 GMT)
Full text and
rfc822 format available.
This bug report was last modified 13 years and 68 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.