Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve hyperlinker's 'spanToNewline' (#846) | Alec Theriault | 2018-06-13 | 1 | -0/+26 |
| | | | | | | | | | | | | | | | | 'spanToNewline' is used to help break apart the source into lines which can then be partioned into CPP and non-CPP chunks. It is important that 'spanToNewline' not break apart tokens, so it needs to properly handle things like * block comments, possibly nested * string literals, possibly multi-line * CPP macros, possibly multi-line String literals in particular were not being properly handled. The fix is to to fall back in 'Text.Read.lex' to help lex things that are not comments. Fixes #837. | ||||
* | hypsrc-test: Accept test output | Ben Gamari | 2016-02-08 | 1 | -4/+4 |
| | | | | And fix impredicative Polymorphism testcase. | ||||
* | Delete trailing whitespace | Mateusz Kowalczyk | 2015-07-07 | 1 | -1/+1 |
| | |||||
* | Create hyperlinker test case for type classes. | Łukasz Hanuszczak | 2015-07-02 | 1 | -0/+38 |
| | |||||
* | Fix issue with operators being recognized as preprocessor directives. | Łukasz Hanuszczak | 2015-07-02 | 1 | -0/+4 |
| | |||||
* | Add hyperlinker test case for checking type and type family declarations. | Łukasz Hanuszczak | 2015-07-02 | 1 | -0/+42 |
| | |||||
* | Add qualified name test for identifiers hyperlinking test case. | Łukasz Hanuszczak | 2015-07-01 | 1 | -0/+1 |
| | |||||
* | Add record wildcards test for records hyperlinking test case. | Łukasz Hanuszczak | 2015-07-01 | 1 | -0/+9 |
| | |||||
* | Add scoped type variables test for polymorphism test case. | Łukasz Hanuszczak | 2015-07-01 | 1 | -0/+11 |
| | |||||
* | Create hyperlinker test case with quantified type variables. | Łukasz Hanuszczak | 2015-07-01 | 1 | -0/+55 |
| | |||||
* | Create test case for hyperlinking @-patterns. | Łukasz Hanuszczak | 2015-07-01 | 1 | -0/+8 |
| | |||||
* | Add test case for literal syntax highlighting. | Łukasz Hanuszczak | 2015-06-30 | 1 | -0/+17 |
| | |||||
* | Add test case for record expressions and patterns hyperlinking. | Łukasz Hanuszczak | 2015-06-30 | 1 | -0/+25 |
| | |||||
* | Add test case for constructor hyperlinking. | Łukasz Hanuszczak | 2015-06-30 | 1 | -0/+27 |
| | |||||
* | Add test case for operator hyperlinking. | Łukasz Hanuszczak | 2015-06-30 | 1 | -0/+18 |
| | |||||
* | Add test case for basic identifier hyperlinking. | Łukasz Hanuszczak | 2015-06-30 | 1 | -0/+27 |