Skip to content

Base64 encoding and case insensitive file systems #95

@wlandau

Description

@wlandau

The Windows file system is case-insensitive, which could cause name collisions in rare edge cases.

library(storr)
s <- storr::storr_rds(tempfile(), mangle_key = TRUE)
s$set("a", TRUE)
s$set("É", FALSE)
s$list()
#> [1] "É"
s$get("a")
#> [1] FALSE

Created on 2019-01-02 by the reprex package (v0.2.1)

Base32 encoding would exacerbate #94, but not by much.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions