1. 10 Oct, 2016 2 commits
  2. 25 Jun, 2016 1 commit
  3. 16 Jun, 2016 4 commits
  4. 15 Jun, 2016 2 commits
  5. 14 Jun, 2016 4 commits
  6. 12 Jun, 2016 1 commit
  7. 11 Jun, 2016 2 commits
    • Justus Sagemüller's avatar
      Escape `$` signs _after_ html control characters. · b0a328a1
      Justus Sagemüller authored
      Otherwise these are misinterpreted as MathJax again (even in their `$` form, for whatever reason!).
      b0a328a1
    • Justus Sagemüller's avatar
      Escape html control characters in error messages. · a5e317f1
      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&quot; &quot;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 `&lt;`, `&gt;` and `&amp;`, respectively.
      a5e317f1
  8. 10 Jun, 2016 2 commits
    • Andrew Gibiansky's avatar
      add a blurb to README for mobile · b7716b9f
      Andrew Gibiansky authored
      b7716b9f
    • Andrew Gibiansky's avatar
      Fix issues associated with multiple IHaskells installed. · 0c5e162b
      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.
      0c5e162b
  9. 09 Jun, 2016 5 commits
  10. 08 Jun, 2016 17 commits