CB working on "R16B01" but fails on latest erlydtl.

163 views
Skip to first unread message

bor

unread,
Jan 23, 2014, 3:46:15 PM1/23/14
to chica...@googlegroups.com
I have finished testing the cb_tutorial on "R16B01", someone should update the documentation where it reads "WARNING: Chicago Boss hoes not work with Erlang R16B03 due to an error in erl_syntax". on the other hand, I had a problem with erlydtl and had to git checkout version 0.8.0 to compile successfully. erlydtl version 0.8.1 and latest master fails when compiling chicagoboss.
I hope this helps,

James

Tim McNamara

unread,
Jan 23, 2014, 4:38:16 PM1/23/14
to chica...@googlegroups.com
Thanks for reporting this James.

I guess we should change the rebar deps line from "head" (or whatever) to "0.8.0"..
Perhaps building and testing CB with different Erlang versions should be part of our release process?

Tim McNamara
@timClicks


--
You received this message because you are subscribed to the Google Groups "ChicagoBoss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chicagoboss...@googlegroups.com.
Visit this group at http://groups.google.com/group/chicagoboss.
To view this discussion on the web visit https://groups.google.com/d/msgid/chicagoboss/8aa6a8bd-f25f-4563-8a96-fcc7b7f4a42b%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

David Welton

unread,
Jan 24, 2014, 4:15:30 AM1/24/14
to chica...@googlegroups.com
This is a known issue, in master at least:

https://github.com/ChicagoBoss/ChicagoBoss/pull/424

> Perhaps building and testing CB with different Erlang versions should be
> part of our release process?

It'd be really nice if there were a way to automate something like:

1) Checkout CB master
2) build
3) Create project
4) Run project

--
David N. Welton

http://www.welton.it/davidw/

http://www.dedasys.com/

bor

unread,
Jan 24, 2014, 9:09:40 AM1/24/14
to chica...@googlegroups.com

It fails to build in "Erlang R16B03 (erts-5.10.4)". It works on "Erlang R16B01" but I modified rebar.config.
Git diff:

--- a/rebar.config
+++ b/rebar.config
@@ -17,7 +17,7 @@
         % maintained by others
         {lager,                 ".*",   {git, "git://github.com/basho/lager.git",              {tag, "2.0.1"}}},
         {erlando,               ".*",   {git, "git://github.com/travelping/erlando.git",       "HEAD"}},
-        {erlydtl,               ".*",   {git, "git://github.com/erlydtl/erlydtl.git",          {tag, "0.8.1"}}},
+        {erlydtl,               ".*",   {git, "git://github.com/erlydtl/erlydtl.git",          {tag, "0.8.0"}}},
         {jaderl,                ".*",   {git, "git://github.com/erlydtl/jaderl.git",           "HEAD"}},

Cuong Thai

unread,
Feb 6, 2014, 5:26:50 AM2/6/14
to chica...@googlegroups.com
Hi team,

Someone runs make 3 times then success to build CB, because it ignores errors when compiling 3 dtl files.
Reason: returned values in erlytpl have been changed.

Regards,
Cuong Th.
Reply all
Reply to author
Forward
0 new messages