GeneticAlgorithms.jl
GeneticAlgorithms.jl copied to clipboard
Tag a new release
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).
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