- 12 Mar, 2017 1 commit
-
-
Andrei Barbu authored
-
- 11 Mar, 2017 2 commits
-
-
Andrei Barbu authored
-
Andrei Barbu authored
-
- 06 Mar, 2017 15 commits
-
-
Andrei Barbu authored
-
Andrei Barbu authored
-
Andrei Barbu authored
-
Andrei Barbu authored
break up package builds into two steps (sometimes stack leaks memory); try to forcefully apply --fast to all deps
-
Andrei Barbu authored
-
Andrei Barbu authored
-
Andrei Barbu authored
-
Andrei Barbu authored
-
Andrei Barbu authored
-
Andrei Barbu authored
-
Andrei Barbu authored
-
Andrei Barbu authored
-
Andrei Barbu authored
-
Andrei Barbu authored
-
Andrei Barbu authored
-
- 05 Mar, 2017 2 commits
-
-
Andrei Barbu authored
-
Erik de Castro Lopo authored
-
- 10 Oct, 2016 5 commits
-
-
Jun Matsushita authored
-
Libby Horacek authored
-
Vaibhav Sagar authored
-
Libby Horacek authored
It's a bit closer to a dictionary.
-
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 1 commit
-
-
Andrew Gibiansky authored
-