View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000491 | luatex | feature request | public | 2010-10-03 18:17 | 2010-12-13 14:43 |
Reporter | Hans Hagen | Assigned To | Taco | ||
Priority | low | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Fixed in Version | 0.65.0 | ||||
Summary | 0000491: node.next and node.prev | ||||
Description | just a few convenience functions: function node.next(n) return n and n.next end function node.prev(n) return n and n.prev end (permits easy overload from head->tail and tail-head scanning .. follow up on some bug hunting and special tracers) | ||||
Steps To Reproduce | (note for taco: now I had to duplicate a whole function and change a few lines; ok, we can use something direction = 'next' ... n[direction] but a helper does not hurt) | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2010-10-03 18:17 | Hans Hagen | New Issue | |
2010-11-29 16:18 | Taco | Status | new => assigned |
2010-11-29 16:18 | Taco | Assigned To | => Taco |
2010-11-29 16:48 | Taco | Note Added: 0000698 | |
2010-11-29 16:48 | Taco | Status | assigned => resolved |
2010-11-29 16:48 | Taco | Resolution | open => fixed |
2010-12-13 14:43 | Taco | Fixed in Version | => 0.65.0 |
2010-12-13 14:43 | Taco | Status | resolved => closed |