Tamar Christina

Results 95 comments of Tamar Christina

Ah no, it does run the testsuite,we're just missing a test that loads this offending module or uses ghci.

This version is 3 years old now and GHC 8.x is no longer supported. I'll close this. please re-open if still having problems with a newer version.

@gbaz Sorry for the delay, I've been giving this a test and doesn't seem to work quite yet. ```powershell PS C:\Users\WDAGUtilityAccount\Desktop> cp C:\Users\WDAGUtilityAccount\AppData\Roaming\cabal\bin\can-i-have-a-pony.exe .\pkg-config.exe PS C:\Users\WDAGUtilityAccount\Desktop> $Env:PATH+=";C:\Users\WDAGUtilityAccount\Desktop\" PS C:\Users\WDAGUtilityAccount\Desktop> where.exe...

I suggest storing the filesize in the `esi` file as well. when the server doesn't send back `Content-Length` we can use that size instead. when the server does send back...

Hmm? What do you mean? The esi stores the link to the index and the packs itself, including their hashes. The issue isn't with showing a progress for the esi...

> So, I think that GHC should _just_ export `GHC.Event` even on Windows. What do you think? @kazu-yamamoto the problem is that as you say the `TimerManager` requires the `poll`...

> @Mistuke Many test cases now pass on Windows! I respect your work! Bravo! Yay! good to hear!

That makes very little sense. Slide 19 indicates that you can't rename the file if any process has a read lock. Which is exactly the problem. The rename method only...

I personally don't understand why it's being added to base and not a uncoupled library like directory. Adding it to directory makes more sense since it can then be used...

> > You'll end up with stray directories, no? > > It looks like you can use `FILE_FLAG_DELETE_ON_CLOSE` to avoid stray items. The Rust implementation below seems like a good...