Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tag a new release #19

Open
jrising opened this issue Sep 18, 2017 · 1 comment
Open

Tag a new release #19

jrising opened this issue Sep 18, 2017 · 1 comment

Comments

@jrising
Copy link

jrising commented Sep 18, 2017

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).

@Dkmister
Copy link

Dkmister commented May 4, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants