Skip to content
New issue

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

src/seresye_agenda.erl:317: syntax error before: M #5

Open
jnorthrup opened this issue Sep 12, 2013 · 3 comments
Open

src/seresye_agenda.erl:317: syntax error before: M #5

jnorthrup opened this issue Sep 12, 2013 · 3 comments

Comments

@jnorthrup
Copy link

==> seresye (compile)
Compiled src/seresye_transform.erl
Compiled src/seresye_autoneg.erl
Compiled src/seresye_app.erl
Compiled src/seresye_speedtest.erl
src/seresye_agenda.erl:317: syntax error before: M
src/seresye_agenda.erl:302: function execute_rule/2 undefined
make: *** [deps] Error 1

steps to reproduce:
ubuntu-12
sudo apt-get install git erlang-{eunit,dev}
git clone https://github.com/gleber/exat;cd exat
make deps

@jnorthrup
Copy link
Author

brute force fix:

jnorthrup@jnorthrup-XPS-8500:/work/exat$ rm -fr lib/seresye/
jnorthrup@jnorthrup-XPS-8500:
/work/exat$ make deps
[...]
make: *** [deps] Error 1
jnorthrup@jnorthrup-XPS-8500:/work/exat$ while true; do pushd lib/seresye;git reset --hard HEAD1;popd;make &&break;done
HEAD is now at bdff9df fix retract_match and retract_select
make: *** [deps] Error 1
HEAD is now at 5761234 add after_retract hook
make: *** [deps] Error 1
HEAD is now at 6e2c84e add seresye:retract_select and improve retract_match
make: *** [deps] Error 1
HEAD is now at 181a5a1 add seresye:add_hook/3
make: *** [deps] Error 1
HEAD is now at 84fd62b add atomic retract_match
make: *** [deps] Error 1
HEAD is now at 1e124c0 Merge pull request #23 from spawngrid/alterline
make: *** [deps] Error 1
HEAD is now at baec43f Merge pull request #22 from spawngrid/alterline
make: *** [deps] Error 1
HEAD is now at 9c18cad Merge pull request #21 from spawngrid/alterline
make: *** [deps] Error 1
HEAD is now at e97e491 Merge pull request #20 from spawngrid/alterline
make: *** [deps] Error 1
HEAD is now at 2d810a9 Merge pull request #18 from spawngrid/alterline
make: *** [deps] Error 1
HEAD is now at 64e090f Merge pull request #17 from spawngrid/alterline
make: *** [deps] Error 1
HEAD is now at 832da55 Merge pull request #15 from DeadZen/master
make: *** [deps] Error 1
HEAD is now at 798cc11 Merge pull request #11 from spawngrid/get_kb
make: *** [deps] Error 1
HEAD is now at 45629a7 Merge pull request #13 from spawngrid/alterline
make: *** [deps] Error 1
HEAD is now at 80bde8b Merge pull request #10 from spawngrid/nil-record-default
make: *** [deps] Error 1
HEAD is now at af019ca Merge pull request #9 from spawngrid/fix-record-defaults
make: *** [deps] Error 1
HEAD is now at 75d333b Merge pull request #7 from spawngrid/fix-tuple-call-r16
make: *** [deps] Error 1
HEAD is now at b1779e0 Merge pull request #6 from spawngrid/unnamed-engines
/work/exat
./rebar get-deps
==> misultin (get-deps)
==> rebar_vsn_plugin (get-deps)
==> erlware_commons (get-deps)
==> seresye (get-deps)
==> exat (get-deps)
./rebar compile
==> misultin (compile)
==> rebar_vsn_plugin (compile)
==> erlware_commons (compile)
==> seresye (compile)
Compiled src/seresye_app.erl
Compiled src/seresye_tree_list.erl
Compiled src/seresye_sup.erl
Compiled src/seresye.erl
Compiled src/seresye_agenda.erl
Compiled src/seresye_engine.erl
==> exat (compile)
./rebar compile
==> misultin (compile)
==> rebar_vsn_plugin (compile)
==> erlware_commons (compile)
==> seresye (compile)
==> exat (compile)
jnorthrup@jnorthrup-XPS-8500:
/work/exat$

@gleber
Copy link
Owner

gleber commented Sep 13, 2013

I will take a look at this this evening

@gleber
Copy link
Owner

gleber commented Sep 21, 2013

Hello Jim

I am totally overwhelmed with work at the moment. I am planning to get back to this project in October as I will be continuing work on my MSc and I will iron out all issues with it.

Cheers,
Gleb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants