Claudio Bley

Results 293 comments of Claudio Bley

I can reproduce this with GHC 9.2.8 and according to this comment [here](https://github.com/haskell/haddock/issues/1582#issuecomment-1611412223) it will not work for GHC 9.2 since the relevant fix has never been backported. Using GHC...

Is here something left to do or can we close this with #1771 having been merged?

There is an easier alternative now: Cirrus provides a runner that could be used on Github Actions. See https://github.com/apps/cirrus-runners cost: 150$ / month / runner

Github officially released M1 macOS runners for open source: https://github.blog/changelog/2024-01-30-github-actions-introducing-the-new-m1-macos-runner-available-to-open-source/

Closing, since it was resolved by a Bazel upgrade and we no longer support Bazel 4 on the main branch.

The example was updated to use rules_oci instead of rules_docker, see #2137. Closing, please open a new issue if you still encounter problems using rules_oci.

There's now the `-L` option (on the main branch, pushing releases is currently broken), which dereferences all symlinks, not only the ones from the command line.

Try to debug your init script and figure out at which point the message is generated. In general, you should be able to use a Ruby version manager, but instead...

I was able to build my program with LTO=thin and LLVM 13 using `lld` on x86_64 Darwin. At first, I got the same error as @ekrich (undefined symbols for operator...

Hi. According to https://stackoverflow.com/a/68118750/4432837 the Ruby version included by Apple is not really working. You have to install Ruby yourself, e.g. from homebrew -- see https://www.ruby-lang.org/en/documentation/installation/#homebrew \edit: It might also...