Hacktoberfest 2026: los issues que los mantenedores marcaron para octubre, abiertos y aptos para principiantes. Explorar issues de Hacktoberfest

[Feature]: make `v1_resource_descriptor_support` feature additive

Abierto
#1,663 1 comentario 0 reacciones 1 asignado Ver en GitHub

Los mantenedores suelen responder en 1 día

@Javagedes ya está trabajando en esto.

Desde el 29/7/2026.

Evaluación

Este issue todavía no se ha evaluado.

Descripción

state:needs-maintainer-feedback type:feature-request urgency:medium
Feature Overview

The v1_resource_dscriptor_support feature currently swaps ResourceDescriptorV2 support for ResourceDescriptorV1 support. As the parent issue suggests, this goes against rust's rules that Features should be additive (as specified in Feature Unification.

Solution Overview

Paths to resolve this feature:

  1. If both HOBs can exist at the same time, then we should elect to always support ResourceDescritporV2 HOBs and the feature should only add support for parsing ResourceDescriptorV1 HOBs.

  2. Create a v2_resource_descriptor_support feature that is enabled by default and allow the platform to elect to enable one or the other (or both)

  3. If both HOBs cannot exist at the same time, then the feature should be completely removed, and a platform configuration should be added to decide which HOB to acknowledge.

Alternatives Considered

N/A

Urgency

Medium

Are you going to implement the feature request?

I will implement the feature

Do you need maintainer feedback?

Maintainer feedback requested

Anything else?

@os-d @makubacki for comments on solutions. I've provided three and amlooking for feedback.

Lenguaje dominante
Rust
Estrellas
544
Forks
54
Merge medio
1 d 9 h
PR fusionados (30 d)
42

Preparar el entorno

Primeros pasos

  1. Lee el issue completo y luego la guía de contribución del proyecto.
  2. Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
  3. Haz un fork del repositorio y trabaja en una rama.
  4. Abre un pull request que haga referencia al número del issue.

Más de OpenDevicePartnership/patina

Todos los issues de OpenDevicePartnership/patina

Issues similares

Más issues de Rust

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.