07th-mod / 07th-mod/python-patcher
Missing sharedassets0.assets file in language patch does not terminate install
- Lenguaje dominante
- JavaScript
- Estrellas
- 214
- Forks
- 12
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
Currently, if a matching `sharedassets0.assets` file is not found in the language patch, the installer will just hope for the best and use the default one.
It may be a better idea to stop the install with an error if this happens.
I think the way it works currently is that we extract the whole language patch archive directly, which automatically overwrites the sharedassets0.assets. But it may be better to leave the install as-is, without the language patch installed, if we know for sure it won't work.
----
Also see #192 if this is still to be treated as a warning, not an error
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Línea de trabajo
Busque el código que extrae el archivo del parche de idioma y maneja el archivo sharedassets0.assets. Es probable que el instalador tenga una función que verifique este archivo; modifíquela para que genere un error o detenga la instalación si el archivo falta. Consulte el issue relacionado #192 para el contexto sobre advertencias vs. errores. Pruebe simulando que a un parche de idioma le falta el archivo sharedassets0.assets.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- javascript, python
- Área
- cli, tooling
- Tipo de issue
- Error
- Dificultad
- 2/5
- Tiempo estimado
- 1-3 horas
- Estado de actividad
- Estancado
- Claridad
- Bien especificado
- Aptitud para principiantes
- 65/100