Skip to content

Parser/PostProcess: rename failOp* functions

Vladislav Zavialov requested to merge wip/int-index/rename-fail-op into master

There are three functions named failOp* in the parser:

  • failOpNotEnabledImportQualifiedPost
  • failOpImportQualifiedTwice
  • failOpFewArgs

Only the last one has anything to do with operators. The other two were named this way either by mistake or due to a misunderstanding of what "op" stands for. This small patch corrects this.

Edited by Vladislav Zavialov

Merge request reports