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

run open in compare_examples.jl should be open_file #1143

Closed
ulysses4ever opened this issue May 4, 2018 · 5 comments
Closed

run open in compare_examples.jl should be open_file #1143

ulysses4ever opened this issue May 4, 2018 · 5 comments

Comments

@ulysses4ever
Copy link
Contributor

Regarding the issue about run open in test suit raised here. Gadfly.open_file is nice, but Gadly is huge and so fast to load. Hence the question, do we want to do using Gadfly in test suit (compare_examples.jl specifically)? Or maybe we simply copy-paste the definition of open_file inside it?

@bjarthur
Copy link
Member

bjarthur commented May 5, 2018

how about splitting open_file out into src/open_file.jl and then in test/compare_examples.jl doing an include(joinpath(@__DIR__,"..","src","open_file.jl")) ? a little kludgy, but better than duplicating code i think. thoughts? you'd need to add an include to Gadfly.jl as well.

@ulysses4ever
Copy link
Contributor Author

I like your idea. Will do.

@bjarthur
Copy link
Member

did you want to rename to devel-output and master-output as you suggested?

@ulysses4ever
Copy link
Contributor Author

ulysses4ever commented May 23, 2018 via email

@ulysses4ever
Copy link
Contributor Author

Here we go: #1154.

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

No branches or pull requests

2 participants