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

Doesn't work on Elixir 1.0.x #18

Open
alg opened this issue Oct 19, 2014 · 0 comments
Open

Doesn't work on Elixir 1.0.x #18

alg opened this issue Oct 19, 2014 · 0 comments

Comments

@alg
Copy link

alg commented Oct 19, 2014

Here's what I get when compiling the app.

= Compilation error on file lib/app.ex ==
** (CompileError) lib/app.ex:1: undefined function defrecord/3
    (stdlib) lists.erl:1352: :lists.mapfoldl/3
    (elixir) src/elixir_exp.erl:49: :elixir_exp.expand/2
    (elixir) src/elixir.erl:206: :elixir.quoted_to_erl/3
    (elixir) src/elixir_lexical.erl:17: :elixir_lexical.run/3
    (elixir) lib/kernel/parallel_compiler.ex:97: anonymous fn/4 in Kernel.ParallelCompiler.spawn_compilers/8

There isn't such thing as defrecord any more if I'm not mistaken. It's been replaced with Structure?

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

1 participant