jade
jade
I have done a run of executing tree-sitter-haskell against my employer Mercury's (closed source) codebase (350k LOC) and found a few parser bugs, which I have committed simplified testcases for...
**Describe the bug** Refiled from https://github.com/fourmolu/fourmolu/issues/238 Build segfaults on macOS aarch64 building under nix. My inference is that the linker segfault is caused by Ormolu.Fixity containing the large thing that...
Hi! I'm posting this as part of investigating improving @iand675's hs-opentelemetry library's support for http-client. If you're not familiar, OpenTelemetry lets people trace requests through distributed systems, with any number...
Reproduced with `nix-build -A haskell.packages.ghc924.fourmolu` on nixpkgs haskell-updates branch, commit 8f267bdfbe31b01eb82ca36a27e67f159a4a2f3e. This is version 0.8.2.0 of Fourmolu. Reproducible in one command like: ``` nix-build -E 'with import (fetchTarball { url...
```haskell module FourmoluBug ( item1, -- * Section -- -- $sectionDesc -- comment that is not part of the docs item2 ) where item1 = () item2 = () --...
I have an HP server and I installed the "HPE Insight Management WBEM Providers for Windows Server x64 Editions", which gives all sorts of fun things such as HP_NumericSensor (temp...
It references `.hgrc` in several places and seems to be entirely inaccurate based on my reading of the README, at least.
It would be sweet if riff could provision a haskell compiler and haskell language server with the appropriate native dependencies. It's true that nixpkgs can do this itself but sometimes...
What I'm doing: ``` $ nix-shell -p yarn libiconv stdenv openssl curl pkg-config darwin.apple_sdk.frameworks.{CoreFoundation,Security,CoreServices} python3 $ cd eden/scm $ make oss $ make oss ``` What happens: It seems that...
Although neovim ships a copy of curl such that it can be assumed to exist on all major platforms, this is still less nice to work with than it could...