[erlang-questions] [ANN] geas 2.0.10

Frank Muller frank.muller.erl@REDACTED
Sat Dec 31 11:15:49 CET 2016


Hi Eric

Geas from master on a toy project:

$ erl -pa ebin -pa deps/*/ebin
Erlang/OTP 17 [erts-6.4] [source] [64-bit] [smp:8:8] [async-threads:10]
[hipe] [kernel-poll:false]

Eshell V6.4  (abort with ^G)
1> geas:compat(".", global).
** exception error: no case clause matching
                   {'EXIT',
                       {function_clause,

[{string,substr,["dir",0],[{file,"string.erl"},{line,195}]},
                            {geas,get_src_from_beam,1,
                                [{file,"src/geas.erl"},{line,1350}]},

{geas,get_abstract,2,[{file,"src/geas.erl"},{line,1303}]},
                            {geas,get_erlang_compat_beam,1,
                                [{file,"src/geas.erl"},{line,875}]},
                            {geas,'-get_erlang_compat/1-fun-0-',2,
                                [{file,"src/geas.erl"},{line,840}]},
                            {lists,flatmap,2,[{file,"lists.erl"},{line,1248}]},
                            {lists,flatmap,2,[{file,"lists.erl"},{line,1248}]},
                            {geas,get_erlang_compat,1,
                                [{file,"src/geas.erl"},{line,840}]}]}}
    in function  geas:'-compat/2-fun-1-'/1 (src/geas.erl, line 1124)
    in call from lists:flatmap/2 (lists.erl, line 1248)
    in call from lists:flatmap/2 (lists.erl, line 1248)
    in call from geas:compat/2 (src/geas.erl, line 1123)
    in call from geas:compat/2 (src/geas.erl, line 1088)

Am I using it correctly?

/Frank

Le ven. 30 déc. 2016 à 12:13, PAILLEAU Eric <eric.pailleau@REDACTED> a
écrit :

> Hi,
>
>
>
> Geas 2.0.10 has been released.
>
>
>
> This is only an update for Erlang 19.2 database.
>
>
>
> Geas is a tool that will detect the runnable official Erlang release
>
> window for your project, including dependancies, either from source code
>
> or beam files.
>
>
>
> Geas will tell you what are the offending functions in the beam/source
>
> files that reduce the available window.
>
>
>
> Geas will tell you if some beam files are compiled native.
>
>
>
> Geas is available as a module, erlang.mk and rebar 2/3 plugins.
>
>
>
> https://github.com/crownedgrouse/geas
>
>
>
> Cheers, and Happy New Year !
>
>
>
> Eric
>
> _______________________________________________
>
> erlang-questions mailing list
>
> erlang-questions@REDACTED
>
> http://erlang.org/mailman/listinfo/erlang-questions
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20161231/480b5406/attachment.htm>


More information about the erlang-questions mailing list