Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content

move openMode from Options to OpalData and pass as argument for LossDataSink

As discussed in !161 (comment 11896), it would be nicer if the openmode is passed as an argument to LossDataSink

This MR implements that, and in addition moves the openMode from the Options to OpalData as it belongs there (in my opinion).

Merge request reports