rclone/backend/opendrive
Nick Craig-Wood 0f2a5403db acd,box,onedrive,opendrive,ploud: fix Features() retaining the original receiver
Before this change the Features() method would return a different Fs
to that the Features() method was called on if the remote was
instantiated on a file.

The practical effect of this is that optional features, eg `rclone
about` wouldn't work properly when called on a file, and likely this
has been causing low level problems for users of these backends for
ages.

Ideally there would be a test for this, but it turns out that this is
really hard, so instead of that all the backends have been converted
to not copy the Fs and a big warning comment inserted for future
readers.

Fixes #2182
2018-10-14 14:41:26 +01:00
..
opendrive_test.go opendrive: fill out the functionality #1026 2018-05-12 10:07:25 +01:00
opendrive.go acd,box,onedrive,opendrive,ploud: fix Features() retaining the original receiver 2018-10-14 14:41:26 +01:00
replace_test.go opendrive: finish off #1026 2018-05-12 10:10:46 +01:00
replace.go opendrive: finish off #1026 2018-05-12 10:10:46 +01:00
types.go opendrive: finish off #1026 2018-05-12 10:10:46 +01:00