To reproduce: 1. Delete the `.julia/compiled/v1.12` folder 2. Start Julia with: ``` julia +1.12 --inline=no ``` 3. Type `]` to enter the Pkg REPL This will leave Julia stuck in this state: <img width="738" alt="Image" src="https://github.com/user-attachments/assets/83638ab9-0ba0-41df-81a4-80c125fdf58d" /> This essentially makes `--inline=no` unusable.