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

parameterized modules are no longer supported #647

Open
ourway opened this issue Jun 29, 2016 · 3 comments
Open

parameterized modules are no longer supported #647

ourway opened this issue Jun 29, 2016 · 3 comments

Comments

@ourway
Copy link

ourway commented Jun 29, 2016

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.

@choptastic
Copy link
Contributor

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 notifications@github.com
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
#647, or mute the
thread
https://github.com/notifications/unsubscribe/AALYnAUK9SM9jD8MjhMsNQz8Js5wdFsiks5qQuh9gaJpZM4JBmgx
.

Jesse Gumm
Owner, Sigma Star Systems
414.940.4866 || sigma-star.com || @jessegumm

@danikp
Copy link
Contributor

danikp commented Jun 30, 2016

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

@robin-rpr
Copy link

This issue, unfortunately, still persists on v0.9-beta1 with Erlang 22 major release.

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

4 participants