You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm preparing two physical disk related functions for contribution, but I have to say I'm utterly stumped by the difference between the blockdev module and the disk module; What's (supposed) to be the difference and/or advantage splitting between the two?
Sure, there's a minimal difference between a disk and a blockdev, but the modules don't reflect that difference in any way.
I propose that as part of my contribution, I merge blockdev and disk, deprecating one of the two and add my contributions to the other.
Thoughts?
The text was updated successfully, but these errors were encountered:
@The-Loeki, I am in favor of combining counterusefully similar and conflicting modules. If you deprecate one in favor of another, however you do it, the old behavior will need to be preserved for a few releases and warnings need to be raised when it is accessed until it is removed.
@jfindlay I've committed the changes now, but the unit tests for blockdev are now failing because the unit tests don't include the disk module, or something... I have no idea how unittesting works (yet) :(
I've migrated the blockdev unit tests to disk in my latest commit, shall I just remove the blockdev ones or can you help me fix them?
@The-Loeki, I will look at the unit test failures there. I don't want to remove any of the old tests or code until the release advertised for removal. Thanks for your work on this.
I'm preparing two physical disk related functions for contribution, but I have to say I'm utterly stumped by the difference between the
blockdev
module and thedisk
module; What's (supposed) to be the difference and/or advantage splitting between the two?Sure, there's a minimal difference between a disk and a blockdev, but the modules don't reflect that difference in any way.
I propose that as part of my contribution, I merge
blockdev
anddisk
, deprecating one of the two and add my contributions to the other.Thoughts?
The text was updated successfully, but these errors were encountered: