View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000957 | luatex | texlua bug | public | 2015-11-23 08:12 | 2015-11-23 13:17 |
Reporter | patrick | Assigned To | Hans Hagen | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | Apple | OS | El Capitan | OS Version | 10.11 |
Product Version | 0.85.0 | ||||
Target Version | 0.86.0 | ||||
Summary | 0000957: (0.85) Map file pdftex.map must be present | ||||
Description | Note: this is version 0.85, not 0.79.1 The callback 'find_map_file' must return a string, a nil is invalid. nil is supposed the value for "file not found", but when I return nil, LuaTeX reports Expected a string for (S), not: nil | ||||
Steps To Reproduce | (will follow) | ||||
Tags | No tags attached. | ||||
|
The manual says: Return an empty string and zero if the file was found but there was a reading problem. So: return false, "", 0 The callback framework now test a bit more strict (in order to get rid of ambigious cases). If we make the second argument also ok with nil then still the third on eneeds to be 0 so thereisno gain. |
|
nil or false are accepted in the find |
Date Modified | Username | Field | Change |
---|---|---|---|
2015-11-23 08:12 | patrick | New Issue | |
2015-11-23 08:41 | Hans Hagen | Assigned To | => Hans Hagen |
2015-11-23 08:41 | Hans Hagen | Status | new => assigned |
2015-11-23 08:41 | Hans Hagen | Product Version | 0.79.1 => 0.85.0 |
2015-11-23 12:03 | Hans Hagen | Target Version | => 0.86.0 |
2015-11-23 12:37 | Hans Hagen | Note Added: 0001553 | |
2015-11-23 12:37 | Hans Hagen | Status | assigned => closed |
2015-11-23 12:37 | Hans Hagen | Resolution | open => no change required |
2015-11-23 13:17 | Hans Hagen | Note Added: 0001554 | |
2015-11-23 13:17 | Hans Hagen | Resolution | no change required => fixed |