View Issue Details

IDProjectCategoryView StatusLast Update
00000541003.1(2008)/Issue 7Shell and Utilitiespublic2009-06-25 18:17
ReporterDon Cragun Assigned Toajosey  
PrioritynormalSeverityObjectionTypeError
Status ClosedResolutionDuplicate 
NameHan Pingtian
Organization
User Reference
Section2.10.2
Page Number2329
Line Number73599-73601
Interp Status
Final Accepted Text
Summary0000054: else_part in shell gramar missing compound list after "Then"
DescriptionThis is wrong:

else_part : Elif compound_list Then else_part
                 | Else compound_list

It should be

else_part : Elif compound_list Then compound_list else_part
                 | Else compound_list
Desired ActionChange this:
else_part : Elif compound_list Then else_part
                 | Else compound_list

to this one:

else_part : Elif compound_list Then compound_list else_part
                 | Else compound_list
TagsNo tags attached.

Relationships

duplicate of 0000044 Closedajosey else_part in shell gramar missing compound list after "Then". 

Activities

Don Cragun

2009-06-25 14:26

manager   bugnote:0000095

Last edited: 2009-06-26 06:38

Originally reported by hanpingtian:xxxxxxxxx
Wed, 20 May 2009 07:20:14 +0100 (BST)
with Subject: Defect in XCU 2.10.2 Shell Grammar Rules

Transcribed by Don Cragun from xcubug3.txt ERN 10

Issue History

Date Modified Username Field Change
2009-06-25 14:21 Don Cragun New Issue
2009-06-25 14:21 Don Cragun Status New => Under Review
2009-06-25 14:21 Don Cragun Assigned To => ajosey
2009-06-25 14:21 Don Cragun Name => Han Pingtian
2009-06-25 14:21 Don Cragun Section => 2.10.2
2009-06-25 14:21 Don Cragun Page Number => 2329
2009-06-25 14:21 Don Cragun Line Number => 73599-73601
2009-06-25 14:26 Don Cragun Note Added: 0000095
2009-06-25 14:28 Don Cragun Status Under Review => Closed
2009-06-25 14:28 Don Cragun Resolution Open => Duplicate
2009-06-25 16:38 Don Cragun Tag Attached: real bug in aardvark
2009-06-25 18:17 msbrown Relationship added duplicate of 0000044
2009-06-26 06:38 Don Cragun Note Edited: 0000095
2009-08-14 08:18 geoffclare Tag Detached: real bug in aardvark