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

Proceds blockly variables #306

Merged
merged 2 commits into from
Aug 9, 2024
Merged

Conversation

dlopezalvas
Copy link
Contributor

Related #248

blockly-proceds:

@dlopezalvas dlopezalvas requested a review from a team as a code owner August 8, 2024 19:35
Comment on lines -146 to +151
"type": "field_variable",
"type": "field_label",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Esto es lo que hace que los callers de los parámetros en los procedimientos no tengan el menú molesto. También hace que funcione el cambio de nombres de los parámetros.

@@ -214,379 +218,6 @@ export const createCommonBlocklyBlocks = (t: (key: string) => string, color: str
}
}

Blockly.Blocks['procedures_defnoreturn'] = {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Entiendo que en blockly-proceds estamos redefiniendo todo este bloque, por lo que lo que sea que se haga acá se está pisando. No se de donde salio, quizás habría que comparar con más ojo las diferencias que tienen con blockly-proceds o si soluciona alguno de los problemas que tenemos. Por ahora sacarlo no cambio nada.

Copy link
Contributor

@danielferro69 danielferro69 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💯

@dlopezalvas dlopezalvas merged commit f9d758c into proceds-blockly Aug 9, 2024
8 of 10 checks passed
@dlopezalvas dlopezalvas deleted the proceds-blockly-variables branch August 9, 2024 14:33
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 this pull request may close these issues.

2 participants