Custom Query (429 matches)
Results (25 - 27 of 429)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#433 | fixed | support of 'First/'Last attribute | ||
Description |
A2JS should support 'First/'Last attribute for arrays |
|||
#435 | fixed | a2js format of numbers | ||
Description |
A2JS translates Ada style of numbers incorrectly, for example: Total * 3_600.0 / 1000.0 is translated to total * 3 _600.0 / 1000.0 (space is added before '_' character) |
|||
#440 | fixed | a2js crash on conditional expression | ||
Description |
Speed := Total_Consumption * 0.001 / (if Diameter = 25.0 then 21.0 elsif Diameter = 32.0 then 27.2 else 34.0); raised PROGRAM_ERROR : properties-expressions-if_expression.adb:78 explicit raise |
Note:
See TracQuery
for help on using queries.