Re: WinHugs beta 3
Neil Mitchell <[email protected]> Mon, 30 Jan 2006 15:00:46 +0000
| Newsgroups | gmane.comp.lang.haskell.hugs.user |
|---|---|
| Message-ID | <[email protected]> |
> load some module VIA THE MENU (File/Open) > > then use the Up arrow key to recall this command from history > > this shows the bug #1 - this ":load ..." command added to history with > the LF character Yep, thats a bug - and a very easy to fix one at that. Its fixed in the CVS now. I never use the Open button at all, I always use drag and drop for files, which is how this bug survived. > now press Enter key > > this shows the bug #2 ;) This is actually a Hugs bug, that can be directly poked on Windows by typing :load "" Which leads to a buffer underflow. I have also fixed this in the CVS version. Thanks Neil