Notes
This is the image for the error that i'm getting in simulator https://www.dropbox.com/s/wmcs1dva3y5ihef/Screenshot%202016-06-15%2013.45.28.png?dl=0
The Error reads:
Super expression must either be null or a function, not undefined
module Main exposing (..) | |
import Html.App as App | |
import Html exposing (Html, text) | |
import Dict exposing (Dict) | |
type alias Model = | |
() |
Notes
This is the image for the error that i'm getting in simulator https://www.dropbox.com/s/wmcs1dva3y5ihef/Screenshot%202016-06-15%2013.45.28.png?dl=0
The Error reads:
Super expression must either be null or a function, not undefined
My current understanding of the process.. | |
- 1 upload excel | |
- 2 hrflow creates form collector and a set of participant flows | |
- 3 form collector sends emails to participants with a link to the appropriate HRFORM | |
- upon completion of the partiicpant form, HRForms uses the completionURL to let us know | |
- if they have a spouse (unsure from the weird payload how this is deteremined, marriage status etc), we should send an email to the spouse with another HRForm url | |
- JOSH: (we should get this from marriage status - I was checking for spouse email I think?) | |
- upon that completion we'll receive another post to our submitform endpoint and fetch the data again and send the event along to the participant flow. | |
- eventually we want the participant fsm to complete with a signed boolean, unsure when this is determined as from the code this is assumed to happen. | |
- JOSH: This happens when we get their data back at all at present, if there is no spouse. if there is a spouse, this happens when we get the spouse's |
# -*- c-basic-offset: 2; indent-tabs-mode: nil -*- | |
defmodule Score.ContactTest do | |
use Score.TestCase | |
@joe %{name: "joe", email: "[email protected]", sign_in_count: 0} | |
@joe_changeset User.changeset(%User{}, :create, @joe) | |
@bob %{name: "bob", email: "[email protected]", sign_in_count: 0} | |
@bob_changeset User.changeset(%User{}, :create, @bob) | |
setup do |
$ ERL_COMPILER_OPTIONS="[native,{hipe, [verbose, o3]}]" make compile 2>&1 | tee -a hipe_compile_out_o3.log | |
==> elixir (compile) | |
==> elixir (compile) | |
<HiPE (v 3.12)> Compiling: 'Elixir.Kernel' | |
<HiPE (v 3.12)> Options: [verbose,icode_range, | |
{regalloc,coalescing}, | |
icode_range,icode_ssa_const_prop, | |
icode_ssa_copy_prop,icode_type,icode_inline_bifs, | |
rtl_lcm,rtl_ssa,rtl_ssa_const_prop,spillmin_color, |
$ ERL_COMPILER_OPTIONS="[native,{hipe, [verbose, o2]}]" make 2>&1 | tee -a hipe_compile_out_o2.log | |
==> elixir (compile) | |
<HiPE (v 3.12)> Compiling: elixir_utils | |
<HiPE (v 3.12)> Compiling: elixir_bitstring | |
<HiPE (v 3.12)> Options: [verbose,icode_range,icode_ssa_const_prop, | |
icode_ssa_copy_prop,icode_type,icode_inline_bifs, | |
rtl_lcm,rtl_ssa,rtl_ssa_const_prop,spillmin_color, | |
use_indexing,remove_comments,concurrent_comp, | |
binary_opt,inline_fp,pmatch,peephole,verbose]. |
I hereby claim:
To claim this, I am signing this object:
[jadams:~/erlang/erlagi] feature/rebar3(+1/-8)* 6s ± DEBUG=1 ./rebar3 compile | |
===> Consult config file "rebar.config" | |
===> Consult config file "rebar.lock" | |
===> Verifying dependencies... | |
===> Consult config file "/home/jadams/erlang/erlagi/_build/lib/lager/rebar.config" | |
===> Consult config file "/home/jadams/erlang/erlagi/_build/lib/lager/rebar.lock" | |
===> Consult config file "/home/jadams/erlang/erlagi/_build/lib/covertool/rebar.config" | |
===> Consult config file "/home/jadams/erlang/erlagi/_build/lib/covertool/rebar.lock" | |
===> sh info: | |
cwd: "/home/jadams/erlang/erlagi" |
[jadams:~/erlang/erlagi] feature/rebar3(+6/-1)* ± ./rebar get-deps | |
escript: exception error: undefined function rebar:main/1 | |
in function escript:run/2 (escript.erl, line 752) | |
in call from escript:start/1 (escript.erl, line 276) | |
in call from init:start_it/1 | |
in call from init:start_em/1 | |
[jadams:~/erlang/erlagi] feature/rebar3(+6/-1)* ± ./rebar3 get-deps | |
===> Plugin rebar_covertool not available. It will not be used. | |
===> Command 'get-deps' not found |
[jadams:~/erlang/erlagi] feature/rebar3* 3s ± DEBUG=1 ./rebar3 compile | |
===> Consult config file "rebar.config" | |
===> Consult config file "rebar.lock" | |
===> error function_clause | |
===> Plugin rebar_covertool not available. It will not be used. | |
===> Verifying dependencies... | |
===> Consult config file "/home/jadams/erlang/erlagi/_build/lib/lager/rebar.config" | |
===> Consult config file "/home/jadams/erlang/erlagi/_build/lib/lager/rebar.lock" | |
===> Consult config file "/home/jadams/erlang/erlagi/_build/lib/covertool/rebar.config" |