fix(QA-018): prohibir múltiples wires al mismo puerto de entrada#58
Closed
anlaco wants to merge 1 commit into
Closed
fix(QA-018): prohibir múltiples wires al mismo puerto de entrada#58anlaco wants to merge 1 commit into
anlaco wants to merge 1 commit into
Conversation
- model.red: wire-exists-to-port? verifica si ya existe wire al puerto destino - model.red: add-wire wraps append+guard — reemplaza append directo en canvas - canvas.red: 5 puntos de add-wire usan add-wire en lugar de append directo - tests/test-model.red: 5 tests de regresión QA-018 QA-024 y QA-029 ya estaban corregidos en el código (verificado). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Owner
Author
|
Supersedido por PR #60 (refactor/fase4-estructural) que incluye este trabajo y más. |
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
Sign up for free
to 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.
Resumen
wire-exists-to-port?enmodel.red: comprueba si ya existe un wire al mismo nodo+puerto destinoadd-wireenmodel.red: wrapper que aplica la guarda antes de hacer append (reemplazaappend wires make-wireen todo canvas.red)canvas.red: 5 puntos de creación de wire migrados aadd-wireQA-024 y QA-029
Verificadas: ya estaban corregidas en el código (no requieren cambios):
fp-default-labeltiene fallbacktrue → "Numeric"(línea 82)save-panel-to-diagramusaitem/value(línea 1049)Test plan
Closes QA-018
🤖 Generated with Claude Code