https://github.com/JuliaLang/julia
Revision 4414599689fdf8eb0ff5e0909e68e7b0763f026e authored by Ian Butterworth on 08 February 2024, 09:24:39 UTC, committed by GitHub on 08 February 2024, 09:24:39 UTC
Fixes #52793 

```
% ./julia  --startup-file=no -E 'repr(Base.PkgId(Base.UUID("295af30f-e4ad-537b-8983-00126c2a3abe"), "Revise"))'
"Base.PkgId(UUID(\"295af30f-e4ad-537b-8983-00126c2a3abe\"), \"Revise\")"
```
```
julia> Base.PkgId(Base.UUID("295af30f-e4ad-537b-8983-00126c2a3abe"), "Revise")
Revise [295af30f-e4ad-537b-8983-00126c2a3abe]
```

1 parent 4d0a469
Raw File
Tip revision: 4414599689fdf8eb0ff5e0909e68e7b0763f026e authored by Ian Butterworth on 08 February 2024, 09:24:39 UTC
Fix PkgId repr (#52795)
Tip revision: 4414599
.git-blame-ignore-revs
# .git-blame-ignore-revs
# whitespace: end text files with single newlines
3903fa54a638d4546ef50e56f91f0705a8ab11ef
# whitespace: use only UNIX line endings (\n)
e66bfa5dd32f93e76068c00ad882c1fc839c5af8
# whitespace: replace non-breaking space => space
100a741e7ab38c91d48cc929bb001afc8e09261f
# whitespace: replace tabs => space
b03e8ab9c7bd3e001add519571858fa04d6a249b
back to top