Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix two annoying warnings #25978

Merged
merged 2 commits into from
Feb 9, 2018
Merged

Conversation

fredrikekre
Copy link
Member

Fixes:

julia> using <TAB>WARNING: both Pkg and Base export "rm"; uses of it in module Main must be qualified
julia> using

and

julia> error()
ERROR: 
Stacktrace:
 [1] error() at ./error.jl:42
 [2] top-level scope

julia> 1<Ctrl+Q>WARNING: Base.edit is deprecated: it has been moved to the standard library package `InteractiveUtils`.
Add `using InteractiveUtils` to your imports.
 in module Base
WARNING: Base.edit is deprecated: it has been moved to the standard library package `InteractiveUtils`.
Add `using InteractiveUtils` to your imports.
 in module REPL
in #59 at /home/fredrik/julia-master/usr/share/julia/site/v0.7/REPL/src/REPL.jl

@fredrikekre fredrikekre changed the title Fix two annoying things Fix two annoying warnings Feb 9, 2018
@JeffBezanson JeffBezanson merged commit f45b9b0 into JuliaLang:master Feb 9, 2018
@fredrikekre fredrikekre deleted the fe/edit branch February 9, 2018 21:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants