RE: Non-change in __GLASGOW_HASKELL__ and change to newForeignPtr

2004-08-11 Thread Simon Marlow
On 10 August 2004 17:27, Alastair Reid wrote: It looks like the argument order for newForeignPtr was swapped between ghc-6.1 and ghc-6.2. So, I used conditional compilation to check the version number but it looks as though __GLASGOW_VERSION__ in 6.1 and 6.2 is still set to 601. I think

:reload when machine clock is ahead of file-system clock

2004-08-11 Thread Mike Gunter
For me, :reload often seems to treat an out-of-date interpreted module as up-to-date. I think this is a consequence of my machine clock being ahead of my file-system clock. I believe this behavior results from the use of getClockTime as the linkableTime for interpreted modules. It seems more