This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Interactive Elixir (0.11.3-dev) - press Ctrl+C to exit (type h() ENTER for help) | |
*** ERROR: Shell process terminated! (^G to start new job) *** | |
=ERROR REPORT==== 3-Dec-2013::05:40:53 === | |
Error in process <0.27.0> with exit value: {undef,[{elixir_scope,to_erl_env,[{'Elixir.Macro.Env','Elixir.CurrentWeather.YahooFetcher',<<69 bytes>>,11,{extract_temperature,1},nil,['Elixir.IEx','Elixir.Integer','Elixir.Kernel','Elixir.Kernel.Typespec','Elixir.Record'],[],[{'Elixir.Kernel'... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:foo | |
:bar | |
:"some string" | |
:certain_@symbols_are_ok_too |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class Lodlol | |
def ಠ_ಠ ଲ | |
ಠ_ಠಠ_ಠ ଲ | |
end | |
def ಠ_ಠಠ_ಠ ૩ | |
ಠ_ಠಠ_ಠಠ_ಠಠ_ಠ ૩ | |
end | |
def ಠ_ಠಠ_ಠಠ_ಠಠ_ಠ ତ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11:34:03,449 SEVERE [EJBExceptionMapper] Encountered a NullPointerException | |
java.lang.NullPointerException | |
at java.util.Properties$LineReader.readLine(Unknown Source) | |
at java.util.Properties.load0(Unknown Source) | |
at java.util.Properties.load(Unknown Source) | |
at gov.uspto.dirsearch.solr.services.ServiceResourceBean.getApiVersion(ServiceResourceBean.java:75) | |
at gov.uspto.dirsearch.solr.services.ServiceResourceBean.getServiceInfo(ServiceResourceBean.java:65) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--(jadams@jibbajabba)-(39/pts/2)-(1254/08-Nov-13)-- | |
--($:~/elixir/chromechat_server)(master)ruby-2.0.0-p247@system-- | |
$ mix test | |
=INFO REPORT==== 8-Nov-2013::13:09:19 === | |
application: chromechat_server | |
exited: {{shutdown, | |
{failed_to_start_child,'Elixir.ChromechatServer.Dynamo', | |
{'EXIT', | |
{noproc, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--(jadams@jibbajabba)-(3/pts/15)-(1048/08-Nov-13)-- | |
--($:~/elixir/erlang_dc_workshop)(master)[email protected] | |
$ wget http://sandbox.learningearnings.com | |
--2013-11-08 10:48:31-- http://sandbox.learningearnings.com/ | |
Resolving sandbox.learningearnings.com (sandbox.learningearnings.com)... 162.243.39.36 | |
Connecting to sandbox.learningearnings.com (sandbox.learningearnings.com)|162.243.39.36|:80... connected. | |
HTTP request sent, awaiting response... 301 Moved Permanently | |
Location: https://sandbox.learningearnings.com/ [following] | |
--2013-11-08 10:48:31-- https://sandbox.learningearnings.com/ | |
Connecting to sandbox.learningearnings.com (sandbox.learningearnings.com)|162.243.39.36|:443... connected. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
iex(9)> EctoTest.Repo.all(from(d in EctoTest.Dweet, select: d)) | |
** (Protocol.UndefinedError) protocol Enumerable not implemented for EctoTest.Dweet | |
/home/jadams/elixir/elixir/lib/elixir/lib/enum.ex:1: Enumerable.impl_for!/1 | |
/home/jadams/elixir/elixir/lib/elixir/lib/enum.ex:43: Enumerable.member?/2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
defmodule FridgeServer do | |
use GenServer.Behaviour | |
### Public API | |
def start_link(items) do | |
{:ok, fridge} = :gen_server.start_link FridgeServer, items, [] | |
fridge | |
end | |
def store(fridge, item) do |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Compiled lib/ecto/associations/has_many.ex | |
Compiled lib/ecto/query/api.ex | |
lib/ecto/adapters/postgres.ex:17: unused alias Normalizer | |
lib/ecto/adapters/postgres.ex:15: unused alias QueryExpr | |
lib/ecto/adapters/postgres.ex:16: unused alias Util | |
== Compilation error on file lib/ecto/adapters/postgres.ex == | |
could not compile dependency ecto, mix compile failed. You can recompile this dependency with `mix deps.compile ecto` or update it with `mix deps.update ecto` | |
** (CompileError) deps/ecto/lib/ecto/adapters/postgres.ex:43: module Postgrex.Result is not loaded and could not be found | |
/home/jadams/elixir/elixir/lib/elixir/lib/kernel.ex:3286: Kernel."MACRO-access"/3 | |
deps/ecto/lib/ecto/adapters/postgres.ex:43: Kernel.access/2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
** When Server state == {state, | |
[{port,5432}, | |
{decoder, | |
#Fun<Elixir.Ecto.Adapters.Postgres.8.71906659>}, | |
{password,<<"postgres">>}, | |
{username,<<"postgres">>}, | |
{hostname,"localhost"}, | |
{database,<<"ecto_test3">>}], | |
#Port<0.3870>,<<>>,binding, | |
{<0.95.0>,#Ref<0.0.0.919>}, |