Check on parsing state in parsers in the wrong place #141
Labels
good first issue
Issues that should be relatively easy to fix also for beginning contributors
topic/code-structure
topic/plugin-system
type/accepted feature
approved feature request
Milestone
Originally reported by: Giovanni Pizzi (Bitbucket: pizzi, GitHub: giovannipizzi)
The CP parser (and I guess many others) has this code inside it (now commented out):
We don't want that this check is done by each plugin. Move this to the main class removing it from all plugins, and think to a way to skip this test if for some reason reparsing is necessary.
The text was updated successfully, but these errors were encountered: