Skip to content
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

Mensaje poco claro cuando los parámetros se escriben en mayúsculas #233

Open
flbulgarelli opened this issue May 11, 2022 · 0 comments · May be fixed by #234
Open

Mensaje poco claro cuando los parámetros se escriben en mayúsculas #233

flbulgarelli opened this issue May 11, 2022 · 0 comments · May be fixed by #234

Comments

@flbulgarelli
Copy link
Member

Cuando se escribe un procedimiento con uno o más parámetros en mayúsculas, como por ejemplo acá ...

procedure LimpiarYSacarAlfombra() {
  SacarTodas(Rojo)
  SacarTodas(Azul)
  SacarTodas(Negro)
  SacarTodas(Verde)
}

procedure LevantarAlfombraHacia(Direccion) {
  
}

...el mensaje obtenido es el siguiente:

[7:33]: Se esperaba un identificador con minúsculas.
Se encontró: un identificador con mayúsculas.

Sin embargo, sería mucho mejor si el mensaje fuera de la siguiente forma:

El parámetro `Radio` está escrito en mayúsculas, pero debería estar escrito en minúsculas:  `radio`. 
@flbulgarelli flbulgarelli linked a pull request May 12, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant