<feed xmlns='http://www.w3.org/2005/Atom'>
<title>haddock.git/hypsrc-test/ref/src/Constructors.html, branch master</title>
<subtitle>Haddock with an org backend (haddorg).
</subtitle>
<id>https://g.ypei.me/haddock.git/atom?h=master</id>
<link rel='self' href='https://g.ypei.me/haddock.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://g.ypei.me/haddock.git/'/>
<updated>2021-10-15T20:19:42+00:00</updated>
<entry>
<title>update haddockHypsrcTest for GHC MR !6705 (#1430)</title>
<updated>2021-10-15T20:19:42+00:00</updated>
<author>
<name>sheaf</name>
<email>sam.derbyshire@gmail.com</email>
</author>
<published>2021-10-15T20:19:42+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/haddock.git/commit/?id=a0938c6c48ecf8d324b636d178b2139a2d3396f2'/>
<id>urn:sha1:a0938c6c48ecf8d324b636d178b2139a2d3396f2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>html-test: Always set language</title>
<updated>2021-02-22T09:39:18+00:00</updated>
<author>
<name>Joachim Breitner</name>
<email>mail@joachim-breitner.de</email>
</author>
<published>2021-02-22T09:31:56+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/haddock.git/commit/?id=606e3f220d20688c7baff94bef525a13434dc56b'/>
<id>urn:sha1:606e3f220d20688c7baff94bef525a13434dc56b</id>
<content type='text'>
from ghc-9.2 on, the “default” langauge of GHC is expected to change
more wildly. To prepare for that (and unblock
https://gitlab.haskell.org/ghc/ghc/-/merge_requests/4853), this sets the
language for all the test files to `Haskell2010`. This should insolate
this test suite against changes to the default.

Cherry-picked from https://github.com/haskell/haddock/pull/1341
</content>
</entry>
<entry>
<title>Fix haddockHypsrcTest</title>
<updated>2019-07-22T09:52:50+00:00</updated>
<author>
<name>Zubin Duggal</name>
<email>zubin@cmi.ac.in</email>
</author>
<published>2019-06-30T13:13:56+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/haddock.git/commit/?id=75f71980dfcd9a009e2eeb3a8690a473f47fcdfe'/>
<id>urn:sha1:75f71980dfcd9a009e2eeb3a8690a473f47fcdfe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update hyperlinker tests for new types in .hie files</title>
<updated>2019-05-30T09:54:27+00:00</updated>
<author>
<name>Matthew Pickering</name>
<email>matthewtpickering@gmail.com</email>
</author>
<published>2019-05-24T20:51:55+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/haddock.git/commit/?id=f01473ed28e7c2700ff8e87b00ab87a802c9edd9'/>
<id>urn:sha1:f01473ed28e7c2700ff8e87b00ab87a802c9edd9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removes `haddock-test`s dependency on `xml`/`xhtml` (#1027)</title>
<updated>2019-02-10T11:32:52+00:00</updated>
<author>
<name>Alec Theriault</name>
<email>alec.theriault@gmail.com</email>
</author>
<published>2019-02-10T11:32:52+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/haddock.git/commit/?id=4e8321de13225f1f5bdec8f39993e9b1aa0831a8'/>
<id>urn:sha1:4e8321de13225f1f5bdec8f39993e9b1aa0831a8</id>
<content type='text'>
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 `&amp;quot;` as the `xml` lib did
  * we don't add extra `&amp;nbsp;` as the `xml` lib did
  * we now remove the entire footer `div` (instead of just emptying it)</content>
</entry>
<entry>
<title>Fix some Hyperlinker test suite fallout</title>
<updated>2019-02-03T02:06:12+00:00</updated>
<author>
<name>Alec Theriault</name>
<email>alec.theriault@gmail.com</email>
</author>
<published>2019-01-31T20:43:39+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/haddock.git/commit/?id=bf07847e45356024e10d1a325f015ac53544ea85'/>
<id>urn:sha1:bf07847e45356024e10d1a325f015ac53544ea85</id>
<content type='text'>
* 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
</content>
</entry>
<entry>
<title>Use `.hie` files for the Hyperlinker backend (#977)</title>
<updated>2019-01-31T09:37:25+00:00</updated>
<author>
<name>Alec Theriault</name>
<email>alec.theriault@gmail.com</email>
</author>
<published>2019-01-31T09:37:25+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/haddock.git/commit/?id=1b26460fb3b5df5215cc1e6715661cbc7c950085'/>
<id>urn:sha1:1b26460fb3b5df5215cc1e6715661cbc7c950085</id>
<content type='text'>
# Summary

This is a large architectural change to the Hyperlinker.

  * extract link (and now also type) information from `.hie` instead
    of doing ad-hoc SYB traversals of the `RenamedSource`. Also
    adds a superb type-on-hover feature (#715).

 * re-engineer the lexer to avoid needless string conversions. By going
    directly through GHC's `P` monad and taking bytestring slices, we
    avoid a ton of allocation and have better handling of position
    pragmas and CPP.

In terms of performance, the Haddock side of things has gotten _much_
more efficient. Unfortunately, much of this is cancelled out by the
increased GHC workload for generating `.hie` files. For the full set of
boot libs (including `ghc`-the-library)

  * the sum of total time went down by 9-10% overall
  * the sum of total allocations went down by 6-7%

# Motivation

Haddock is moving towards working entirely over `.hi` and `.hie` files.
This change means we no longer need the `RenamedSource` from
`TypecheckedModule` (something which is _not_ in `.hi` files).

# Details

Along the way a bunch of things were fixed:

 * Cross package (and other) links are now more reliable (#496)
 * The lexer tries to recover from errors on every line (instead of at CPP
    boundaries)
 * `LINE`/`COLUMN` pragmas are taken into account
 * filter out zero length tokens before rendering
 * avoid recomputing the `ModuleName`-based `SrcMap`
 * remove the last use of `Documentation.Haddock.Utf8` (see  #998)
 * restructure temporary folder logic for `.hi`/`.hie` model</content>
</entry>
<entry>
<title>hypsrc-test: Accept test output</title>
<updated>2016-02-08T14:36:08+00:00</updated>
<author>
<name>Ben Gamari</name>
<email>ben@smart-cactus.org</email>
</author>
<published>2016-02-08T13:37:49+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/haddock.git/commit/?id=a427f597e081ce37a881e6612efeab7ef0bb0dac'/>
<id>urn:sha1:a427f597e081ce37a881e6612efeab7ef0bb0dac</id>
<content type='text'>
And fix impredicative Polymorphism testcase.
</content>
</entry>
<entry>
<title>Re-accept test cases after adding line anchors for each of them.</title>
<updated>2015-08-02T22:32:15+00:00</updated>
<author>
<name>Łukasz Hanuszczak</name>
<email>lukasz.hanuszczak@gmail.com</email>
</author>
<published>2015-07-25T18:08:46+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/haddock.git/commit/?id=7eafa83ffaf535ae8c1a038f004a254192d08afc'/>
<id>urn:sha1:7eafa83ffaf535ae8c1a038f004a254192d08afc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Create test case for hyperlinking @-patterns.</title>
<updated>2015-07-01T16:33:44+00:00</updated>
<author>
<name>Łukasz Hanuszczak</name>
<email>lukasz.hanuszczak@gmail.com</email>
</author>
<published>2015-07-01T16:33:44+00:00</published>
<link rel='alternate' type='text/html' href='https://g.ypei.me/haddock.git/commit/?id=dc2eed5daa4d01f97a4686352fd17405f4567169'/>
<id>urn:sha1:dc2eed5daa4d01f97a4686352fd17405f4567169</id>
<content type='text'>
</content>
</entry>
</feed>
