Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Limit REPL suggestions to modules from which name is exported/public (#…
…52418) Close #52387 by implementing the suggestion in #52387 (comment). After this, in a fresh session ```julia julia> Diagonal ERROR: UndefVarError: `Diagonal` not defined in `Main` Suggestion: check for spelling errors or missing imports. Hint: a global variable of this name also exists in LinearAlgebra. ```
- Loading branch information