Carbon based Guibou

Results 58 issues of Carbon based Guibou

I'm trying to do physical simulation and need to represents position, velocity, acceleration and light quantities in a 3D space. The [`linear`](http://hackage.haskell.org/package/linear) package is really fine for this kind of...

### Description of the problem / feature request: The `--output_base` option does not seem to replace the user home directory `~` pattern. ### Feature requests: what underlying problem are you...

type: bug
team-Configurability
untriaged

I had build `clotestbin-cc-pie.sh` on nixos using: ``` nix-shell bazel build //:clotestbin-cc-pie ``` After coping `clotestbin-cc-pie.sh` to another computer, I realized that the closure depends on the static linker of...

From current master: Build works ``` # in git checkout of clodl $ nix-shell [nix-shell:~/tweag/clodl]$ bazel build //:clotestbin-cc-pie INFO: Analysed target //:clotestbin-cc-pie (0 packages loaded). INFO: Found 1 target... Target...

Fails with bazel 0.22: ``` root@f19bb6a322bd:/clodl# bazel build //:clotestbin-cc Extracting Bazel installation... Starting local Bazel server and connecting to it... INFO: Invocation ID: 0544d3f9-ac19-42c3-b50f-6c8ef4329a5b ERROR: error loading package '': Encountered...

**Describe the bug** I'm using `--quickjump` in my `haddock_flags` and hit https://github.com/haskell/cabal/issues/8104 with GHC 9.2.2 and `haskell_doc` does not build anymore. **To Reproduce** - Use GHC 9.2.2 - Add `--quickjump`...

I'm configuring `haskell-language-server` on a huge codebase. I do have many problems with the approach currently documented in https://rules-haskell.readthedocs.io/en/latest/haskell-use-cases.html#configuring-ide-integration-with-ghcide. I open this ticket in order to describe a different approach...

P3
type: documentation
type: bug

**Is your feature request related to a problem? Please describe.** Extracted from #1436. `bazel coverage` use a custom wrapper. Instead we can override `LCOV_MERGER` or https://docs.bazel.build/versions/master/command-line-reference.html#flag--coverage_support to specify our own...

P3
type: bug

**Describe the bug** `bazel coverage` is sensible to file naming. Right now, file name must respect module name and `src_strip_prefix`. i.e. file `src/A/B.C.hs` must have module name `A.B.C` and `str_strip_prefix`...

P3
type: bug

**Describe the bug** Bazel coverage fails if there is `.chs` files in the repository. **To Reproduce** `bazel coverage //path/to/a/target/which/depends/on/a/chs/library` You'll see something such as: ``` ERROR: /home/guillaume/jinko/jinko_current/simwork/sbml/BUILD.bazel:55:21: in _haskell_library rule...

P3
type: bug