Discussion:
[1003.1(2013)/Issue7+TC1 0000839]: problems with reduction of WORD to ASSIGNMENT_WORD
Austin Group Bug Tracker
2014-05-22 15:25:29 UTC
Permalink
The following issue has been set as RELATED TO issue 0000643.
======================================================================
http://austingroupbugs.net/view.php?id=839
======================================================================
Reported By: rhansen
Assigned To:
======================================================================
Project: 1003.1(2013)/Issue7+TC1
Issue ID: 839
Category: Shell and Utilities
Type: Error
Severity: Objection
Priority: normal
Status: New
Name: Richard Hansen
Organization: BBN
User Reference:
Section: 2.10.2 (Shell Grammar Rules) rule 7.b.
Page Number: 2349
Line Number: 74755-74761
Interp Status: ---
Final Accepted Text:
======================================================================
Date Submitted: 2014-05-08 18:51 UTC
Last Modified: 2014-05-22 15:25 UTC
======================================================================
Summary: problems with reduction of WORD to ASSIGNMENT_WORD
======================================================================
Relationships ID Summary
----------------------------------------------------------------------
related to 0000643 Reduction of TOKEN to WORD or ASSIGNMEN...
======================================================================

Issue History
Date Modified Username Field Change
======================================================================
2014-05-08 18:51 rhansen New Issue
2014-05-08 18:51 rhansen Name => Richard Hansen
2014-05-08 18:51 rhansen Organization => BBN
2014-05-08 18:51 rhansen Section => 2.10.2 (Shell
Grammar Rules) rule 7.b.
2014-05-08 18:51 rhansen Page Number => 2349
2014-05-08 18:51 rhansen Line Number => 74755-74761
2014-05-22 15:25 nick Relationship added related to 0000643
======================================================================
Austin Group Bug Tracker
2014-05-22 15:42:23 UTC
Permalink
A NOTE has been added to this issue.
======================================================================
http://austingroupbugs.net/view.php?id=839
======================================================================
Reported By: rhansen
Assigned To:
======================================================================
Project: 1003.1(2013)/Issue7+TC1
Issue ID: 839
Category: Shell and Utilities
Type: Error
Severity: Objection
Priority: normal
Status: New
Name: Richard Hansen
Organization: BBN
User Reference:
Section: 2.10.2 (Shell Grammar Rules) rule 7.b.
Page Number: 2349
Line Number: 74755-74761
Interp Status: ---
Final Accepted Text:
======================================================================
Date Submitted: 2014-05-08 18:51 UTC
Last Modified: 2014-05-22 15:42 UTC
======================================================================
Summary: problems with reduction of WORD to ASSIGNMENT_WORD
======================================================================
Relationships ID Summary
----------------------------------------------------------------------
related to 0000643 Reduction of TOKEN to WORD or ASSIGNMEN...
======================================================================

----------------------------------------------------------------------
(0002248) rhansen (reporter) - 2014-05-22 15:42
http://austingroupbugs.net/view.php?id=839#c2248
----------------------------------------------------------------------
After applying the changes in http://austingroupbugs.net/view.php?id=643, change
XCU 2.10.2 (Shell Grammar
Rules) rule 7.b. page 2349 lines 74755-74761 from:

If the TOKEN contains the <equals-sign> character:

* If it begins with '=', the token WORD shall be returned.
* If all the characters in the TOKEN preceding the first '='
form a valid name (see XBD Section 3.231), the token
ASSIGNMENT_WORD shall be returned. (Quoted characters cannot
participate in forming a valid name.)
* Otherwise, it is unspecified whether it is ASSIGNMENT_WORD or
WORD that is returned.

to:

If the TOKEN contains an unquoted (as determined while applying
rule #4 from section 2.3) <equals-sign> character that is not part
of an embedded parameter expansion, command substitution, or
arithmetic expansion construct (as determined while applying rule
#5 from section 2.3):

* If the TOKEN begins with '=', then rule 1 shall be applied.
* If all the characters in the TOKEN preceding the first such
<equals-sign> form a valid name (see XBD Section 3.231), the
token ASSIGNMENT_WORD shall be returned.
* Otherwise, it is unspecified whether rule 1 is applied or
ASSIGNMENT_WORD is returned.

Otherwise, rule 1 shall be applied.

Issue History
Date Modified Username Field Change
======================================================================
2014-05-08 18:51 rhansen New Issue
2014-05-08 18:51 rhansen Name => Richard Hansen
2014-05-08 18:51 rhansen Organization => BBN
2014-05-08 18:51 rhansen Section => 2.10.2 (Shell
Grammar Rules) rule 7.b.
2014-05-08 18:51 rhansen Page Number => 2349
2014-05-08 18:51 rhansen Line Number => 74755-74761
2014-05-22 15:25 nick Relationship added related to 0000643
2014-05-22 15:42 rhansen Note Added: 0002248
======================================================================
Austin Group Bug Tracker
2014-05-22 15:55:58 UTC
Permalink
The following issue NEEDS AN INTERPRETATION.
======================================================================
http://austingroupbugs.net/view.php?id=839
======================================================================
Reported By: rhansen
Assigned To:
======================================================================
Project: 1003.1(2013)/Issue7+TC1
Issue ID: 839
Category: Shell and Utilities
Type: Error
Severity: Objection
Priority: normal
Status: Interpretation Required
Name: Richard Hansen
Organization: BBN
User Reference:
Section: 2.10.2 (Shell Grammar Rules) rule 7.b.
Page Number: 2349
Line Number: 74755-74761
Interp Status: Pending
Final Accepted Text: See http://austingroupbugs.net/view.php?id=839#c2248

======================================================================
Date Submitted: 2014-05-08 18:51 UTC
Last Modified: 2014-05-22 15:55 UTC
======================================================================
Summary: problems with reduction of WORD to ASSIGNMENT_WORD
======================================================================
Relationships ID Summary
----------------------------------------------------------------------
related to 0000643 Reduction of TOKEN to WORD or ASSIGNMEN...
======================================================================

Issue History
Date Modified Username Field Change
======================================================================
2014-05-08 18:51 rhansen New Issue
2014-05-08 18:51 rhansen Name => Richard Hansen
2014-05-08 18:51 rhansen Organization => BBN
2014-05-08 18:51 rhansen Section => 2.10.2 (Shell
Grammar Rules) rule 7.b.
2014-05-08 18:51 rhansen Page Number => 2349
2014-05-08 18:51 rhansen Line Number => 74755-74761
2014-05-22 15:25 nick Relationship added related to 0000643
2014-05-22 15:42 rhansen Note Added: 0002248
2014-05-22 15:51 rhansen Note Edited: 0002248
2014-05-22 15:55 Don Cragun Interp Status => Pending
2014-05-22 15:55 Don Cragun Final Accepted Text => See
http://austingroupbugs.net/view.php?id=839#c2248
2014-05-22 15:55 Don Cragun Status New => Interpretation
Required
2014-05-22 15:55 Don Cragun Resolution Open => Accepted As
Marked
======================================================================
Austin Group Bug Tracker
2014-05-23 13:18:16 UTC
Permalink
The following issue has been UPDATED.
======================================================================
http://austingroupbugs.net/view.php?id=839
======================================================================
Reported By: rhansen
Assigned To:
======================================================================
Project: 1003.1(2013)/Issue7+TC1
Issue ID: 839
Category: Shell and Utilities
Type: Error
Severity: Objection
Priority: normal
Status: Interpretation Required
Name: Richard Hansen
Organization: BBN
User Reference:
Section: 2.10.2 (Shell Grammar Rules) rule 7.b.
Page Number: 2349
Line Number: 74755-74761
Interp Status: Proposed
Final Accepted Text: See http://austingroupbugs.net/view.php?id=839#c2248

======================================================================
Date Submitted: 2014-05-08 18:51 UTC
Last Modified: 2014-05-23 13:18 UTC
======================================================================
Summary: problems with reduction of WORD to ASSIGNMENT_WORD
======================================================================
Relationships ID Summary
----------------------------------------------------------------------
related to 0000643 Reduction of TOKEN to WORD or ASSIGNMEN...
======================================================================

----------------------------------------------------------------------
(0002251) ajosey (manager) - 2014-05-23 13:18
http://austingroupbugs.net/view.php?id=839#c2251
----------------------------------------------------------------------
Interpretation Proposed 23 May 2014

Issue History
Date Modified Username Field Change
======================================================================
2014-05-08 18:51 rhansen New Issue
2014-05-08 18:51 rhansen Name => Richard Hansen
2014-05-08 18:51 rhansen Organization => BBN
2014-05-08 18:51 rhansen Section => 2.10.2 (Shell
Grammar Rules) rule 7.b.
2014-05-08 18:51 rhansen Page Number => 2349
2014-05-08 18:51 rhansen Line Number => 74755-74761
2014-05-22 15:25 nick Relationship added related to 0000643
2014-05-22 15:42 rhansen Note Added: 0002248
2014-05-22 15:51 rhansen Note Edited: 0002248
2014-05-22 15:55 Don Cragun Interp Status => Pending
2014-05-22 15:55 Don Cragun Final Accepted Text => See
http://austingroupbugs.net/view.php?id=839#c2248
2014-05-22 15:55 Don Cragun Status New => Interpretation
Required
2014-05-22 15:55 Don Cragun Resolution Open => Accepted As
Marked
2014-05-22 15:56 Don Cragun Tag Attached: tc2-2008
2014-05-23 13:18 ajosey Interp Status Pending => Proposed
2014-05-23 13:18 ajosey Note Added: 0002251
======================================================================
Loading...