silverneko / miku

Judge Client for TIOJ
https://github.com/joshua5201/tioj
MIT License
8 stars 7 forks source link

Haskell..? #1

Open silverneko opened 9 years ago

silverneko commented 9 years ago

Perhaps I should add Haskell support. Sounds fun.

silverneko commented 9 years ago

done

silverneko commented 9 years ago

but still need some tweaking.

silverneko commented 9 years ago

Strange things happen time to time. Sometimes haskell submissions just keep compile error even if there's no problem with the code. And the only known solution now when that happens is to restart miku manually. Damn. Need to find out what's going wrong and make sure it cannot happen.

I'm suspecting that ghc needs to access /tmp anyway even with the -tmpdir option ??

silverneko commented 9 years ago

STRANGE!!!!! It kinda never happend anymore after I redirect the compiler's stdout to /dev/null. wtf. really. wtf?