Opened 10 years ago
Closed 10 years ago
#173 closed defect (fixed)
command case comparison needs to be more sophisticated
Reported by: | pett | Owned by: | Greg Couch |
---|---|---|---|
Priority: | blocker | Milestone: | |
Component: | Command Line | Version: | |
Keywords: | Cc: | meng@… | |
Blocked By: | Blocking: | ||
Notify when closed: | Platform: | all | |
Project: | chimera |
Description
Downcasing what the user types for keyword matching is problematic in many scenarios, particularly atomic symbol atom specs. The suggested fix is to not downcase what the user types, and first compare it to the camelcase keyword and then to the downcased keyword.
Change History (3)
comment:1 by , 10 years ago
Cc: | added |
---|
comment:2 by , 10 years ago
comment:3 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Applied suggested fix.