Skip to content

Use TypEr-related modules included in OTP25 instead of our own, if running OTP25 #48

@pablocostass

Description

@pablocostass

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions