Project

General

Profile

Actions

Bug #4070

closed

Question on the ternary conditional operation (cond ? lhs : rhs)

Added by Alexander Kamkin about 11 years ago. Updated almost 11 years ago.

Status:
Closed
Priority:
Normal
Category:
-
Target version:
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?

Actions #1

Updated by Alexander Kamkin about 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
Actions #2

Updated by Alexander Kamkin about 11 years ago

... and 3-operand constructor of Operation:

public <T extends Enum<?>> Operation(T operation,
    ISyntaxElement left, ISyntaxElement middle, ISyntaxElement right)
{ ... }
Actions #3

Updated by Sergey Smolov about 11 years ago

  • Status changed from New to Open

Есть такой оператор, называется ite.

Actions #4

Updated by Sergey Smolov about 11 years ago

  • Status changed from Open to Resolved
  • Assignee changed from Sergey Smolov to Alexander Kamkin

Операция реализована, называется ITE.
Также поправлена ошибка, приводившая к тому, что тернарные операции некорректно десериализовались из XML.

r60

Actions #5

Updated by Sergey Smolov almost 11 years ago

  • % Done changed from 0 to 100
  • Published in build set to 0.2
Actions #6

Updated by Sergey Smolov almost 11 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF