- 10 Oct, 2016 1 commit
-
-
Libby Horacek authored
-
- 25 Jun, 2016 1 commit
-
-
Andrew Gibiansky authored
-
- 16 Jun, 2016 4 commits
-
-
Sumit Sahrawat authored
Fix issue #665: Make EasyKernel more configurable
-
Sumit Sahrawat authored
-
Sumit Sahrawat authored
-
Sumit Sahrawat authored
-
- 15 Jun, 2016 2 commits
-
-
Andrew Gibiansky authored
Escape html control characters in error messages.
-
Andrew Gibiansky authored
-
- 14 Jun, 2016 4 commits
-
-
Andrew Gibiansky authored
-
Andrew Gibiansky authored
-
Andrew Gibiansky authored
-
Andrew Gibiansky authored
-
- 12 Jun, 2016 1 commit
-
-
Andrew Gibiansky authored
-
- 11 Jun, 2016 2 commits
-
-
Justus Sagemüller authored
Otherwise these are misinterpreted as MathJax again (even in their `$` form, for whatever reason!).
-
Justus Sagemüller authored
Error messages are usually rendered surprisingly clean even without escaping, but in a few cases it went wrong quite badly, in particular the `<<loop>>` error would get rendered as the completely cryptic `<>`. Also, something like `"one string" "another string" 4` used to give the error message ``` The function ‘"one string" "another string"’ is applied to one argument, but its type ‘String’ has none ``` This kind of behavior is prevented by escaping the characters `<`, `>` and `&` to `<`, `>` and `&`, respectively.
-
- 10 Jun, 2016 2 commits
-
-
Andrew Gibiansky authored
-
Andrew Gibiansky authored
This fix is only a halfway-fix. If there are multiple IHaskell libraries installed, you can still end up loading an interpreted version of the wrong one; however, now Display values are serialized to bytestring, so this will not cause any issues with transferring those between the two versions. Widget messages are not serializable and cannot be serializable, so those remain a problem, but instead of crashing it will instead emit a loud warning on stderr.
-
- 09 Jun, 2016 5 commits
-
-
Andrew Gibiansky authored
-
Andrew Gibiansky authored
-
Andrew Gibiansky authored
-
Andrew Gibiansky authored
-
Andrew Gibiansky authored
-
- 08 Jun, 2016 18 commits
-
-
Andrew Gibiansky authored
-
Andrew Gibiansky authored
-
Andrew Gibiansky authored
-
Andrew Gibiansky authored
-
Andrew Gibiansky authored
-
Andrew Gibiansky authored
-
Andrew Gibiansky authored
-
Andrew Gibiansky authored
-
Andrew Gibiansky authored
-
Andrew Gibiansky authored
-
Andrew Gibiansky authored
-
Andrew Gibiansky authored
-
Andrew Gibiansky authored
-
Andrew Gibiansky authored
-
Andrew Gibiansky authored
-
Andrew Gibiansky authored
-
Andrew Gibiansky authored
This should make the build faster and more reliable, and hopefully ressurect the test suite.
-
Andrew Gibiansky authored
Also, add some utilities for working with IHaskell components in `stack ghci`.
-