Chris Smith
Chris Smith
I have no objection to this. I suspect it could be implemented entirely on the client. See https://github.com/google/codeworld/blob/master/web/js/codeworld.js#L297 for the existing code that loads a hash from a URL. You...
Unfortunately, we don't have a great way to catch this error because it fails to parse.
Code is parsed with the GHC API. Unfortunately, in this case, the code doesn't parse at all, so it's tough to look for anything. I could see adding some kind...
One could imagine a special rule looking for spaces in multi-word identifiers.
Basically, I'm looking for patterns or expressions that use several variables in a row. Those can either be top-level like `App (Var "foo") (Var "bar")`, or tails of left-associated applications,...
GHCJS tends to be a bit fragile with different Node.js versions. I probably won't update the production build until summer, since it has more users during the school year who...
I've updated this for Debian. I should also bump the lesser-used platforms, but I'll have to wait until I have the time to kick off so many builds to check...
That sounds approximately right, but I suspect there are some subtleties in getting it to work. I think this works for building the server. I still don't know how one...
I think there's some confusion here. By "cabal nix-style builds" we just mean `cabal v2-*` rather than `cabal v1-*`. There's no actual nix involved in this issue.