-
Notifications
You must be signed in to change notification settings - Fork 4
Bug with alias checking #13
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't working
Description
When we check the alias collision with switch name, we check not against switch name, but any name, which includes parameter:
if {$name in [dict keys $aliases]} {
return -code error "collision of switch -[dict get $aliases $name] alias with the -$name switch"
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working