* All out-of-the-box errors are now strings * Move errors to the top-level disko namespace * `FileSystemImplementer.Mount()` now takes an interface instead of a pointer to a block cache. This allows passing in different objects now, improving testability, and also lets us use read-only interfaces. In fact, the new interface is read-only. You need to make a `WritableDiskImage` interface assertion to be able to write to the underlying image. Now instead of relying on the honor system, we have enforcement of writability at the language level.
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by dargueta and has received 0 comments.