ChicagoBoss
ChicagoBoss copied to clipboard
parameterized modules are no longer supported
I just started using ChicagoBoos. Congratulations, It,s very promising. But there are thing made me worried. First of all, I could not compile it using Erlang 18.x and 19.x. because of a riakc compile errror. I successfully build it on Erlang 17.5. After that, I wrote a simple server. My main question of since Erlang no longer supports parameterized modules , What is the future plan for ChicagoBoss and is there any version actually working on Erlang 19?
Cheers.
Erlang no longer supports Pmods, but Pmods are enabled by the use of an official parse transformation (https://github.com/erlang/pmod_transform), so it should be supported going forward.
As for Erlang 19, @danikp is working on Erlang 19 support.
If you're not using riak, you could try removing the riak dependencies from the rebar.config files in boss and boss_db and see if that works.
-Jesse
On Wed, Jun 29, 2016 at 4:49 PM, Farsheed Ashouri [email protected] wrote:
I just started using ChicagoBoos. Congratulations, It,s very promising. But there are thing made me worried. First of all, I could not compile it using Erlang 18.x and 19.x. because of a riakc compile errror. I successfully build it on Erlang 17.5. After that, I wrote a simple server. My main question of since Erlang no longer supports parameterized modules , What is the future plan for ChicagoBoss and is there any version actually working on Erlang 19?
Cheers.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ChicagoBoss/ChicagoBoss/issues/647, or mute the thread https://github.com/notifications/unsubscribe/AALYnAUK9SM9jD8MjhMsNQz8Js5wdFsiks5qQuh9gaJpZM4JBmgx .
Jesse Gumm Owner, Sigma Star Systems 414.940.4866 || sigma-star.com || @jessegumm
If you having problems with Riak - you are using old branch. for support of Erlang 18 use this release https://github.com/ChicagoBoss/ChicagoBoss/tree/v0.9.pre-alpha-2 for support of Erlang 19 just clone latest HEAD
I mean to make official beta-1 release on weekend
This issue, unfortunately, still persists on v0.9-beta1 with Erlang 22 major release.