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

Is it not compatible with erlang 27 ?? facing issue in compilation #14

Open
amarBitMan opened this issue Jan 28, 2025 · 0 comments
Open

Comments

@amarBitMan
Copy link

Error ->

===> Uncaught error in rebar_core. Run with DIAGNOSTIC=1 to see stacktrace or consult rebar3.crashdump
===> Uncaught error: {badarg,
                             [{attribute,1,file,
                               {"priv/boss_models-1/my_model.erl",1}},
                              {attribute,1,module,{my_model,['Id','Value']}},
                              {tree,attribute,
                               {attr,0,[],none},
                               {attribute,
                                {tree,atom,{attr,0,[],none},export},
                                [{tree,list,
                                  {attr,0,[],none},
                                  {list,
                                   [{tree,arity_qualifier,
                                     {attr,0,[],none},
                                     {arity_qualifier,
                                      {tree,atom,
                                       {attr,0,[],none},
                                       attribute_names},
                                      {tree,integer,{attr,0,[],none},0}}}],
                                   none}}]}},

my_model.erl ->

-module(my_model, [
    Id :: integer(),
    Value :: binary()
]).

PFA full error ->

compile_error.txt

@amarBitMan amarBitMan changed the title Is it not compatible with erlang 27. facing issue in compilation Is it not compatible with erlang 27 ?? facing issue in compilation Jan 28, 2025
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

1 participant