AMC fails regex validation and crashes during manual association (Bug #290)
Description
If you type a\ in the textbox provided in Manual Association window, AMC crashes with the message:
Trailing \ in regex m/^a\/ at /usr/share/perl5/AMC/Gui/Association.pm line 303.
On typing a)
Unmatched ) in regex; marked by <-- HERE in m/^a) <-- HERE / at /usr/share/perl5/AMC/Gui/Association.pm line 303.
On typing a(
Unmatched ( in regex; marked by <-- HERE in m/^a( <-- HERE / at /usr/share/perl5/AMC/Gui/Association.pm line 303.
History
Updated by Alexis Bienvenüe over 10 years ago
Thanks. Should be fixed with hg:e1bbbf7a5948.
- Assignee set to Alexis Bienvenüe
Updated by Alexis Bienvenüe over 10 years ago
Applied in changeset hg:e1bbbf7a5948.
- % Done changed from 0 to 100
- Status changed from New to Resolved
Updated by Anirvan Sarkar over 10 years ago
- Status changed from Resolved to Closed