Thomas M. DuBuisson

Results 79 comments of Thomas M. DuBuisson

@shs96c At @muse-dev we decompose many build systems into a machine readable description of the build steps (think `javac ... ; javac ... ; ...` or `gcc ...`) then feed...

I also tried on linux: ``` docker run --rm -it ubuntu:20.04 bash # follow bazel instructions here https://docs.bazel.build/versions/master/install-ubuntu.html apt update && apt install -y git git clone https://github.com/tweag/rules_haskell cd rules_haskell/examples...

On linux with python 3 the problem now looks much more manageable (mismatched hashes): ``` # bazel build --verbose_failures //cat_hs/exec/cat_hs DEBUG: /root/.cache/bazel/_bazel_root/0d15a96fd12ed9dca003553c71536f42/external/rules_haskell/haskell/private/versions.bzl:60:10: WARNING: bazel version is too recent. Supported versions...

If/when the bug is fixed at least for Linux, would you accept a PR that adds building these examples to the CI via a gitlab action or similar?

@timoffex I think we need to consider bazel Haskell unmaintained for the non-nix case, there aren't CI tests or interested parties at this point. The developer dir is actually a...

See also https://github.com/facebook/infer/issues/1743 for a ticket about releases in general and links to some recent builds in Linux docker images.

It has been many months as the project has hoped for a best solution over an existing solution. Can we merge this and accept future improvement using `--output serif` if...

@FZGabriel No workaround identified. I might have used `bear` or just used a wrapper `gcc` binary that recorded the call like how Infer works, can't recall.

I don't have much bandwidth with which I may offer input. My needs are merely to keep the package working github apps. A first glance suggested the PR resulted in...

We're now lagging further, with Servant 0.16 having been released. Has anyone here tried servant-auth-cookie with a recent servant?