Skip to content

Invalid index in merge rule silently produces uncalled for result

Choose a tag to compare

@kaldan007 kaldan007 released this 29 Mar 06:24
· 144 commits to master since this release
  • If the index for merging operation is larger or equal to number of tokens to handle in rules, the rule will not be consider and an error message will be shown as there are no token found to merge with token located at that invalid index.

  • If the index for spilt operation is larger than number of tokens to handle in rules, the rule will not be consider and an error message will be shown as there are no token found to split at that invalid index.