Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork398
Workaround to fix code snippets issues on pospell#3346
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
Uh oh!
There was an error while loading.Please reload this page.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
cmaureir approved these changesOct 14, 2025
Collaborator
cmaureir commentedOct 14, 2025
Gracias Carlos! |
9448c5d intopython:3.13 3 checks passed
Uh oh!
There was an error while loading.Please reload this page.
rtobar added a commit that referenced this pull requestOct 30, 2025
El step de chequeo de ortografía comenzó a fallar desde que incluímos#3346. Mi intuición es que ahora que parchamos ciertos archivos .poantes de traducirlos estamos "accidentalmente" arreglando algunasentradas que antes quizás fallaban al ser parseadas, ya sea por pospellor por msgcat, y que cuya ortografía por lo tanto nunca fue chequeada.Aprovecho la oportunidad también de arreglar o mejorar un par dedetalles en nuestro script de chequeo de ortografía.En el proceso también ocurrió que, por coincidencia, apareció publicadala nueva versión de potodo, la cual depreca el flag -p/--path queusábamos. Esto provocó una serie de errores que llevó a que: * Actualizara nuestra versión de potodo a la última publicada, * Removiera el flag --path* Añadiera un nuevo step en el job de CI para que la documentaciónconstruida se pueda descargarAdemás envié un pequeño PR a potodo:https://git.afpy.org/AFPy/potodo/pulls/30---------Signed-off-by: Rodrigo Tobar <rtobar@icrar.org>
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Related to#3324.