Skip to content

Travis builds fallan en rama 3.7 debido a palabras que faltan en diccionario #25

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
raulcd opened this issue May 1, 2020 · 5 comments
Closed
Labels
bug Something isn't working

Comments

@raulcd
Copy link
Collaborator

raulcd commented May 1, 2020

Builds en la rama 3.7 llevan fallando varios días:
https://travis-ci.org/github/raulcd/python-docs-es

Sphinx parallel build error:
AttributeError: 'BuildEnvironment' object has no attribute 'note_versionchange'
Makefile:43: recipe for target 'build' failed
make[1]: *** [build] Error 2
make[1]: Leaving directory '/tmp/cpython/Doc'
Makefile:30: recipe for target 'all' failed
make: *** [all] Error 2
The command "make CPYTHON_CLONE=/tmp/cpython/ COMMIT=15e7d2432294ec46f1ad84ce958fdeb9d4ca78b1" exited with 2.
Done. Your build exited with 1.
@raulcd raulcd added the bug Something isn't working label May 1, 2020
@humitos
Copy link
Collaborator

humitos commented May 2, 2020

Esto lo arregló @gilgamezh en #26, pero en #27 se vuelve a romper. Ahora no pasa el pospell porque hay muchas palabras argentinas (e inglesas) que no existen en el diccionario -es.

@raulcd
Copy link
Collaborator Author

raulcd commented May 2, 2020

Hay un archivo dict dónde se pueden poner algunas excepciones, quizás podemos incluir algunas de esas palabras ahí?

@humitos
Copy link
Collaborator

humitos commented May 2, 2020

Sí. Creo que tiene sentido tener un diccionaro con palabras excluídas. También hay palabras que están mal tipeadas. Y, si vamos a mezclar estilos de Español, quizás sea bueno incluír otras variaciones de diccionarios -es

@raulcd raulcd changed the title Travis builds fallan en rama 3.7 Travis builds fallan en rama 3.7 debido a palabras que faltan en diccionario May 3, 2020
@raulcd
Copy link
Collaborator Author

raulcd commented May 3, 2020

Otras ideas a investigar:
Se puede pasar pospell con varios diccionarios es-ar, es-ES.
Existe un diccionario de hunspell con un español neutro?
Podemos hacer un merge de varios diccionarios y que se utilice ese diccionario?

@raulcd
Copy link
Collaborator Author

raulcd commented May 6, 2020

Se arregló el build aquí:
#96

@raulcd raulcd closed this as completed May 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants