Marcel

Results 64 issues of Marcel

See https://github.com/gitpod-io/openvscode-releases/actions/runs/12680580643 Latest nightly from 22 days ago: https://hub.docker.com/r/gitpod/openvscode-server/tags

Python 3.10 will continue to stay the default. I tested compatibility by temporarily setting the default to 3.11 and running tests.

This makes it easier to integrate in package managers and other build systems.

This is the behavior which one expects as this is basically what every other rule does, including the other language specific `_binary` ones. Because of the edge case described in...

**What type of PR is this?** > Feature **What does this PR do? Why is it needed?** Always write the binary to the mode specific directory. Create a symlink when...

### What version of rules_go are you using? 0.51.0 ### What version of gazelle are you using? 0.40.0 ### What version of Bazel are you using? 8.0 ### Does this...

### What version of rules_go are you using? 0.50.1 ### What version of gazelle are you using? 0.39.1 ### What version of Bazel are you using? 7.0.2 ### Does this...

Options passed as `--per_file_copt` are currently not honored by `rules_foreign_cc`. This is blocking us from enabling `-Werror` for our own code but ignoring warnings on external code where we have...

Please add some way to pass compiler flags for building the rules_foreign_cc internal tools. We want to build our own code base with `-Werror` but we don't have a way...

# 🚀 feature request ### Relevant Rules `py_binary` ### Description With a similar motivation as #691, we would like to package a `py_binary` (including runfiles) into an `oci_image` and run...