Fix collection tree caching bug
authorKonrad Rudolph <konrad.rudolph@gmail.com>
Thu, 30 Mar 2023 16:33:15 +0000 (18:33 +0200)
committerKonrad Rudolph <konrad.rudolph@gmail.com>
Fri, 31 Mar 2023 07:07:01 +0000 (09:07 +0200)
commite0c3829f04a3f72410dafd17e14dd07331111fe3
tree4959d146de1f74f01d60bc8e9372be3269179fe1
parente2dfad1cee9bfad7c148429925ca6cea651cd419
Fix collection tree caching bug

Before this fix, accessing two files inside the same collection in
succession via `collection$get` will fail on the second file because the
private tree inside the `collection` is only populated with the relative
path of the first file.

Arvados-DCO-1.1-Signed-off-by: Konrad Rudolph <konrad.rudolph@gmail.com>
sdk/R/R/Collection.R