This repository was archived by the owner on Jan 2, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 95
Locate Documentation html page using Haddock interface file #861
Closed
DunetsNM
wants to merge
17
commits into
haskell:master
from
DunetsNM:locate-docs-via-haddock-interface
Closed
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
cfdfcf9
PoC, works for 8.6, should work for 8.10
DunetsNM 4ec685b
fix 8.10 and 8.8
DunetsNM db871a4
stack "$everything": -haddock
DunetsNM 47bd825
cache haddock link envs in Var
DunetsNM e17c914
merge from upstream master
DunetsNM 1b04052
use ideNc instead of freshNameCache (works again)
DunetsNM f0cef2a
fix operator anchors (e.g. $) by replicating haddock-api's utils
DunetsNM 9a48f5c
small cleanup
DunetsNM a7ab490
hlint suggestion
DunetsNM 5bc24b7
order imports
DunetsNM 65cca33
get NameCache out of HscEnv, alias linkEnvs cache for readability
DunetsNM 07d5e99
fixing stack-ghc-lib.yaml
DunetsNM c465ef9
still fixing stack-ghc-lib.yaml
DunetsNM 9f65b0c
if ghc-lib then use old heuristics to doc html files
DunetsNM 8653c65
disable unused warnings in Documentation to fix it for ghc-lib
DunetsNM 70fb358
hlint fix
DunetsNM 10ac91b
8.6: dirty fork of haddock-api that allows to use haddock-library-1.8…
DunetsNM File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
trimming whitespace needed
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the project has a
.editorconfigthat enforces that, do you have installed the needed plugin in your editor to honour it?It saves a lot of time fixing those little things automatically.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for the hint