intersystems / iknow

Community development repository for iKnow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stop lang_update in case of duplicate regular expressions

ISC-NLeclercq opened this issue · comments

During lang_update processing a duplicate regular expression goes unnoticed. The language model compilation should stop, so the conflict can be resolved.

Example:
footnote;[\d{1,3}]
footnote;[\d{3}]
-> the same regular expression name was used twice

Result:
Successfully installed iknowpy