|
RE: Uninformative error message from getModificationTime: msg#00085lang.haskell.glasgow.bugs
> If I run the program > > main = print =<< readFile "god" > > and god doesn't exist, I get the following informative error message > > Fail: does not exist > Action: openFile > Reason: No such file or directory > File: god > > However, if I run the program > > import Directory > main = print =<< getModificationTime "god" > > I get the message > > Fail: does not exist > Action: withFileStatus > Reason: No such file or directory Fixed, thanks. Simon
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: FW: ANNOUNCE: GHC vesrion 5.04.3 released, Wolfgang Thaller |
|---|---|
| Next by Date: | RE: build of GHCi 5.04.3 fails to work (libgcc.a), Simon Marlow |
| Previous by Thread: | Uninformative error message from getModificationTime, Thomas Hallgren |
| Next by Thread: | ghci bug report does not start up !!, Ahn Ki-yung |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |