View Issue Details

IDProjectCategoryView StatusLast Update
00007371003.1(2013)/Issue7+TC1Shell and Utilitiespublic2019-06-10 08:55
Reportersalikhmetov Assigned To 
PrioritynormalSeverityCommentTypeEnhancement Request
Status ClosedResolutionAccepted 
NameAnton Salikhmetov
OrganizationEuroMake Initiative
User Reference
SectionXCU 2.10.2
Page Number2350
Line Number74834-74838
Interp Status---
Final Accepted TextSee Desired Action
Summary0000737: two of Shell Grammar Rules unnecessary
DescriptionShell Grammar Rules for compound_list duplicate the definition of linebreak

linebreak : newline_list
                 | /* empty */
                 ;

which results in four grammar rules for compound_list instead of two.
Desired ActionOn page 2350, lines 74834-74838, change

compound_list : term
                 | newline_list term
                 | term separator
                 | newline_list term separator
                 ;

to

compound_list : linebreak term
                 | linebreak term separator
                 ;
Tagstc2-2008

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2013-08-17 12:00 salikhmetov New Issue
2013-08-17 12:00 salikhmetov Name => Anton Salikhmetov
2013-08-17 12:00 salikhmetov Organization => EuroMake Initiative
2013-08-17 12:00 salikhmetov Section => XCU 2.10.2
2013-08-17 12:00 salikhmetov Page Number => 2350
2013-08-17 12:00 salikhmetov Line Number => 74834-74838
2013-08-29 16:26 nick Interp Status => ---
2013-08-29 16:26 nick Final Accepted Text => See Desired Action
2013-08-29 16:26 nick Status New => Resolved
2013-08-29 16:26 nick Resolution Open => Accepted
2013-08-29 16:26 nick Tag Attached: tc2-2008
2019-06-10 08:55 agadmin Status Resolved => Closed