View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000290 | luatex | luatex bug | public | 2009-11-03 19:41 | 2009-11-18 15:54 |
| Reporter | Khaled Hosny | Assigned To | Taco | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Product Version | 0.44.0 | ||||
| Fixed in Version | 0.45.0 | ||||
| Summary | 0000290: lualatex and expl3 packages | ||||
| Description | Running the attached latex file (which just loads expl3 package) with lualatex will result in the error: 12\tex_relax:D 03:35:07Z\tex_relax:D \ProvidesExplPackage {\filename \ETC. ! File ended while scanning use of \GetIdInfoAuxSVN:w. <inserted text> \par l.3 ? Though the file compiles fine with pdftex, aleph and xetex. | ||||
| Tags | No tags attached. | ||||
|
2009-11-03 19:41
|
|
|
|
It seems this has something to do with line ends in the middle of macro heading definitions. I'll see if I can create a more usable test (one that does not spew out incomprehensible control sequence names. |
|
|
Ok, found it. ltnames messes with \endlinechar, and doing that is not supported in luatex at the moment. From the manual: The \endlinechar can be either added (values 0 or more), or not (negative values). If it is added, the character is always decimal 13 a/k/a ^^M a/k/a carriage return (This change may be temporary). |
|
|
fixed by #3096 |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2009-11-03 19:41 | Khaled Hosny | New Issue | |
| 2009-11-03 19:41 | Khaled Hosny | File Added: test_expl3.tex | |
| 2009-11-04 08:57 | Taco | Note Added: 0000317 | |
| 2009-11-04 09:02 | Taco | Note Added: 0000318 | |
| 2009-11-04 09:12 | Taco | Status | new => assigned |
| 2009-11-04 09:12 | Taco | Assigned To | => Taco |
| 2009-11-04 10:22 | Taco | Status | assigned => resolved |
| 2009-11-04 10:22 | Taco | Resolution | open => fixed |
| 2009-11-04 10:22 | Taco | Note Added: 0000319 | |
| 2009-11-18 15:54 | Taco | Fixed in Version | => 0.45.0 |
| 2009-11-18 15:54 | Taco | Status | resolved => closed |