Merge branch 'master' of github.com:gcalderone/Gnuplot.jl

This commit is contained in:
Giorgio Calderone 2019-05-20 16:52:27 +02:00
commit b670ae8557

View File

@ -205,6 +205,8 @@ function println(gp::Session, str::AbstractString)
end
println(gp::DrySession, d::DataSource) = nothing
function println(gp::Session, d::DataSource)
if typeof(gp) == concretetype(Session)
if !state.silent && state.verbose
@ -231,7 +233,7 @@ function println(gp::Session, d::DataSource)
end
# --------------------------------------------------------------------
writeread(gp::DrySession, str::AbstractString) = ""
writeread(gp::DrySession, str::AbstractString) = [""]
function writeread(gp::Session, str::AbstractString)
global state
silent = state.silent