Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: X10 2.0.3
-
Fix Version/s: X10 2.0.4
-
Component/s: X10 Compiler: Common Optimizer
-
Labels:None
-
Number of attachments :
Description
Currently, ++x always gets desugared into x+=1, where 1 is an Int literal. The type of the literal should be the same as the type of x. Ditto for --x.
Activity
Igor Peshansky
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Assignee | Igor Peshansky [ ipeshansky ] |
Igor Peshansky
made changes -
| Status | Open [ 1 ] | In Progress [ 3 ] |
Igor Peshansky
made changes -
| Status | In Progress [ 3 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
David Grove
made changes -
| Status | Resolved [ 5 ] | Closed [ 6 ] |