Skip to content

Fix/sigil variable names not debuggable#58

Merged
boriel merged 4 commits intomasterfrom
fix/sigil_variable_names_not_debuggable
Mar 29, 2026
Merged

Fix/sigil variable names not debuggable#58
boriel merged 4 commits intomasterfrom
fix/sigil_variable_names_not_debuggable

Conversation

@boriel
Copy link
Copy Markdown
Collaborator

@boriel boriel commented Mar 29, 2026

What / Why

Actualmente las variables con el sigil al final del nombre como a$ no se mostraban en el watch de variables durante la depuración. Sólo se mostraban las variables sin el sigil (e.g. a).
Ver #59

Este parche corrige esto. Ahora se muestran todas.

Test

Por fin se añaden tests (hechos con IA). Este es el comienzo de testing.

@boriel boriel requested a review from Duefectu March 29, 2026 09:33
@boriel
Copy link
Copy Markdown
Collaborator Author

boriel commented Mar 29, 2026

This fixes #59

@boriel boriel force-pushed the fix/sigil_variable_names_not_debuggable branch from 5d00ca0 to 674631b Compare March 29, 2026 11:53
@boriel boriel merged commit 2eae385 into master Mar 29, 2026
2 checks passed
@boriel boriel deleted the fix/sigil_variable_names_not_debuggable branch March 29, 2026 11:56
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