View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000065 | luatex | luatex bug | public | 2008-07-02 13:55 | 2008-09-30 11:49 |
Reporter | Taco | Assigned To | Taco | ||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Fixed in Version | 0.30.0 | ||||
Summary | 0000065: unset_attribute on not present attribute creates mayhem | ||||
Description | For example, this destroys the content of a glue item: local so = has_attribute(current,skip_order ) or 1 if so then unset_attribute(current,skip_order ) end | ||||
Tags | No tags attached. | ||||
|
more correctly, unset_attribute(current, non-nil-but-undefined) fails |
|
unset_attribute() looked too far ahead when a to-be-unset attribute id not only did not exist in the node, but was also higher than the highest attribute on the node that actually was set. |
Date Modified | Username | Field | Change |
---|---|---|---|
2008-07-02 13:55 | Taco | New Issue | |
2008-09-23 15:22 | Hans Hagen | Note Added: 0000052 | |
2008-09-23 15:26 | Taco | Status | new => resolved |
2008-09-23 15:26 | Taco | Fixed in Version | => 0.30.0 |
2008-09-23 15:26 | Taco | Resolution | open => fixed |
2008-09-23 15:26 | Taco | Assigned To | => Taco |
2008-09-23 15:26 | Taco | Note Added: 0000053 | |
2008-09-30 11:49 | Taco | Status | resolved => closed |