gleam icon indicating copy to clipboard operation
gleam copied to clipboard

usage not propagated/counted for aliased funcs/types

Open sdancer opened this issue 1 year ago • 1 comments

import gleam/erlang/atom.{type Atom, create_from_string as atom}

throws a warning, create_from_string is unused

sdancer avatar Feb 05 '24 16:02 sdancer

Thank you.

This system is due to be replaced with a proper reference graph based approach so we can either fix it or replace it. Both are good solutions.

lpil avatar Feb 05 '24 18:02 lpil

Closing to track in other issue

lpil avatar Jul 22 '24 19:07 lpil