Skip to content

Requires.jl is not the only non-stdlib dependency #287

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

Closed
DilumAluthge opened this issue Sep 29, 2018 · 3 comments
Closed

Requires.jl is not the only non-stdlib dependency #287

DilumAluthge opened this issue Sep 29, 2018 · 3 comments

Comments

@DilumAluthge
Copy link
Member

DilumAluthge commented Sep 29, 2018

Close this issue once Requires.jl is the ONLY non-stdlib dependency.

@DilumAluthge DilumAluthge added this to the 1.0 milestone Sep 29, 2018
@DilumAluthge
Copy link
Member Author

Here's how we'll handle code that requires multiple packages. From JuliaPackaging/Requires.jl#54 (comment)

pkgA = false
pkgB = false
@require PkgA begin
 global pkgA = true
 pkgA && pkgB && include("file.jl")
end
@require PkgB begin
 global pkgB = true
 pkgA && pkgB && include("file.jl")
end

@DilumAluthge DilumAluthge changed the title Close this issue once Requires.jl is the ONLY non-stdlib dependency Requires.jl is not the only non-stdlib dependency Mar 18, 2019
@DilumAluthge DilumAluthge pinned this issue Mar 18, 2019
@DilumAluthge DilumAluthge unpinned this issue May 18, 2019
@DilumAluthge
Copy link
Member Author

Tips on precompilation: JuliaPackaging/Requires.jl#55

@DilumAluthge
Copy link
Member Author

Closing in favor of #375

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant