Claudio Bley

Results 113 issues of Claudio Bley

**Describe the bug** Trying to build the `//rts:add-one` target in the `examples` project, it fails with: ``` ld.lld: error: undefined symbol: add_one_hs >>> referenced by bazel-out/x64_windows-fastbuild/bin/rts/_objs/add-one/main.o:(main) clang: error: linker command...

type: bug

**Describe the bug** After updating the stackage snapshot to 2024-10-10, we get happy version 2.0.2 from hackage. This version is no longer a simple executable but the package has been...

type: bug

I was trying to use a bazel wrapper on Windows, so I created `tools/bazel.ps1` file in my project. Trying to use that leads to this error: ``` 2024/11/28 16:38:21 could...

help wanted
P2

**Describe the bug** Github migrates the macos-latest runner image to macos-15 and our CI workflow fails on macos for workspace mode with Bazel 6.5. For the time being, we will...

type: bug

This PR allows building with more recent dependencies, namely `random` and `Cabal`.

Hi. I tried to use minikube with the kvm2 driver. After running `minikube start --driver=kvm2` I ran `helm install buildbuddy buildbuddy/buildbuddy-enterprise -f values.yaml \ --set mysql.mysqlUser=sampleUser \ --set mysql.mysqlPassword=samplePassword`. `value.yaml`...

After upgrading from 0.5.8 to 0.5.9 I got an error about using the SystemThreads feature: ``` Error: scalals-native> [error] Found usage of 1 unsupported features! Error: scalals-native> [error] Detected usage...

> Failures seems to be related to missing `mingw` dependencies in Windows builds: [tweag/rules_haskell/actions/runs/18177924495/job/51822246615?pr=2344](https://github.com/tweag/rules_haskell/actions/runs/18177924495/job/51822246615?pr=2344) > > It is interesting that the same job succeeded for the `master` branch: [tweag/rules_haskell/actions/runs/18191121234/job/51786238650](https://github.com/tweag/rules_haskell/actions/runs/18191121234/job/51786238650) >...

**Is your feature request related to a problem? Please describe.** Public facing functions should be properly documented. **Describe the solution you'd like** Buildifier emits warnings for these (see https://github.com/bazelbuild/buildtools/blob/main/WARNINGS.md#function-docstring-header) by...

type: feature request
good first issue
P3