You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when we load JuliaExperimental.
(Of course most code of the package will not be available
if no Julia packages are available.)
For that, `gap/utils.gi` and `julia/utils.jl` have been split
into a Nemo independent part and a part which requires Nemo.
(This addresses issue oscar-system#65.)
The same holds for the test files,
we cannot expect that all tests can be run with a given installation
of Julia.
Therefore, `TestDirectory` has to be run just on those test files
for which the necessary Julia packages are available.
Besides the general test mechanism,
also some tests have now been adjusted to Julia 1.0.
Currently, there is a
using Nemo
inutils.jl
, which produced an Error if JuliaExperimental is loaded when using a Julia without Nemo.Maybe we should split up the
utils.jl
file and load the Nemo specific functions only if Nemo can also be imported into GAP?The text was updated successfully, but these errors were encountered: