Marcel

Results 64 issues of Marcel

This has several advantages like choosing the headers from the correct runtime (see bazelbuild/rules_python#1287) and is a requirement for #35271. This feature was added in `rules_python` v0.24.0. CC @rickeylev who...

lang/Python
disposition/on hold
release notes: yes
bloat/none
per-call-memory/neutral
per-channel-memory/neutral

Usage of `bind()` is [deprecated in WORKSPACE](https://bazel.build/reference/be/workspace#bind) and [not supported in Bzlmod](https://bazel.build/external/migration#bind-targets). This is a required preparatory step for #35271. Fixes #13902, #20193.

lang/Python
release notes: yes
bloat/none
per-call-memory/neutral
per-channel-memory/neutral

Impacting upstream changes: 1. Migrate from `requirements` to `requirements_lock` attribute: bazelbuild/rules_python#1514 1. Replace the removed `pip_install` with `pip_parse` with identical functionality: bazelbuild/rules_python#1570 1. Update `rules_fuzzing` to include bazelbuild/rules_fuzzing#240 and get...

**What type of PR is this?** > Feature **What does this PR do? Why is it needed?** This automatically infers transitive proto deps with an aspect to avoid manually maintaining...

**What type of PR is this?** Cleanup **What does this PR do? Why is it needed?** Cleanup [deprecated gogo proto compiler](https://github.com/gogo/protobuf#readme) in order to make changes to rules_go easier. **Which...

When I want to use an internal version of a load statement (e.g. `cc_proto_library`), I there was currently no way apart from `core.replace` to remove the previous load statement. Would...

# 🐞 bug report ### Affected Rule Bzlmod `pip.parse()` ### Is this a regression? Yes, was not a problem in WORKSPACE. ### Description The arg documentation says the following: https://github.com/bazelbuild/rules_python/blob/711186f144af06b431bd416b2d742874de3a2dea/python/private/bzlmod/pip.bzl#L391-L398...

type: pip

I want to migrate the following from `WORKSPACE` to `MODULE.bazel`: ``` load("@rules_rust//crate_universe:defs.bzl", "crate", "crates_repository") crates_repository( name = "zenohd_deps", annotations = { "zenoh": [crate.annotation( crate_features = ["transport_tcp"], )], "zenoh-link": [crate.annotation( crate_features...

bzlmod

### Welcome - [X] Yes, I'm using a binary release within 2 latest major releases. Only such installations are supported. - [X] Yes, I've searched similar issues on GitHub and...

question