datrs / random-access-disk

Continuously read/write to disk using random offsets and lengths .
Apache License 2.0
27 stars 13 forks source link

Random access always open #13

Closed khernyo closed 6 years ago

khernyo commented 6 years ago

Upgrade random-access-storage.

Note: the underlying file will be opened/created at RandomAccessDisk creation, not at the first method call (read, write or del).

Also note that read_to_writer() is not implemented because it's not related to this PR, but it was necessary to include the unimplemented method to make it compile.

Checklist

Context

Depends on datrs/random-access-storage#11

Semver Changes

Minor

khernyo commented 6 years ago

Again, this needs a new random-access-storage release and some cleanup (mostly the dependency spec in the FIXME commits). Otherwise, it should be fine.

khernyo commented 6 years ago

This is good to go