Thanks for pointing out the linking issue.

Looks like the table of content references get clobbered by gitlab. Unfortunately, pandoc doesn't generate the table of contents, and the gitlab org parser ignores #+OPTION: toc:3.

So I've opted to just remove the table of contents entirely.

- Jeff

On 7/9/21 5:00 AM, ghc-devs-requ...@haskell.org wrote:
Send ghc-devs mailing list submissions to
        ghc-devs@haskell.org

To subscribe or unsubscribe via the World Wide Web, visit
        http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs
or, via email, send a message with subject or body 'help' to
        ghc-devs-requ...@haskell.org

You can reach the person managing the list at
        ghc-devs-ow...@haskell.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of ghc-devs digest..."


Today's Topics:

    1. Re: Trying to speedup GHC compile times...Help! (Jeffrey Young)
    2. Re: Trying to speedup GHC compile times...Help! (Jaro Reinders)
    3. Re: Trying to speedup GHC compile times...Help! (Brandon Allbery)


----------------------------------------------------------------------

Message: 1
Date: Thu, 8 Jul 2021 13:04:48 -0700
From: Jeffrey Young <jeff.yo...@tweag.io>
To: ghc-devs@haskell.org
Subject: Re: Trying to speedup GHC compile times...Help!
Message-ID: <931b340b-d9ec-5702-823c-92b56f01f...@tweag.io>
Content-Type: text/plain; charset="utf-8"; Format="flowed"

Hi everyone,


I've created a wiki page here
<https://gitlab.haskell.org/ghc/ghc/-/wikis/Adventures-in-GHC-compile-times>
that collected your suggestions and tracks my work. I'll be regularly
updating it. Any comments welcome.


- Jeff

-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
<http://mail.haskell.org/pipermail/ghc-devs/attachments/20210708/c544b4ab/attachment-0001.html>

------------------------------

Message: 2
Date: Thu, 8 Jul 2021 22:53:26 +0200
From: Jaro Reinders <jaro.reind...@gmail.com>
To: ghc-devs@haskell.org
Subject: Re: Trying to speedup GHC compile times...Help!
Message-ID: <231de15b-ae77-77ec-14f9-2a0e4e3c8...@gmail.com>
Content-Type: text/plain; charset=utf-8; format=flowed

Hi Jeff,

For some reason none of the links in the table of contents work for me in 
Firefox.

It seems some other pages use [[_TOC_]] to generate it automatically.

Cheers,

Jaro

On 08-07-2021 22:04, Jeffrey Young wrote:
Hi everyone,


I've created a wiki page here
<https://gitlab.haskell.org/ghc/ghc/-/wikis/Adventures-in-GHC-compile-times>
that collected your suggestions and tracks my work. I'll be regularly updating
it. Any comments welcome.


- Jeff



_______________________________________________
ghc-devs mailing list
ghc-devs@haskell.org
http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs


------------------------------

Message: 3
Date: Thu, 8 Jul 2021 16:55:59 -0400
From: Brandon Allbery <allber...@gmail.com>
To: Jaro Reinders <jaro.reind...@gmail.com>
Cc: "ghc-devs@haskell.org Devs" <ghc-devs@haskell.org>
Subject: Re: Trying to speedup GHC compile times...Help!
Message-ID:
        <CAKFCL4WeGnmfQkuKAvWNenE+PscRoMaGFzwsk3ww=cost6j...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

They don't work in Chrome either. A quick inspection of the links indicates
that the ones in the TOC have anchors of the form "#org-NNNNNN" while their
targets have forms derived from the heading strings.

On Thu, Jul 8, 2021 at 4:53 PM Jaro Reinders <jaro.reind...@gmail.com>
wrote:

Hi Jeff,

For some reason none of the links in the table of contents work for me in
Firefox.

It seems some other pages use [[_TOC_]] to generate it automatically.

Cheers,

Jaro

On 08-07-2021 22:04, Jeffrey Young wrote:
Hi everyone,


I've created a wiki page here
<
https://gitlab.haskell.org/ghc/ghc/-/wikis/Adventures-in-GHC-compile-times>

that collected your suggestions and tracks my work. I'll be regularly
updating
it. Any comments welcome.


- Jeff



_______________________________________________
ghc-devs mailing list
ghc-devs@haskell.org
http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs

_______________________________________________
ghc-devs mailing list
ghc-devs@haskell.org
http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs


_______________________________________________
ghc-devs mailing list
ghc-devs@haskell.org
http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs

Reply via email to