Alec Theriault

Results 113 comments of Alec Theriault

I spent a little time yesterday looking into this. I worry it won't be an easy fix - see the Scala bug where I referenced this issue. The `DocDef` issue...

Are you OK with the part that adds `libraryDependencies += "org.scala-lang" % "scala-compiler" % scalaVersion.value` though? I dislike being tied to concrete compiler types, but agree it would be better...

I think this is affecting the Akka docs too: notice how on https://doc.akka.io/docs/akka/current/typed/actors.html#akka-actors the `val` keywords often don't get colored properly (because the `language-scala` is not getting picked up). Before:...

> There is even #450 suggesting to switch the library for syntax highlighting. Right, I was the one who opened that too 😄. I think I'll focus my efforts on...

> Are you in a position to suggest the necessary changes in a PR? Not yet - I wanted to check this would be well-received first before moving forward with...

OK thanks; that definitely lowers the bar for changes I'd have to make/test. I'll aim to open a PR for this in the next week or so.

I ran into this and couldn't get `scalacheck-shapeless` to generate instances (likely due to the fact that the recursion was indirect, the ASTs were wide, and there was some mutual...

@RyanGlScott > Similarly to how you can run `cabal new-repl -b dep1,...,depn` outside of a `.cabal` project today, I'd like to request that `cabal new-exec -b dep1,...,depn ghc -- Foo.hs`...

I don't think `--no-warnings` will be enough. Even besides that, the Haddock codebase still has a bunch of unguarded `putStrLn`'s for emitting various messages. Once all that fixed, I think...

Nope, but there probably should be. There’s some nice beginner-friendly refactor work there to do. > On May 28, 2019, at 3:04 PM, Mikhail Glushenkov wrote: > > @harpocrates Is...