Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation: s/Guy/Dev #48

Open
wants to merge 9 commits into
base: ghc-8.8
Choose a base branch
from
Open

Commits on Mar 19, 2020

  1. Configuration menu
    Copy the full SHA
    9a737d6 View commit details
    Browse the repository at this point in the history
  2. Force ghc-8.8.3

    Kleidukos authored and harpocrates committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    b54a182 View commit details
    Browse the repository at this point in the history
  3. Update test fixtures

    Kleidukos authored and harpocrates committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    dae8d9d View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2020

  1. Fix multiple typos and inconsistencies in doc/markup.rst

    Note: I noticed some overlap with #1112 from @wygulmage and #1081 from
    @parsonsmatt after creating these proposed changes - mea culpa for not
    looking at the open PRs sooner.
    mattaudesse authored and harpocrates committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    89ec565 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64cdf0c View commit details
    Browse the repository at this point in the history
  3. Change the formatting of missing link destinations

    The current formatting of the missing link destination does not really
    help user to understand the reasons of the missing link.
    
    To address this, I've changed the formatting in two ways:
    
    - the missing link symbol name is now fully qualified. This way you
    immediately know which haskell module cannot be linked. It is then easier
    to understand why this module does not have documentation (hidden module
    or broken documentation).
    - one line per missing link, that's more readable now that symbol name
    can be longer due to qualification.
    
    For example, before haddock was listing missing symbol such as:
    
    ```
    could not find link destinations for:
      Word8 Word16 mapMaybe
    ```
    
    Now it is listed as:
    
    ```
    could not find link destinations for:
      - Data.Word.Word8
      - Data.Word.Word16
      - Data.Maybe.mapMaybe
    ```
    guibou authored and harpocrates committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    985dad3 View commit details
    Browse the repository at this point in the history
  4. Add --ignore-link-symbol command line argument

    This argument can be used multiples time. A missing link to a symbol
    listed by `--ignore-link-symbol` won't trigger "missing link" warning.
    guibou authored and harpocrates committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    f493817 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2020

  1. Forbid spaces in anchors (#1148)

    Lysxia authored and harpocrates committed Mar 29, 2020
    Configuration menu
    Copy the full SHA
    4f53694 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2020

  1. Change "Guy" to "Dev"

    This is an easy way to remove a reference to a gendered noun.
    goldfirere committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    d082d13 View commit details
    Browse the repository at this point in the history