${{hello:-abc}} Mismatch in parsing after upgrade
Abierto
- Lenguaje dominante
- Go
- Estrellas
- 907
- Forks
- 96
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
- v1.3.0 ${{hello:-abc}} == abc
- v1.4.2 ${{hello:-abc}} == abc}
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Línea de trabajo
The issue describes a parsing mismatch for the shell parameter expansion syntax ${{hello:-abc}} between versions 1.3.0 and 1.4.2. Start by examining the parsing logic in the codebase, likely in files handling variable substitution. Look for changes in the lexer or parser between these versions. Run existing tests to see the current behavior and write a test to reproduce the mismatch. Understanding the expected output (whether it should be 'abc' or 'abc}') is key.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- go, shell
- Área
- cli, tooling
- Tipo de issue
- Error
- Dificultad
- 3/5
- Tiempo estimado
- 1-2 días
- Estado de actividad
- Estancado
- Claridad
- Bastante claro
- Aptitud para principiantes
- 45/100