First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 100230
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo's Haskell Language team <haskell@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Hans Lub <hlub@knoware.nl>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 100230 depends on: Show dependency tree
Bug 100230 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2005-07-25 07:44 0000
The latest hugs release (March 2005) had a few issues, most notably with binary
file I/O. A patched version is available at
http://cvs.haskell.org/Hugs/downloads/Mar2005/. Please update the ebuild.

Reproducible: Always
Steps to Reproduce:
1. The following Haskell program will make hugs write '?' characters instead of
the upper half of the ASCII table. 

test = do
   let myAsciiTable =  ['\x0'..'\xff']
   handle <- openBinaryFile "test" WriteMode
   hPutStr handle myAsciiTable
   hClose handle

------- Comment #1 From Duncan Coutts (RETIRED) 2005-07-25 09:21:57 0000 -------
Thanks for pointing this out Hans. I've added hugs98-2005.3-r1 with this patch.
Please re-open this bug if anything doesn't work.

Hmm, we should really try to get this marked stable soon.

First Last Prev Next    No search results available      Search page      Enter new bug