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
.clangd
CompileFlags:
  Add: [-I., -I.., -Iflisp, -Isupport, -I../support, -I../usr/include, -I../../usr/include, -Wall,]
back to top