Skip to content

Instantly share code, notes, and snippets.

@aep
Created March 29, 2016 15:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aep/d69c20cf78af54bc2068 to your computer and use it in GitHub Desktop.
Save aep/d69c20cf78af54bc2068 to your computer and use it in GitHub Desktop.
==> fs (compile)
Compiled src/fs_event_bridge.erl
Compiled src/fs_server.erl
Compiled src/fs.erl
Compiled src/sys/inotifywait_win32.erl
Compiled src/sys/fsevents.erl
Compiled src/fs_app.erl
Compiled src/sys/inotifywait.erl
Compiled src/fs_sup.erl
==> ranch (compile)
Compiled src/ranch_transport.erl
Compiled src/ranch_app.erl
Compiled src/ranch_acceptor.erl
Compiled src/ranch_acceptors_sup.erl
Compiled src/ranch_sup.erl
Compiled src/ranch.erl
Compiled src/ranch_tcp.erl
Compiled src/ranch_ssl.erl
Compiled src/ranch_protocol.erl
Compiled src/ranch_listener_sup.erl
Compiled src/ranch_server.erl
Compiled src/ranch_conns_sup.erl
==> poolboy (compile)
Compiled src/poolboy_worker.erl
Compiled src/poolboy_sup.erl
Compiled src/poolboy.erl
==> decimal
Compiled lib/decimal.ex
Generated decimal app
==> poison
Compiled lib/poison.ex
Compiled lib/poison/parser.ex
Compiled lib/poison/decoder.ex
Compiled lib/poison/encoder.ex
Generated poison app
==> cowlib (compile)
Compiled src/cow_cookie.erl
Compiled src/cow_spdy.erl
Compiled src/cow_date.erl
Compiled src/cow_http_hd.erl
Compiled src/cow_http.erl
Compiled src/cow_http_te.erl
Compiled src/cow_qs.erl
Compiled src/cow_multipart.erl
Compiled src/cow_mimetypes.erl
==> cowboy (compile)
Compiled src/cowboy_middleware.erl
Compiled src/cowboy_sub_protocol.erl
Compiled src/cowboy_bstr.erl
Compiled src/cowboy_clock.erl
Compiled src/cowboy_loop_handler.erl
Compiled src/cowboy_static.erl
Compiled src/cowboy_http.erl
Compiled src/cowboy_rest.erl
Compiled src/cowboy_websocket.erl
Compiled src/cowboy.erl
Compiled src/cowboy_app.erl
Compiled src/cowboy_handler.erl
Compiled src/cowboy_websocket_handler.erl
Compiled src/cowboy_sup.erl
Compiled src/cowboy_spdy.erl
Compiled src/cowboy_http_handler.erl
Compiled src/cowboy_protocol.erl
Compiled src/cowboy_router.erl
Compiled src/cowboy_req.erl
==> plug
Compiled lib/plug.ex
Compiled lib/plug/adapters/cowboy.ex
Compiled lib/plug/conn/adapter.ex
Compiled lib/plug/builder.ex
Compiled lib/plug/conn/cookies.ex
Compiled lib/plug/conn/query.ex
Compiled lib/plug/conn/status.ex
Compiled lib/plug/conn/unfetched.ex
Compiled lib/plug/conn/wrapper_error.ex
Compiled lib/plug/crypto.ex
Compiled lib/plug/crypto/key_generator.ex
Compiled lib/plug/crypto/message_encryptor.ex
Compiled lib/plug/conn/utils.ex
Compiled lib/plug/crypto/message_verifier.ex
Compiled lib/plug/error_handler.ex
Compiled lib/plug/html.ex
Compiled lib/plug/method_override.ex
Compiled lib/plug/logger.ex
Compiled lib/plug/head.ex
Compiled lib/plug/adapters/translator.ex
Compiled lib/plug/adapters/test/conn.ex
Compiled lib/plug/adapters/cowboy/handler.ex
Compiled lib/plug/exceptions.ex
Compiled lib/plug/request_id.ex
Compiled lib/plug/router.ex
Compiled lib/plug/parsers.ex
Compiled lib/plug/parsers/urlencoded.ex
Compiled lib/plug/session.ex
Compiled lib/plug/router/utils.ex
Compiled lib/plug/parsers/json.ex
Compiled lib/plug/conn.ex
Compiled lib/plug/csrf_protection.ex
Compiled lib/plug/session/store.ex
Compiled lib/plug/session/ets.ex
Compiled lib/plug/session/cookie.ex
Compiled lib/plug/ssl.ex
Compiled lib/plug/supervisor.ex
Compiled lib/plug/debugger.ex
Compiled lib/plug/test.ex
Compiled lib/plug/static.ex
Compiled lib/plug/parsers/multipart.ex
Compiled lib/plug/upload.ex
Compiled lib/plug/adapters/cowboy/conn.ex
Compiled lib/plug/mime.ex
Generated plug app
==> phoenix_html
Compiled lib/phoenix_html.ex
Compiled lib/phoenix_html/engine.ex
Compiled lib/phoenix_html/tag.ex
Compiled lib/phoenix_html/link.ex
Compiled lib/phoenix_html/safe.ex
Compiled lib/phoenix_html/form_data.ex
Compiled lib/phoenix_html/form.ex
Generated phoenix_html app
lib/mix/tasks/compile.phoenix.ex:34: warning: you are piping into a function call without parentheses, which may be ambiguous. Please wrap the function you are piping into in parentheses. For example:
foo 1 |> bar 2 |> baz 3
Should be written as:
foo(1) |> bar(2) |> baz(3)
==> phoenix
Compiled lib/mix/tasks/phoenix.digest.ex
Compiled lib/mix/tasks/compile.phoenix.ex
Compiled lib/mix/tasks/phoenix.gen.channel.ex
Compiled lib/mix/phoenix.ex
Compiled lib/mix/tasks/phoenix.gen.json.ex
Compiled lib/mix/tasks/phoenix.gen.model.ex
Compiled lib/mix/tasks/phoenix.gen.secret.ex
Compiled lib/mix/tasks/phoenix.gen.html.ex
Compiled lib/mix/tasks/phoenix.routes.ex
Compiled lib/phoenix.ex
Compiled lib/mix/tasks/phoenix.server.ex
Compiled lib/phoenix/code_reloader/proxy.ex
Compiled lib/phoenix/code_reloader.ex
Compiled lib/phoenix/code_reloader/server.ex
Compiled lib/phoenix/config.ex
Compiled lib/phoenix/controller/pipeline.ex
Compiled lib/phoenix/digester.ex
lib/phoenix/endpoint/cowboy_handler.ex:56: warning: redefining @doc attribute previously set at line 2
Compiled lib/phoenix/endpoint/adapter.ex
Compiled lib/phoenix/endpoint/cowboy_handler.ex
Compiled lib/phoenix/endpoint.ex
Compiled lib/phoenix/endpoint/server.ex
Compiled lib/phoenix/endpoint/watcher.ex
Compiled lib/phoenix/endpoint/cowboy_websocket.ex
Compiled lib/phoenix/exceptions.ex
Compiled lib/phoenix/naming.ex
lib/phoenix/pubsub/local.ex:17: warning: redefining @doc attribute previously set at line 10
Compiled lib/phoenix/pubsub.ex
Compiled lib/phoenix/controller.ex
Compiled lib/phoenix/pubsub/pg2.ex
Compiled lib/phoenix/controller/logger.ex
Compiled lib/phoenix/pubsub/pg2_server.ex
Compiled lib/phoenix/router/resource.ex
Compiled lib/phoenix/endpoint/render_errors.ex
Compiled lib/phoenix/router.ex
Compiled lib/phoenix/param.ex
Compiled lib/phoenix/router/console_formatter.ex
Compiled lib/phoenix/router/route.ex
Compiled lib/phoenix/socket/message.ex
Compiled lib/phoenix/router/scope.ex
Compiled lib/phoenix/socket.ex
lib/phoenix/router/helpers.ex:69: warning: the variable "authority" is unsafe as it has been defined in a conditional clause, as part of a case/cond/receive/if/&&/||. Please rewrite the clauses so the value is explicitly returned. For example:
case int do
1 -> atom = :one
2 -> atom = :two
end
Can be rewritten as:
atom =
case int do
1 -> :one
2 -> :two
end
lib/phoenix/router/helpers.ex:69: warning: the variable "authority" is unsafe as it has been defined in a conditional clause, as part of a case/cond/receive/if/&&/||. Please rewrite the clauses so the value is explicitly returned. For example:
case int do
1 -> atom = :one
2 -> atom = :two
end
Can be rewritten as:
atom =
case int do
1 -> :one
2 -> :two
end
Compiled lib/phoenix/pubsub/local.ex
Compiled lib/phoenix/channel/server.ex
Compiled lib/phoenix/channel.ex
Compiled lib/phoenix/router/helpers.ex
Compiled lib/phoenix/supervisor.ex
Compiled lib/phoenix/socket/transport.ex
Compiled lib/phoenix/template/engine.ex
Compiled lib/phoenix/template/html.ex
Compiled lib/phoenix/template/exs_engine.ex
Compiled lib/phoenix/template/eex_engine.ex
Compiled lib/phoenix/token.ex
Compiled lib/phoenix/template.ex
Compiled lib/phoenix/transports/long_poll.ex
Compiled lib/phoenix/transports/serializer.ex
Compiled lib/phoenix/transports/long_poll_serializer.ex
Compiled lib/phoenix/test/conn_test.ex
Compiled lib/phoenix/transports/websocket.ex
Compiled lib/phoenix/test/channel_test.ex
Compiled lib/phoenix/transports/long_poll_server.ex
Compiled lib/phoenix/transports/websocket_serializer.ex
Compiled lib/phoenix/view.ex
Generated phoenix app
==> phoenix_live_reload
Compiled lib/phoenix_live_reload/socket.ex
Compiled lib/phoenix_live_reload/channel.ex
Compiled lib/phoenix_live_reload/live_reloader.ex
Compiled lib/phoenix_live_reload/frame.ex
Generated phoenix_live_reload app
==> postgrex
Compiled lib/postgrex.ex
Compiled lib/postgrex/binary_utils.ex
lib/postgrex/error.ex:9: warning: the variable "msg" is unsafe as it has been defined in a conditional clause, as part of a case/cond/receive/if/&&/||. Please rewrite the clauses so the value is explicitly returned. For example:
case int do
1 -> atom = :one
2 -> atom = :two
end
Can be rewritten as:
atom =
case int do
1 -> :one
2 -> :two
end
Compiled lib/postgrex/error.ex
Compiled lib/postgrex/extension.ex
Compiled lib/postgrex/builtins.ex
Compiled lib/postgrex/error_code.ex
Compiled lib/postgrex/result.ex
Compiled lib/postgrex/type_info.ex
Compiled lib/postgrex/extensions/text.ex
Compiled lib/postgrex/extensions/json.ex
Compiled lib/postgrex/type_server.ex
Compiled lib/postgrex/utils.ex
lib/postgrex/types.ex:36: warning: the variable "rngsubtype" is unsafe as it has been defined in a conditional clause, as part of a case/cond/receive/if/&&/||. Please rewrite the clauses so the value is explicitly returned. For example:
case int do
1 -> atom = :one
2 -> atom = :two
end
Can be rewritten as:
atom =
case int do
1 -> :one
2 -> :two
end
lib/postgrex/types.ex:43: warning: the variable "join_range" is unsafe as it has been defined in a conditional clause, as part of a case/cond/receive/if/&&/||. Please rewrite the clauses so the value is explicitly returned. For example:
case int do
1 -> atom = :one
2 -> atom = :two
end
Can be rewritten as:
atom =
case int do
1 -> :one
2 -> :two
end
lib/postgrex/messages.ex:63: warning: the variable "data" is unsafe as it has been defined in a conditional clause, as part of a case/cond/receive/if/&&/||. Please rewrite the clauses so the value is explicitly returned. For example:
case int do
1 -> atom = :one
2 -> atom = :two
end
Can be rewritten as:
atom =
case int do
1 -> :one
2 -> :two
end
lib/postgrex/extensions/binary.ex:172: warning: the variable "float_digits" is unsafe as it has been defined in a conditional clause, as part of a case/cond/receive/if/&&/||. Please rewrite the clauses so the value is explicitly returned. For example:
case int do
1 -> atom = :one
2 -> atom = :two
end
Can be rewritten as:
atom =
case int do
1 -> :one
2 -> :two
end
lib/postgrex/extensions/binary.ex:176: warning: the variable "sign" is unsafe as it has been defined in a conditional clause, as part of a case/cond/receive/if/&&/||. Please rewrite the clauses so the value is explicitly returned. For example:
case int do
1 -> atom = :one
2 -> atom = :two
end
Can be rewritten as:
atom =
case int do
1 -> :one
2 -> :two
end
lib/postgrex/extensions/binary.ex:176: warning: the variable "scale" is unsafe as it has been defined in a conditional clause, as part of a case/cond/receive/if/&&/||. Please rewrite the clauses so the value is explicitly returned. For example:
case int do
1 -> atom = :one
2 -> atom = :two
end
Can be rewritten as:
atom =
case int do
1 -> :one
2 -> :two
end
Compiled lib/postgrex/types.ex
lib/postgrex/extensions/binary.ex:331: warning: the variable "bin" is unsafe as it has been defined in a conditional clause, as part of a case/cond/receive/if/&&/||. Please rewrite the clauses so the value is explicitly returned. For example:
case int do
1 -> atom = :one
2 -> atom = :two
end
Can be rewritten as:
atom =
case int do
1 -> :one
2 -> :two
end
lib/postgrex/extensions/binary.ex:601: warning: the variable "lower" is unsafe as it has been defined in a conditional clause, as part of a case/cond/receive/if/&&/||. Please rewrite the clauses so the value is explicitly returned. For example:
case int do
1 -> atom = :one
2 -> atom = :two
end
Can be rewritten as:
atom =
case int do
1 -> :one
2 -> :two
end
lib/postgrex/extensions/binary.ex:601: warning: the variable "upper" is unsafe as it has been defined in a conditional clause, as part of a case/cond/receive/if/&&/||. Please rewrite the clauses so the value is explicitly returned. For example:
case int do
1 -> atom = :one
2 -> atom = :two
end
Can be rewritten as:
atom =
case int do
1 -> :one
2 -> :two
end
Compiled lib/postgrex/messages.ex
Compiled lib/postgrex/extensions/binary.ex
Compiled lib/postgrex/connection.ex
Compiled lib/postgrex/protocol.ex
Generated postgrex app
==> ecto
Compiled lib/ecto/adapter/storage.ex
Compiled lib/ecto/adapter/migration.ex
Compiled lib/ecto.ex
Compiled lib/ecto/adapter/transaction.ex
Compiled lib/ecto/adapter.ex
Compiled lib/ecto/adapters/connection.ex
Compiled lib/ecto/adapters/postgres/datetime.ex
Compiled lib/ecto/adapters/mysql/connection.ex
Compiled lib/ecto/adapters/sql/query.ex
Compiled lib/ecto/migration.ex
Compiled lib/ecto/migrator.ex
Compiled lib/ecto/migration/runner.ex
Compiled lib/ecto/model/autogenerate.ex
Compiled lib/ecto/model.ex
Compiled lib/ecto/model/callbacks.ex
Compiled lib/ecto/pool.ex
lib/ecto/pools/poolboy/worker.ex:48: warning: the variable "conn" is unsafe as it has been defined in a conditional clause, as part of a case/cond/receive/if/&&/||. Please rewrite the clauses so the value is explicitly returned. For example:
case int do
1 -> atom = :one
2 -> atom = :two
end
Can be rewritten as:
atom =
case int do
1 -> :one
2 -> :two
end
Compiled lib/ecto/pools/poolboy.ex
Compiled lib/ecto/poison.ex
Compiled lib/ecto/pools/poolboy/worker.ex
Compiled lib/ecto/pools/sojourn_broker/codel.ex
Compiled lib/ecto/pools/sojourn_broker/timeout.ex
Compiled lib/ecto/exceptions.ex
Compiled lib/ecto/pools/sojourn_broker.ex
Compiled lib/ecto/query/api.ex
Compiled lib/ecto/pools/sojourn_broker/worker.ex
Compiled lib/ecto/query/builder/distinct.ex
Compiled lib/ecto/query/builder/filter.ex
Compiled lib/ecto/query/builder/from.ex
Compiled lib/ecto/query/builder/group_by.ex
Compiled lib/ecto/log_entry.ex
Compiled lib/ecto/query.ex
Compiled lib/ecto/adapters/sql/sandbox.ex
Compiled lib/ecto/adapters/sql.ex
Compiled lib/ecto/query/builder.ex
Compiled lib/ecto/adapters/postgres.ex
Compiled lib/ecto/adapters/mysql.ex
Compiled lib/ecto/model/dependent.ex
lib/ecto/query/builder/join.ex:129: warning: the variable "count_setter" is unsafe as it has been defined in a conditional clause, as part of a case/cond/receive/if/&&/||. Please rewrite the clauses so the value is explicitly returned. For example:
case int do
1 -> atom = :one
2 -> atom = :two
end
Can be rewritten as:
atom =
case int do
1 -> :one
2 -> :two
end
lib/ecto/query/builder/join.ex:134: warning: the variable "quoted" is unsafe as it has been defined in a conditional clause, as part of a case/cond/receive/if/&&/||. Please rewrite the clauses so the value is explicitly returned. For example:
case int do
1 -> atom = :one
2 -> atom = :two
end
Can be rewritten as:
atom =
case int do
1 -> :one
2 -> :two
end
Compiled lib/ecto/changeset/relation.ex
Compiled lib/ecto/adapters/postgres/connection.ex
Compiled lib/ecto/query/builder/join.ex
Compiled lib/ecto/query/builder/limit_offset.ex
Compiled lib/ecto/query/builder/lock.ex
Compiled lib/ecto/embedded.ex
Compiled lib/ecto/query/builder/select.ex
Compiled lib/ecto/query/builder/order_by.ex
Compiled lib/ecto/query/builder/preload.ex
Compiled lib/ecto/query/builder/update.ex
Compiled lib/ecto/query/inspect.ex
lib/ecto/repo/assoc.ex:47: warning: the variable "child_key" is unsafe as it has been defined in a conditional clause, as part of a case/cond/receive/if/&&/||. Please rewrite the clauses so the value is explicitly returned. For example:
case int do
1 -> atom = :one
2 -> atom = :two
end
Can be rewritten as:
atom =
case int do
1 -> :one
2 -> :two
end
lib/ecto/repo/assoc.ex:51: warning: the variable "child_key" is unsafe as it has been defined in a conditional clause, as part of a case/cond/receive/if/&&/||. Please rewrite the clauses so the value is explicitly returned. For example:
case int do
1 -> atom = :one
2 -> atom = :two
end
Can be rewritten as:
atom =
case int do
1 -> :one
2 -> :two
end
lib/ecto/repo/assoc.ex:55: warning: the variable "child_key" is unsafe as it has been defined in a conditional clause, as part of a case/cond/receive/if/&&/||. Please rewrite the clauses so the value is explicitly returned. For example:
case int do
1 -> atom = :one
2 -> atom = :two
end
Can be rewritten as:
atom =
case int do
1 -> :one
2 -> :two
end
Compiled lib/ecto/repo/assoc.ex
Compiled lib/ecto/repo.ex
Compiled lib/ecto/queryable.ex
Compiled lib/ecto/query/planner.ex
lib/ecto/repo/supervisor.ex:95: warning: the variable "username" is unsafe as it has been defined in a conditional clause, as part of a case/cond/receive/if/&&/||. Please rewrite the clauses so the value is explicitly returned. For example:
case int do
1 -> atom = :one
2 -> atom = :two
end
Can be rewritten as:
atom =
case int do
1 -> :one
2 -> :two
end
lib/ecto/repo/supervisor.ex:96: warning: the variable "password" is unsafe as it has been defined in a conditional clause, as part of a case/cond/receive/if/&&/||. Please rewrite the clauses so the value is explicitly returned. For example:
case int do
1 -> atom = :one
2 -> atom = :two
end
Can be rewritten as:
atom =
case int do
1 -> :one
2 -> :two
end
Compiled lib/ecto/repo/model.ex
Compiled lib/ecto/repo/preloader.ex
Compiled lib/ecto/repo/supervisor.ex
Compiled lib/ecto/storage.ex
Compiled lib/mix/ecto.ex
Compiled lib/mix/tasks/ecto.gen.migration.ex
Compiled lib/mix/tasks/ecto.gen.repo.ex
Compiled lib/mix/tasks/ecto.drop.ex
Compiled lib/mix/tasks/ecto.create.ex
Compiled lib/mix/tasks/ecto.migrate.ex
Compiled lib/ecto/type.ex
Compiled lib/mix/tasks/ecto.rollback.ex
Compiled lib/ecto/uuid.ex
Compiled lib/ecto/repo/queryable.ex
Compiled lib/ecto/schema.ex
Compiled lib/ecto/association.ex
Compiled lib/ecto/changeset.ex
Compiled lib/ecto/model/optimistic_lock.ex
Compiled lib/ecto/model/timestamps.ex
Compiled lib/ecto/migration/schema_migration.ex
Compiled lib/ecto/datetime.ex
Generated ecto app
==> phoenix_ecto
Compiled lib/phoenix_ecto.ex
Compiled lib/phoenix_ecto/plug.ex
Compiled lib/phoenix_ecto/json.ex
Compiled lib/phoenix_ecto/html.ex
Generated phoenix_ecto app
==> fleet
Compiled lib/fleet.ex
Compiled web/web.ex
Compiled lib/fleet/repo.ex
== Compilation error on file lib/fleet/endpoint.ex ==
** (CompileError) lib/fleet/endpoint.ex:1: undefined function router/2
(stdlib) lists.erl:1337: :lists.foreach/2
(stdlib) erl_eval.erl:669: :erl_eval.do_apply/6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment