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 , 13 years ago
Cc: | added |
---|---|
Component: | → Run-time |
Milestone: | → 1.9.0 |
comment:2 by , 13 years ago
Summary: | assert() is not fully implemented → Full support for assert() |
---|---|
Type: | defect → enhancement |
comment:3 by , 13 years ago
comment:5 by , 10 years ago
Milestone: | 1.9.1 → 1.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 , 10 years ago
Milestone: | 1.9.2 → 1.9.3 |
---|
Milestone changed to 1.9.3 since 1.9.2 was released.
comment:7 by , 10 years ago
Milestone: | 1.9.3 → 1.9.2 |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
This works now.
Note:
See TracTickets
for help on using tickets.
r12866 has the commit for making the front-end equations pass along the level expression