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
The latest release uses the {a for a in b} syntax, which no longer works in Julia 0.6 (and REQUIRE files need a release to pull in the changes that are currently in the master branch).
The text was updated successfully, but these errors were encountered:
I would comment the same. It appears here the following error
julia> using GeneticAlgorithms
WARNING: deprecated syntax "abstract Entity" at C:\Users\Vilmar.julia\v0.6\GeneticAlgorithms\src\GeneticAlgorithms.jl:20.
Use "abstract type Entity end" instead.
ERROR: LoadError: syntax: {a for a in b} syntax is discontinued
Stacktrace:
[1] include_from_node1(::String) at .\loading.jl:576
[2] eval(::Module, ::Any) at .\boot.jl:235
[3] _require(::Symbol) at .\loading.jl:490
[4] require(::Symbol) at .\loading.jl:405
while loading C:\Users\Vilmar.julia\v0.6\GeneticAlgorithms\src\GeneticAlgorithms.jl, in expression starting on line 158
The latest release uses the
{a for a in b}
syntax, which no longer works in Julia 0.6 (and REQUIRE files need a release to pull in the changes that are currently in the master branch).The text was updated successfully, but these errors were encountered: