View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000873 | luatex | luatex bug | public | 2014-01-02 03:45 | 2014-12-17 11:06 |
Reporter | Dohyun Kim | Assigned To | Taco | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Fixed in Version | 0.79.0 | ||||
Summary | 0000873: node.unset_attribute of version 0.78 does not work | ||||
Description | Latest LuaTeX binary is installed from ConTeXt minimal distribution. $ luatex -version This is LuaTeX, Version beta-0.78.0-2013123119 (TeX Live 2013/dev) (rev 4704) Using this release, node.unset_attribute does not work any more. | ||||
Steps To Reproduce | \setbox0\hbox attr9=3{test} \directlua{ local box = tex.getbox(0) print("attribute 9 =",node.has_attribute(box,9)) % prints 3. ok. node.unset_attribute(box,9) print("attribute 9 =",node.has_attribute(box,9)) % prints 3. not ok. } \bye | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2014-01-02 03:45 | Dohyun Kim | New Issue | |
2014-01-02 11:16 | Taco | Note Added: 0001207 | |
2014-01-02 11:16 | Taco | Status | new => resolved |
2014-01-02 11:16 | Taco | Fixed in Version | => 0.79.0 |
2014-01-02 11:16 | Taco | Resolution | open => fixed |
2014-01-02 11:16 | Taco | Assigned To | => Taco |
2014-12-17 11:06 | Hans Hagen | Status | resolved => closed |