We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e09666 commit b6ea4b4Copy full SHA for b6ea4b4
src/Series.cpp
@@ -1538,6 +1538,8 @@ void Series::flushFileBased(
1538
}
1539
/* reset the dirty bit for every iteration (i.e. file)
1540
* otherwise only the first iteration will have updates attributes
1541
+ * TODO: Ideally, we would skip this in SkeletonOnly flush mode, but
1542
+ * for some reason, this leads to hanging parallel tests..?
1543
*/
1544
setDirty(allDirty);
1545
0 commit comments