Author Name: Wilson Snyder (@wsnyder)
Original Redmine Issue: 157 from https://www.veripool.org
Original Date: 2007-12-04
Original Assignee: Wilson Snyder (@wsnyder)
This bug was cloned from Perl-RT, rt31198.
Email addresses have have been truncated.
Id: 31198
Status: resolved
Worked: 5 min
Left: 0 min
Queue: Verilog-Perl
Owner: Nobody
Requestors: David.Plumb@
Severity: Normal
Tue Dec 04 11:00:49 2007 David.Plumb@ - Ticket created
Subject: typo in VParseLex.l
Date: Tue, 4 Dec 2007 11:00:02 -0500
To: <bug-Verilog-Perl@>
From: "David Plumb" <David.Plumb@>
Distribution: Verilog-Perl-3.020
Perl version: v5.8.0 built for i686-linux
Operating system: Linux lnxsrv13 2.4.21-40.ELhugemem #1 SMP Thu Feb 2 22:14:10 EST 2006 i686 i686 i386 GNU/Linux
I was just browsing the code and noticed a small typo in the unsupported SystemVerilog keywords at line 288 of VParseLex.l:
"endcass" { FL; VALTEXT; CALLBACK(keywordCb); return ygenKEYWORD; }
I believe the line should be:
"endclass" { FL; VALTEXT; CALLBACK(keywordCb); return ygenKEYWORD; }
Regards,
David Plumb
Tue Dec 04 11:28:55 2007 WSNYDER - Severity Normal added
Tue Dec 04 11:29:23 2007 WSNYDER - Correspondence added
Thanks for noticing, this might break people using only the keyword parsing.
It's committed and will be in the next release.
Tue Dec 04 11:29:47 2007 RT_System - Status changed from 'new' to 'open'
Tue Dec 04 11:29:56 2007 WSNYDER - TimeWorked changed from (no value) to '5'
Tue Dec 04 11:30:05 2007 WSNYDER - Status changed from 'open' to 'resolved'
The text was updated successfully, but these errors were encountered:
Author Name: Wilson Snyder (@wsnyder)
Original Redmine Issue: 157 from https://www.veripool.org
Original Date: 2007-12-04
Original Assignee: Wilson Snyder (@wsnyder)
This bug was cloned from Perl-RT, rt31198.
Email addresses have have been truncated.
Tue Dec 04 11:00:49 2007 David.Plumb@ - Ticket created
Tue Dec 04 11:28:55 2007 WSNYDER - Severity Normal added
Tue Dec 04 11:29:23 2007 WSNYDER - Correspondence added
Tue Dec 04 11:29:47 2007 RT_System - Status changed from 'new' to 'open'
Tue Dec 04 11:29:56 2007 WSNYDER - TimeWorked changed from (no value) to '5'
Tue Dec 04 11:30:05 2007 WSNYDER - Status changed from 'open' to 'resolved'
The text was updated successfully, but these errors were encountered: