
This is strongly correlated with filesize. It's the list of the largest
files in the repo, except #242 is missing.
$ wc -c *.rst --total=never | sort -n | tail -n 7
43501 0380-ghc2021.rst
44051 0242-unsaturated-type-families.rst
55686 0448-type-variable-scoping.rst
56526 0583-hasfield-redesign.rst
56885 0281-visible-forall.rst
71114 0378-dependent-type-design.rst
92654 0111-linear-types.rst
So yeah, perhaps it's actually limiting the size of the *output* or
something.
On Mon, 22 Jan 2024 at 15:22, Bryan Richter
I cataloged all the proposals that fail to render. The others are ok.
https://github.com/ghc-proposals/ghc-proposals/blob/master/proposals/0111-li...
https://github.com/ghc-proposals/ghc-proposals/blob/master/proposals/0281-vi...
https://github.com/ghc-proposals/ghc-proposals/blob/master/proposals/0378-de...
https://github.com/ghc-proposals/ghc-proposals/blob/master/proposals/0380-gh...
https://github.com/ghc-proposals/ghc-proposals/blob/master/proposals/0448-ty...
https://github.com/ghc-proposals/ghc-proposals/blob/master/proposals/0583-ha...
On Mon, 22 Jan 2024 at 11:56, Joachim Breitner
wrote: Hi,
it’s not simply file size: we have (from wc -c proposals/*|sort -n)
43501 proposals/0380-ghc2021.rst 44051 proposals/0242-unsaturated-type-families.rst
but #380 doesn't work but #242 works.
I tried some rst linters, but nothing popped up.
It could be output size or render time: It loading the file does take a while, as if github tries to render it and then gives up.
That’s quite annoying, not sure what to do here now.
Cheers, Joachim
I'm guessing GitHub had to limit the size of .rst files that get rendered. I can imagine the kinds of annoying security or abuse issues they might be working around...
The smallest file that doesn't work that I found by clicking around: https://github.com/ghc-proposals/ghc-proposals/blob/master/proposals/0380-gh... (42KB)
The largest that does still work: https://github.com/ghc-proposals/ghc-proposals/blob/master/proposals/0581-na... (25KB)
On Fri, 12 Jan 2024 at 14:49, Simon Peyton Jones < simon.peytonjones@gmail.com> wrote:
But it used to work fine. What has changed? It seems like a pretty serious bug!
On Thu, 11 Jan 2024 at 15:38, Rodrigo Mesquita < rodrigo.m.mesquita@gmail.com> wrote:
FWIW, I’m able to render/preview successfully other proposals, but 448-type-variable-scoping loads very slowly and ultimately fails to render for me too.
A comment in https://github.com/github/markup/issues/1016 (issue related to .rst not rendering) says that forcing a change in the file
Rodrigo
On 11 Jan 2024, at 15:28, Simon Peyton Jones <
simon.peytonjones@gmail.com> wrote:
If you go to
https://github.com/ghc-proposals/ghc-proposals/pull/448, and click on
Am Freitag, dem 19.01.2024 um 14:16 +0200 schrieb Bryan Richter via ghc-devs: triggered a re-render successfully. the "rendered" link, namely https://github.com/ghc-proposals/ghc-proposals/blob/master/proposals/0448-ty..., Github is now displaying the .rst source, not the rendered proposal.
This has started happening (consistently across other proposals)
today.
Does anyone know why? How can I fix this?
Simon _______________________________________________ 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
-- Joachim Breitner mail@joachim-breitner.de http://www.joachim-breitner.de/
_______________________________________________ ghc-devs mailing list ghc-devs@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs