Austin Group Defect Tracker

Aardvark Mark IV


Viewing Issue Simple Details Jump to Notes ] Issue History ] Print ]
ID Category Severity Type Date Submitted Last Update
0000737 [1003.1(2013)/Issue7+TC1] Shell and Utilities Comment Enhancement Request 2013-08-17 12:00 2019-06-10 08:55
Reporter salikhmetov View Status public  
Assigned To
Priority normal Resolution Accepted  
Status Closed  
Name Anton Salikhmetov
Organization EuroMake Initiative
User Reference
Section XCU 2.10.2
Page Number 2350
Line Number 74834-74838
Interp Status ---
Final Accepted Text See Desired Action
Summary 0000737: two of Shell Grammar Rules unnecessary
Description Shell 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 Action On 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
                 ;
Tags tc2-2008
Attached Files

- Relationships

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-17 12:01 salikhmetov Issue Monitored: salikhmetov
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


Mantis 1.1.6[^]
Copyright © 2000 - 2008 Mantis Group
Powered by Mantis Bugtracker