Releases: JuliaPackaging/Scratch.jl
Releases · JuliaPackaging/Scratch.jl
v1.2.1
Scratch v1.2.1
Merged pull requests:
- Remove Travis CI config (#38) (@fingolfin)
- Add GitHub Actions based CI (#39) (@fingolfin)
- Add minimal documentation stub (#40) (@fingolfin)
- Update to latest TagBot.yml (#41) (@fingolfin)
- Fix a JET warning (#44) (@fingolfin)
- Correct compat entry for Dates (#48) (@fingolfin)
Closed issues:
- Broken link in readme.md (#42)
v1.2.0
Scratch v1.2.0
Closed issues:
- Option to disable scratch_usage.toml (#32)
- get_scratch! on read-only filesystem (#33)
m[1]
could benothing
(#35)
Merged pull requests:
- Add JULIA_TRACK_SCRATCH_ACCESS env variable, to allow disabling tracking of scratch access (#34) (@rbvermaa)
- fix #35 (#36) (@lgeissbauer-btig)
v1.1.1
Scratch v1.1.1
Closed issues:
- Using a scratch space can fail when using relocated sysimages (#29)
Merged pull requests:
- Fix link to Artifacts (#27) (@tk3369)
- Make
Scratch
more resistant toEACCES
errors (#30) (@staticfloat)
v1.1.0
Scratch v1.1.0
Closed issues:
Merged pull requests:
- Allow underscores in scratch keys, fixes #16. (#17) (@fredrikekre)
- Make README easier to read (#18) (@vchuravy)
- README.md: make version_specific_scratch const (#19) (@fingolfin)
- Widen version compat (#24) (@MichaelHatherly)
v1.0.3
Set version to 1.0.3.
v1.0.2
Set version to 1.0.2.
v1.0.1
track_scratch_access: fix a corner case when trying to look up (#13) the project file for a loaded package that is not reachable any longer and thus Base.pathof(m) returns nothing.
v1.0.0
Change the order of namespace and key (#10) Long live the superior argument order!