equal
deleted
inserted
replaced
89 val old_command_timings_blob: Bytes |
89 val old_command_timings_blob: Bytes |
90 ) { |
90 ) { |
91 override def toString: String = name |
91 override def toString: String = name |
92 } |
92 } |
93 |
93 |
94 class Build_Session( |
94 class Session_Job( |
95 progress: Progress, |
95 progress: Progress, |
96 verbose: Boolean, |
96 verbose: Boolean, |
97 session_background: Sessions.Background, |
97 session_background: Sessions.Background, |
98 session_heaps: List[Path], |
98 session_heaps: List[Path], |
99 store: Sessions.Store, |
99 store: Sessions.Store, |