rebar3_typer version
0.0.1
Description
-
Motivation
OTP25 includes some changes we upstreamed from this repo related to TypEr, which means we can use typer's module included in OTP from said release onwards.
-
Proposal
Detect if rebar3_typer is running in OTP25, and if so, use its typer-related modules, instead of the ones included in this repository.
Current behavior
Our own TypEr-related modules are used.
Expected behavior
Our own TypEr-related modules are used, except when running this plugin with OTP25 (or newer--future proof), on which case the OTP modules should be used.
rebar3_typerversion0.0.1
Description
Motivation
OTP25 includes some changes we upstreamed from this repo related to TypEr, which means we can use typer's module included in OTP from said release onwards.
Proposal
Detect if
rebar3_typeris running in OTP25, and if so, use its typer-related modules, instead of the ones included in this repository.Current behavior
Our own TypEr-related modules are used.
Expected behavior
Our own TypEr-related modules are used, except when running this plugin with OTP25 (or newer--future proof), on which case the OTP modules should be used.