Reorganize and clean up restructuring.module
All threads resolved!
All threads resolved!
Compare changes
This patch series completely re-shuffles how the rt.restructuring.model
module is organized. I believe this to be much more logically meaningful and easier to work with in the future.
There are now the following sub-modules:
job_ready
(unchanged), to be extended with self-suspensions...I recommend looking through it here: http://prosa.mpi-sws.org/branches/model-reorg/pretty/tree.html (scroll to the bottom).
@mlesourd @sophie @sbozhko: Please comment if anything sticks out. This organization is of course not set in stone; we can improve it later. So unless there are major concerns, I'd rather go ahead soon and worry about making it perfect in future revisions, as I think it's much better than what we've had so far and it blocks further clean-up work.
Note 1: the comments still need to be cleaned-up and improved; this is something for next week. (Help of course always welcome.)
Note 2: the analysis
module will similarly have to be reorganized; this is pending and will be possible only after Sergey is done with the Require
cleanup in analysis
.