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

need to sanitize `+brewing` from more locations

Abierto
#317 1 comentario 0 reacciones 0 asignados Ver en GitHub

Nadie ha tomado este issue todavía.

Evaluación

Dificultad
4/5
Tiempo estimado
3-5 días
Aptitud para principiantes
28/100
Tipo de issue
Error
Claridad
Necesita aclaración
Estado de actividad
Estancado
Stack tecnológico
shell, typescript
Área
build-system

Línea de trabajo

Start by reading fixup.ts and the existing sed steps for .cmake and .pc files, then inspect how .la files are handled for graphviz.org. Reproduce the reported path failure and determine which generated metadata locations still retain +brewing. Done means the relevant metadata and build paths no longer fail because of that suffix, with tests or a reproducible build check covering the change.

Escrito por el modelo de indexación a partir del texto del issue.

Descripción

things currently in the pantry (may be solved already):

.cmake files:

    - run: sed -i
        -e "s:{{ pkgx.prefix }}:\$\{CMAKE_CURRENT_LIST_DIR\}/../../../../..:g"
        -e "s/\+brewing//g"
        abslTargets{,-release}.cmake
      working-directory: '{{prefix}}/lib/cmake/absl'

.pc files:

    # FIXME: this is a hack; we need to fix fixup.ts
    - run: sed -i 's/\+brewing//g' *.pc
      working-directory: '{{prefix}}/lib/pkgconfig'

possible contender:

    # the make file uses sed over the bindir, our +brewing messes that up.
    - TMP_PREFIX=$(mktemp -d)

.la files going in now for graphviz.org to solve:

/opt/gnu.org/sed/v4.9.0/bin/sed: can't read /opt/graphviz.org/v10.0.1+brewing/lib/libxdot.la: No such file or directory
Lenguaje dominante
TypeScript
Estrellas
65
Forks
16
Métricas de merge de PR
Sin PR fusionados en 30 d

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

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 pkgxdev/brewkit

Todos los issues de pkgxdev/brewkit

Issues similares

Más issues de TypeScript

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.