| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
* testsuite: strip windows line endings for haddock
* hyperlinker: Work around double escaping (#19236)
* deterministic SCC
|
|
|
|
|
|
|
|
|
|
|
| |
This means that `html-test`, `latex-test`, `hoogle-test`, and
`hypsrc-test` now only depend on GHC boot libs. So we should
now be able to build and run these as part of GHC's testsuite. \o/
The reference output has changed very slightly, in three ways:
* we don't convert quotes back into `"` as the `xml` lib did
* we don't add extra ` ` as the `xml` lib did
* we now remove the entire footer `div` (instead of just emptying it)
|
|
|
|
|
|
|
|
|
|
|
| |
* Amend `ParserSpec` to match new Hyperlinker API
- pass in compiler info
- strip out null tokens
* Make `hypsrc-test` pass reliably
- strip out `local-*` ids
- strip out `line-*` ids from the `ClangCppBug` test
- re-accept output
|
|
|
|
| |
The functionality is easily inlined into one short function: `gmapEverywhere`.
This doesn't warrant pulling in another package.
|
|
|
|
| |
Also silence orphan warnings.
|
| |
|
| |
|
| |
|
| |
|
|
|