View Issue Details

IDProjectCategoryView StatusLast Update
0000873luatexluatex bugpublic2014-12-17 11:06
ReporterDohyun Kim Assigned ToTaco  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Fixed in Version0.79.0 
Summary0000873: node.unset_attribute of version 0.78 does not work
DescriptionLatest 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
TagsNo tags attached.

Activities

Taco

2014-01-02 11:16

administrator   ~0001207

fixed in repository

Issue History

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