We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
defrecord
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Here's what I get when compiling the app.
There isn't such thing as
defrecord
any more if I'm not mistaken. It's been replaced with Structure?The text was updated successfully, but these errors were encountered: