Skip to content

bug-report=rr pollutes the user's environment #40398

@GlenHertz

Description

@GlenHertz

When running julia 1.6.0 on Linux like:

julia --bug-report=rr --project=@. runtests.jl

It will modify the project's environment:

[ Info: Loading BugReporting package...
[ Info: Package `BugReporting` not found - attempting temporary installation
    Updating registry at `~/.julia/registries/General`
    Updating git-repo `https://github.com/JuliaRegistries/General`
   Resolving package versions...
    Updating `~/JC/pkgs/MyProject.jl/Project.toml`
  [bcf9a6e7] + BugReporting v0.1.3
    Updating `~/JC/pkgs/SPICEFrontend.jl/Manifest.toml`
  [4f1ea46c] + AWSCore v0.6.17
  [1c724243] + AWSS3 v0.6.12
  [bcf9a6e7] + BugReporting v0.1.3
...

while it should create a temporary environment and not modify the user's project environment.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions