Opened 14 years ago

Closed 10 years ago

#1343 closed enhancement (fixed)

Full support for assert()

Reported by: Martin Sjölund Owned by: Martin Sjölund
Priority: low Milestone: 1.9.2
Component: Run-time Version:
Keywords: Cc: Martin Sjölund, Willi Braun, Adeel Asghar

Description

We only support positional calling of assert(), but it has named arguments "condition", "message" and "level". Additionally, we don't support AssertionLevel.

This is currently not used by MSL so it's a low-priority task.

Change History (7)

comment:1 by Martin Sjölund, 12 years ago

Cc: Adeel Asghar added
Component: Run-time
Milestone: 1.9.0

comment:2 by Martin Sjölund, 12 years ago

Summary: assert() is not fully implementedFull support for assert()
Type: defectenhancement

comment:3 by Martin Sjölund, 12 years ago

r12866 has the commit for making the front-end equations pass along the level expression

comment:4 by Martin Sjölund, 11 years ago

Milestone: 1.9.01.9.1

Postponed until 1.9.1

comment:5 by Martin Sjölund, 10 years ago

Milestone: 1.9.11.9.2

This ticket was not closed for 1.9.1, which has now been released. It was batch modified for milestone 1.9.2 (but maybe an empty milestone was more appropriate; feel free to change it).

comment:6 by Martin Sjölund, 10 years ago

Milestone: 1.9.21.9.3

Milestone changed to 1.9.3 since 1.9.2 was released.

comment:7 by Adrian Pop, 10 years ago

Milestone: 1.9.31.9.2
Resolution: fixed
Status: assignedclosed

This works now.

Note: See TracTickets for help on using tickets.