Patrick Thomson
Patrick Thomson
I’m not sure how much we can do about this; this is probably a GHC+Big Sur issue. We certainly don’t have any explicit dependencies on `libstdc++`.
@cgay It is as of yet an open question as to how we’ll deal with languages that support truly arbitrary rewritings of their syntax (e.g. C with the preprocessor). Whatever...
This may just need a tree-sitter bump.
Hi there! F# is a lovely language; we’re glad to hear that people want to use it with Semantic. Though integrating with external tooling would be a fast way to...
Hmm, this is very mysterious. It’s as though it’s ignoring `cabal.project`, which… it shouldn’t.
Via @hvr, we should use this [this guide](https://hub.zhox.com/posts/chocolatey-introduction/) for getting started with CI on Win32.
We should also make sure that this builds and runs with WSL, though I can’t imagine a reason why it wouldn’t.
We should use this to attempt to provide signal handling on Windows. https://hackage.haskell.org/package/signal-0.1.0.4/docs/System-Signal.html
@shiftkey Looks like WSL doesn’t provide `libtinfo` out of the box, which is I guess what `ghc-tcplugins-extra` uses for… line editing support, I guess? That might be it…
Possibly related: https://github.com/cockroachdb/cockroach/issues/24492