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

Add the calling module name to the warning message #12909

Merged
merged 1 commit into from
Sep 11, 2015

Conversation

mdcfrancis
Copy link

Small change which makes it easier to find out which module performs a 'using' of a stale module. This is particularly helpful for modules that 'using Dates' when migrating packages to v4 Julia if the Dates package is installed in your package directory.

julia> using Dates
WARNING: requiring "Dates" in module "Main" did not define a corresponding module.

JeffBezanson added a commit that referenced this pull request Sep 11, 2015
Add the calling module name to the warning message
@JeffBezanson JeffBezanson merged commit bf2e1b5 into JuliaLang:master Sep 11, 2015
@tkelman
Copy link
Contributor

tkelman commented Sep 12, 2015

backport worthy?

tkelman pushed a commit that referenced this pull request Sep 13, 2015
@mdcfrancis mdcfrancis deleted the mdf_v4_001 branch September 14, 2015 17:29
@StefanKarpinski
Copy link
Sponsor Member

+1

On Saturday, September 12, 2015, Tony Kelman [email protected]
wrote:

backport worthy?


Reply to this email directly or view it on GitHub
#12909 (comment).

@tkelman
Copy link
Contributor

tkelman commented Sep 16, 2015

backported in #13107

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.

4 participants