GithubHelp home page GithubHelp logo

avz's Issues

Modules not reloading with Active

Save avz:avz.erl

1> Compile Params: []
==> "mad"
==> "sh"
==> "erlydtl"
==> "cowboy"
==> "cowlib"
==> "ranch"
==> "gproc"
==> "fs"
==> "sh"
==> "sh"
==> "active"
==> "mad"
==> "sh"
==> "fs"
==> "sh"
==> "rest"
==> "kvs"
==> "n2o"
==> "cowboy"
==> "cowlib"
==> "ranch"
==> "gproc"
==> "erlydtl"
==> "/***/samples/apps"
==> "/***/samples/apps/db"
==> "/***/samples/apps/review"
==> db
==> "avz"

Save review:login.erl

1> Compile Params: []
==> "mad"
==> "sh"
==> "erlydtl"
==> "cowboy"
==> "cowlib"
==> "ranch"
==> "gproc"
==> "fs"
==> "sh"
==> "sh"
==> "active"
==> "mad"
==> "sh"
==> "fs"
==> "sh"
==> "rest"
==> "kvs"
==> "n2o"
==> "cowboy"
==> "cowlib"
==> "ranch"
==> "gproc"
==> "erlydtl"
==> "/***/samples/apps"
==> "/***/samples/apps/db"
==> "/***/samples/apps/review"
==> db
==> "avz"
Compiling /***/samples/apps/review/src/login.erl
/***/samples/apps/review/src/login.erl:44: Warning: variable 'User' is unused
/***/samples/apps/review/src/login.erl:48: Warning: variable 'B' is unused
Active: module loaded: login

avz_user.hrl - argument mismatch for macro 'ITERATOR'

When attempting to make https://github.com/synrc/skyline, I get the following error output at AVZ's section:

compiled src/avz_app.erl /skyline/deps/avz/src/avz_sup.erl:4: Warning: export_all flag enabled - all functions will be exported Compiled src/avz_sup.erl Compiled src/avz_validator.erl /skyline/deps/avz/include/avz_user.hrl:7: argument mismatch for macro 'ITERATOR' /skyline/deps/avz/src/avz_user.erl:10: record avz_user undefined /skyline/deps/avz/src/avz_user.erl:5: Warning: export_all flag enabled - all functions will be exported ERROR: compile failed while processing /skyline/deps/avz: rebar_abort make: *** [compile] Error 1

Erlang version: 20.1

Contents of avz_app.erl:
`-ifndef(AVZ_USER_HRL).
-define(AVZ_USER_HRL, true).

-include_lib("kvs/include/kvs.hrl").

-record(avz_user,
{?ITERATOR(feed, true),
email,
username,
password,
display_name,
register_date,
tokens = [],
images,
names,
surnames,
birth,
sex,
date,
status,
zone,
type,
comments = []
}).

-endif.`

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.