View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
---|---|---|---|---|---|---|---|---|---|
0000494 | mercury | Bug | public | 2020-01-23 11:41 | 2023-08-02 11:11 | ||||
Reporter | juliensf | ||||||||
Assigned To | juliensf | ||||||||
Priority | normal | Severity | minor | Reproducibility | have not tried | ||||
Status | resolved | Resolution | fixed | ||||||
Product Version | |||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0000494: hard_coded/nonascii fails on Windows | ||||||||
Description | hard_coded/nonascii fails on Windows (mingw64-{32,64},MSVC); it outputs "premature EOF" for most of the output. | ||||||||
Tags | No tags attached. | ||||||||
Attached Files |
|
Notes | |
juliensf (administrator) 2020-01-27 04:13 |
The reason for failure is that text mode in Windows treats the byte 0x1a (i.e. Ctrl-Z) as EOF. (There's not much we can do about this, short of switching files to binary mode on Windows.) |
juliensf (administrator) 2023-08-02 11:11 |
Fixed in commit 837a677c37fa7a341f2733cdc7071457d3ad83ef. |
Issue History | |||
Date Modified | Username | Field | Change |
---|---|---|---|
2020-01-23 11:41 | juliensf | New Issue | |
2020-01-27 04:13 | juliensf | Note Added: 0001072 | |
2023-08-02 11:11 | juliensf | Assigned To | => juliensf |
2023-08-02 11:11 | juliensf | Status | new => resolved |
2023-08-02 11:11 | juliensf | Resolution | open => fixed |
2023-08-02 11:11 | juliensf | Note Added: 0001207 |