JuliaPackaging / Scratch.jl

Scratch spaces for all your persistent mutable data needs
MIT License
58 stars 11 forks source link

README uses invalid key in example #16

Closed maleadt closed 3 years ago

maleadt commented 3 years ago

downloaded_keys vs.:

ERROR: LoadError: ArgumentError: invalid key "compiled_kernels": keys may only include a-z, A-Z, 0-9, - and .

fredrikekre commented 3 years ago

Seems like _ should be safe to allow?