We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb26f09 commit 44faa9fCopy full SHA for 44faa9f
src/Iteration.cpp
@@ -479,6 +479,11 @@ void Iteration::readGorVBased(
479
480
void Iteration::read_impl(std::string const &groupPath)
481
{
482
+ if (!get().m_deferredParseAccess.has_value())
483
+ {
484
+ throw error::Internal(
485
+ "Attempted reparsing an Iteration that is already parsed.");
486
+ }
487
Parameter<Operation::OPEN_PATH> pOpen;
488
pOpen.path = groupPath;
489
IOHandler()->enqueue(IOTask(this, pOpen));
0 commit comments