Skip to content

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

@amarBitMan

Description

@amarBitMan

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions