aboutsummaryrefslogtreecommitdiff
path: root/html-test/ref
Commit message (Collapse)AuthorAgeFilesLines
* Make testsuite work with haddock-1.19.0 release (#766)Alexander Biehl2018-03-0273-1536/+1672
|
* Fix infinite loop when specializing instance heads (#723)Alec Theriault2018-02-011-0/+196
| | | | | | | | | * Fix infinite loop when specializing instance heads The bug can only be triggered from TH, hence why it went un-noticed for so long. * Add test for #679 and #710
* Grid Tables (#718)Oleg Grenrus2018-02-011-0/+238
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add table examples * Add table types and adopt simple parser Simple parser is done by Giovanni Cappellotto (@potomak) in https://github.com/haskell/haddock/pull/577 It seems to support single fine full tables, so far from full RST-grid tables, but it's good start. Table type support row- and colspans, but obviously parser is lacking. Still TODO: - Latex backend. Should we use multirow package https://ctan.org/pkg/multirow?lang=en? - Hoogle backend: ? * Implement grid-tables * Refactor table parser * Add two ill-examples * Update CHANGES.md * Basic documentation for tables * Fix documentation example
* Treat escaped \] better in definition lists (#717)Alexander Biehl2018-02-011-0/+273
| | | This fixes #546.
* Clickable anchors for headings (#716)Alec Theriault2018-02-015-58/+108
| | | | See #579. This just adds an <a> tag around the heading, pointing to the heading itself.
* Fix #548 by rendering datatype kinds more carefully (#702)Ryan Scott2018-02-011-0/+600
|
* Use <details> element for collapsibles (#690)Tim Baumann2017-10-0965-2424/+2728
| | | | | | | | | | | * Remove unnecessary call to 'collapseSection' The call is unnecessary since there is no corresponding toggle for hiding the section of orphan instances. * Use <details> for collapsibles This makes them work even when JS is disabled. Closes #560.
* Add compile step that bundles and compresses JS files (#684)Tim Baumann2017-09-2390-1530/+180
| | | | | | | | | | | | | | | | | | * Add compile step that bundles and compresses JS files Also, manage dependencies on third-party JS libraries using NPM. * Compile JS from TypeScript * Enable 'noImplicitAny' in TypeScript * QuickJump: use JSX syntax * Generate source maps from TypeScript for easier debugging * TypeScript: more accurate type * Separate quick jump css file from ocean theme
* Fix test fallout (again)alexbiehl2017-08-2990-0/+450
|
* Accept testsalexbiehl2017-08-2890-540/+540
|
* Fix tests for content searchalexbiehl2017-08-2890-21/+641
|
* Fix: Generate pattern signatures for constructors exported as patterns (#663)Tim Baumann2017-08-062-0/+200
| | | | | | | | | | | | | | | | | | | | | | | | * Fix pretty-printing of pattern signatures Pattern synonyms can have up to two contexts, both having a different semantic meaning: The first holds the constraints required to perform the matching, the second contains the constraints provided by a successful pattern match. When the first context is empty but the second is not it is necessary to render the first, empty context. * Generate pattern synonym signatures for ctors exported as patterns This fixes #653. * Simplify extractPatternSyn It is not necessary to generate the simplest type signature since it will be simplified when pretty-printed. * Add changelog entries for PR #663 * Fix extractPatternSyn error message
* Fix renaming after instance signature specializing (#660)Moritz Drexl2017-08-052-89/+349
| | | | | | | | | | * rework rename * Add regression test for Bug 613 * update tests * update changelog
* Document record fields when DuplicateRecordFields is enabled (#649)Alex Biehl2017-07-031-0/+160
|
* Make per-argument docs for class methods work again (#648)Alex Biehl2017-06-291-0/+114
| | | | | | * Make per-argument docs for class methods work again * Test case
* Don't include names with empty subordinates in maps (#644)Alex Biehl2017-06-231-0/+80
| | | These are unecessary anyway and just blow up interface size
* Haddock support for bundled pattern synonyms (#627)Christiaan Baaij2017-06-092-0/+946
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Haddock support for bundled pattern synonyms * Add fixities to bundled pattern synonyms * Add bundled pattern synonyms to the synopsis * Store bundled pattern fixities in expItemFixities * Add test for bundled pattern synonyms * Stop threading fixities * Include bundled pattern synonyms for re-exported data types Sadly, fixity information isn't found for re-exported data types * Support for pattern synonyms * Modify tests after #631 * Test some reexport variations * Also lookup bundled pattern synonyms from `InstalledInterface`s * Check isExported for bundled pattern synonyms * Pattern synonym is exported check * Always look for pattern synonyms in the current module Another overlooked cornercase * Account for types named twice in export lists Also introduce a fast function for nubbing on a `Name` and use it throughout the code base. * correct fixities for reexported pattern synonyms * Fuse concatMap and map * Remove obsolete import * Add pattern synonyms to visible exports * Fix test * Remove corner case
* Allow user defined signatures for pattern synonyms (#631)Alex Biehl2017-06-031-0/+29
|
* Improve error messageSergey Vinokurov2017-04-291-2/+2
|
* Remove anything related to obsolete frames modealexbiehl2017-04-2683-296/+165
|
* `html-test --accept` deltas to reference samplesHerbert Valerio Riedel2017-04-258-115/+183
|
* Use new MathJax URL in html-testalexbiehl2017-04-25136-217/+217
| | | | | 18ed871afb82560d5433b2f53e31b4db9353a74e switched to a new MathJax URL but didn't update the tests.
* Update test suite to expect kind annotations on type parameters.Brian Huffman2017-03-232-5/+9
|
* Copyright holders shown on several lines. Fix #279Sebastian Meric de Bellefon2016-06-162-5/+5
|
* Merge pull request #504 from Helkafen/issue-280Sebastian Méric de Bellefon2016-05-281-0/+81
|\ | | | | Fix #280. Parsing of module header
| * Fix #280. Parsing of module headerSebastian Meric de Bellefon2016-05-151-0/+81
| | | | | | | | The initial newlines were counted as indentation spaces, thus disturbing the parsing of next lines
* | remove framed view of the HTML documentation (see #114 and #274)Sebastian Meric de Bellefon2016-05-242-58/+0
| | | | | | | | | | Frames are a bit broken, ignored by Hackage, and considered obsolete in general. This patch disables frames generation. The mini_*.html files are still used in the synopsis.
* | Fix #303. Hide footer when printingSebastian Meric de Bellefon2016-05-141-0/+3
|/ | | | | The "Produced by Haddock" footer was overlapping the page's body when printing. This patch hides the footer with a css media rule.
* html-test: Update reference outputBen Gamari2016-05-107-240/+820
|
* Update tests for previous commitPhil Ruffwind2016-02-0880-645/+1586
|
* html-test: Accept test outputBen Gamari2016-02-0881-2873/+4556
|
* Merge remote-tracking branch 'idontgetoutmuch/ghc-head' into ghc-headBen Gamari2015-12-2556-0/+244
|\
| * Fix the documentation for haddock itself.Dominic Steinitz2015-12-2156-1/+131
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change notation and add support for inline math. Allow newlines in display math. Add a command line option for the mathjax url (you might want to use a locally installed version). Rebase tests because of extra url and version change. Respond to (some of the) comments. Fix warnings in InterfaceFile.hs
| * Handle inline math with mathjax.Dominic Steinitz2015-12-212-0/+114
| |
* | OrphanInstances: Accept test outputBen Gamari2015-12-243-0/+279
|/
* Accept tests affected by changes related to instance expander.Łukasz Hanuszczak2015-08-219-210/+210
|
* Make identifier generation also architecture-independent.Łukasz Hanuszczak2015-08-218-48/+48
|
* Re-accept tests after applying deterministic section identifiers.Łukasz Hanuszczak2015-08-219-56/+56
|
* Accept tests affected by adding instance details section.Łukasz Hanuszczak2015-08-2110-134/+712
|
* Rename advanced types test case and accept new output.Łukasz Hanuszczak2015-08-062-97/+201
|
* Update tests to follow HTML changesMateusz Kowalczyk2015-08-0278-805/+849
|
* Fix expansion icon for user-collapsible sectionsMateusz Kowalczyk2015-07-111-3/+3
| | | | Closes #412
* Delete trailing whitespaceMateusz Kowalczyk2015-07-072-12/+12
|
* Update tests for the CSS changesMateusz Kowalczyk2015-06-1412-576/+717
|
* Build executable with '-threaded' (fixes #399)Emanuel Borsboom2015-06-121-0/+94
|
* Add simple test case for arbitrary-depth list nesting.Łukasz Hanuszczak2015-05-271-10/+39
|
* Do not insert anchor for section headings in contents boxwatashi2015-04-261-0/+111
|
* Test for anchor defaultingMateusz Kowalczyk2015-03-272-134/+31
| | | | | | | | | I delete the old tests because it turns out that: * test runner would never put them in scope of each other even with imports so just one would suffice * test runner actually needed some hacking to keep links so in the end we would end up with no anchors making them useless
* Update test filesMateusz Kowalczyk2015-01-224-48/+18
| | | | | | | | | | | | | | | Test: a correct behaviour for fields comma-separating values. I'm surprised we had no bug open for this. Maybe it affects how #301 renders now but I doubt. Operators: Seems GHC is giving us a new order for operators, something must have changed on their side again. cc @haasn , this makes the fixity to the side not match the order on the LHS which is a bit unpleasant. Maybe the fixity can be made to match the GHC order? Bug335: We expand examples by default now. Bug310: Now inferred safe.
* support GHC 7.10: no Safe-Inferred, Foldable instancejpmoresmau2015-01-2269-74/+76
|