ghclive icon indicating copy to clipboard operation
ghclive copied to clipboard

Google Summer of Code 2012 project, GHCi for the web

Results 11 ghclive issues
Sort by recently updated
recently updated
newest added

F:\GitHub\ghclive [master]> cabal install Resolving dependencies... cabal.exe: Could not resolve dependencies: trying: ghclive-0.1.0.2 rejecting: yesod-1.2.4, 1.2.3, 1.2.2.1, 1.2.2, 1.2.1.1, 1.2.1, 1.2.0.1, 1.2.0 (conflict: ghclive => yesod>=1.1 && yesod-json>=1.1 && yesod-core>=1.1.5...

bug

This is the end of the output from `cabal-dev install --force-reinstalls`. I'm using ghc 7.4.2 and haskell-platform 2012.4.0.0 installed from Homebrew on Mac OS X 10.8.2. ``` Configuring ghclive-0.1.0.2... Warning:...

Sometimes the last inserted text shows up at the beginning of the buffer, but reversed is this purely a client issue? Does reloading always fix it?

bug

When I fire up ghclive in my browser and type anything, like '1+1' in the expression buffer I get the following response: Could not find module `Text.Blaze.Internal' Use -v to...

If a user types in `[0..]`, ghclive alarmingly quickly consumes all your memory and 100% CPU, bringing the system to a grinding halt. In GHCi at least, a simple expression...

I have GHC 7.0.3 installed and I see: ``` $ git clone https://github.com/shapr/ghclive.git && cd ghclive && cabal install && ghclive Cloning into ghclive... remote: Counting objects: 1306, done. remote:...

import Prelude must be inserted after compiler error

bug

disconnected client websockets accumulate messages?

bug