Re: Reproducing bugs without Stack

2019-01-19 Thread Michael Sloan
I don't have a good answer to your overall question, particularly when reproducing the issue necessarily requires a large set of build dependencies. However, one thing that may be helpful is to use `stack build --cabal-verbose`. This will pass `--verbose` when running Setup.hs, and ghc

Reproducing bugs without Stack

2019-01-19 Thread Eric Crockett
Devs, I use Stack for all of my Haskell development. I recently ran into several bugs, which I suspected to be GHC bugs. In the process of creating new tickets, I noticed a banner reading "*Please try to provide reproduction instructions which do not require "Stack"." *The request is reasonable

Thoughts on the Contributing page

2019-01-19 Thread Ben Gamari
For those following along at home: David has been looking at revising our contributor documentation. He has started consolidating a variety of relevant content on the Contributing page of the Wiki [1]. Below are my thoughts; feel free to chime in with your own. David, The

Re: Gitlab pain

2019-01-19 Thread Gabor Greif
I have just tried putting following URL into the discussion tab's URL bar javascript: $(".discussion-toggle-button:has(i.fa-chevron-down)").click() and it seems to work. Cheers, Gabor On 1/4/19, Artem Pelenitsyn wrote: > It seems you'd want the "Toggle All" button. There is an issue