GNU bug report logs -
#18707
[PATCH] dfa: print detail of DFA states in a debug mode
Previous Next
Reported by: Norihiro Tanaka <noritnk <at> kcn.ne.jp>
Date: Mon, 13 Oct 2014 10:40:03 UTC
Severity: normal
Tags: patch
Done: Jim Meyering <jim <at> meyering.net>
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 18707 in the body.
You can then email your comments to 18707 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-grep <at> gnu.org
:
bug#18707
; Package
grep
.
(Mon, 13 Oct 2014 10:40:04 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Norihiro Tanaka <noritnk <at> kcn.ne.jp>
:
New bug report received and forwarded. Copy sent to
bug-grep <at> gnu.org
.
(Mon, 13 Oct 2014 10:40:05 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
If compile grep with -DDEBUG option, it outputs tokens etc. In addition
to them, DFA states and transitions are output by this patch. Debugging
them, the patch will be very useful.
BTW, the patch doesn't make any changes without -DDEBUG option.
[0001-dfa-print-detail-of-DFA-states-in-a-debug-mode.patch (text/plain, attachment)]
Information forwarded
to
bug-grep <at> gnu.org
:
bug#18707
; Package
grep
.
(Tue, 25 Nov 2014 00:27:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 18707 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
On Mon, 13 Oct 2014 19:39:21 +0900
Norihiro Tanaka <noritnk <at> kcn.ne.jp> wrote:
> If compile grep with -DDEBUG option, it outputs tokens etc. In addition
> to them, DFA states and transitions are output by this patch. Debugging
> them, the patch will be very useful.
>
> BTW, the patch doesn't make any changes without -DDEBUG option.
I fixed some warnings output in compilation, and rebased it.
[0001-dfa-print-detail-of-DFA-states-in-a-debug-mode.patch (application/octet-stream, attachment)]
Information forwarded
to
bug-grep <at> gnu.org
:
bug#18707
; Package
grep
.
(Sun, 19 Jul 2015 22:01:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 18707 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
On Mon, Nov 24, 2014 at 4:26 PM, Norihiro Tanaka <noritnk <at> kcn.ne.jp> wrote:
> On Mon, 13 Oct 2014 19:39:21 +0900
> Norihiro Tanaka <noritnk <at> kcn.ne.jp> wrote:
>> If compile grep with -DDEBUG option, it outputs tokens etc. In addition
>> to them, DFA states and transitions are output by this patch. Debugging
>> them, the patch will be very useful.
>>
>> BTW, the patch doesn't make any changes without -DDEBUG option.
>
> I fixed some warnings output in compilation, and rebased it.
Thank you for your patience.
I applied this, changed many %zd to %zu (to ensure compilation
succeeded with -DDEBUG also when configured with
--enable-gcc-warnings) and adjusted the commit log entry. Will push
once you've ACK'd the result.
[0001-dfa-DEBUG-print-detail-of-DFA-states.patch (text/x-patch, attachment)]
Information forwarded
to
bug-grep <at> gnu.org
:
bug#18707
; Package
grep
.
(Mon, 20 Jul 2015 01:34:01 GMT)
Full text and
rfc822 format available.
Message #14 received at 18707 <at> debbugs.gnu.org (full text, mbox):
On Sun, 19 Jul 2015 14:59:41 -0700
Jim Meyering <jim <at> meyering.net> wrote:
> On Mon, Nov 24, 2014 at 4:26 PM, Norihiro Tanaka <noritnk <at> kcn.ne.jp> wrote:
> > On Mon, 13 Oct 2014 19:39:21 +0900
> > Norihiro Tanaka <noritnk <at> kcn.ne.jp> wrote:
> >> If compile grep with -DDEBUG option, it outputs tokens etc. In addition
> >> to them, DFA states and transitions are output by this patch. Debugging
> >> them, the patch will be very useful.
> >>
> >> BTW, the patch doesn't make any changes without -DDEBUG option.
> >
> > I fixed some warnings output in compilation, and rebased it.
>
> Thank you for your patience.
> I applied this, changed many %zd to %zu (to ensure compilation
> succeeded with -DDEBUG also when configured with
> --enable-gcc-warnings) and adjusted the commit log entry. Will push
> once you've ACK'd the result.
Thanks for changes and adjustment. I agree all of them.
Reply sent
to
Jim Meyering <jim <at> meyering.net>
:
You have taken responsibility.
(Mon, 20 Jul 2015 03:19:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Norihiro Tanaka <noritnk <at> kcn.ne.jp>
:
bug acknowledged by developer.
(Mon, 20 Jul 2015 03:19:02 GMT)
Full text and
rfc822 format available.
Message #19 received at 18707-done <at> debbugs.gnu.org (full text, mbox):
On Sun, Jul 19, 2015 at 6:33 PM, Norihiro Tanaka <noritnk <at> kcn.ne.jp> wrote:
> On Sun, 19 Jul 2015 14:59:41 -0700
> Jim Meyering <jim <at> meyering.net> wrote:
>
>> On Mon, Nov 24, 2014 at 4:26 PM, Norihiro Tanaka <noritnk <at> kcn.ne.jp> wrote:
>> > On Mon, 13 Oct 2014 19:39:21 +0900
>> > Norihiro Tanaka <noritnk <at> kcn.ne.jp> wrote:
>> >> If compile grep with -DDEBUG option, it outputs tokens etc. In addition
>> >> to them, DFA states and transitions are output by this patch. Debugging
>> >> them, the patch will be very useful.
>> >>
>> >> BTW, the patch doesn't make any changes without -DDEBUG option.
>> >
>> > I fixed some warnings output in compilation, and rebased it.
>>
>> Thank you for your patience.
>> I applied this, changed many %zd to %zu (to ensure compilation
>> succeeded with -DDEBUG also when configured with
>> --enable-gcc-warnings) and adjusted the commit log entry. Will push
>> once you've ACK'd the result.
>
> Thanks for changes and adjustment. I agree all of them.
Thanks. Pushed.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 17 Aug 2015 11:24:04 GMT)
Full text and
rfc822 format available.
This bug report was last modified 9 years and 251 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.