Hi everyone, I have installed SymEngine package . I am trying to fix some warning issues in this package.
So after I have made correct changes(tested it on travis-CI and got no more
warning there)
in this package i execute the following commands :
julia -e 'Pkg.build("SymEngine")'
julia -e 'Pkg.test("SymEngine")'
I get the same warnings.
Want I think is whatever changes I make the changes are not being compiled
by julia -e 'Pkg.build("SymEngine")'
Need urgent help pls.
