Actions
Bug #4070
closedQuestion on the ternary conditional operation (cond ? lhs : rhs)
Start date:
04/04/2013
Due date:
% Done:
100%
Estimated time:
Detected in build:
svn
Platform:
Published in build:
0.2
Description
Does it exist?
Updated by Alexander Kamkin over 11 years ago
- Subject changed from Question of the ternary conditional operation (cond ? lhs : rhs) to Question on the ternary conditional operation (cond ? lhs : rhs)
- Target version set to 0.1
Updated by Alexander Kamkin over 11 years ago
... and 3-operand constructor of Operation
:
public <T extends Enum<?>> Operation(T operation,
ISyntaxElement left, ISyntaxElement middle, ISyntaxElement right)
{ ... }
Updated by Sergey Smolov over 11 years ago
- Status changed from New to Open
Есть такой оператор, называется ite.
Updated by Sergey Smolov over 11 years ago
- Status changed from Open to Resolved
- Assignee changed from Sergey Smolov to Alexander Kamkin
Операция реализована, называется ITE.
Также поправлена ошибка, приводившая к тому, что тернарные операции некорректно десериализовались из XML.
r60
Updated by Sergey Smolov over 11 years ago
- % Done changed from 0 to 100
- Published in build set to 0.2
Updated by Sergey Smolov over 11 years ago
- Status changed from Resolved to Closed
Actions