Attention is currently required from: Aarya, Edward O'Callaghan, Nikolai Artemiev, Peter Marheine, Simon Buhrow, Thomas Heijligen.
1 comment:
File tests/erase_func_algo.c:
Patch Set #20, Line 62: struct test_case* current_test_case; /* Currently executed test case. */
Can this be const, or is there mutability hidden inside it? (If there is, can it be moved into this […]
There was a hidden mutability indeed, `eraseblocks_actual` and `eraseblocks_actual_ind` ! But I moved it into struct all_state, where it can live together with operational `buf`.
So now yes, the `current_test_case` can point to constant. Thank you for good idea.
To view, visit change 67535. To unsubscribe, or for help writing mail filters, visit settings.