Guess Erlang Application Scattering
- What is you usage?
- what new features do you expect?
Guess Erlang Application Scattering
Geas : (In Irish folklore) an obligation or prohibition magically imposed on a person.
By extension, obligation or prohibition imposed by an Erlang application or module, which may modify its scattering.
Overview
Geas is a tool detecting the runnable official Erlang release window for your project.
Geas will tell you also :
- what are the offending functions in the beam/source files that reduce the available window.
- if some beam files are compiled native.
- the installed patches and recommend patches that should be installed depending your code.
For example , if a dependency is using
application:ensure_all_started/1
your project can only be used startingR16B02
or ifmaps
is used somewhere, starting17.0
. On contrary,pg
module cannot be used after17.5
but is back again in23.0
.