Skip to content
This repository was archived by the owner on Aug 30, 2025. It is now read-only.

Organize aliases can change what an alias refers to #809

@borisbabic

Description

@borisbabic

Example:

defmodule Foo.Bar do
end
defmodule Baz.Foo do
end
defmodule Test do
  alias Foo.Bar
  alias Baz.Foo
end

Organize aliases in module Test will swap the order of the aliases causing the alias Foo.Bar to alias the module Baz.Foo.Bar instead of Foo.Bar

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