You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
If a macro is only used by other directives, it's treated as unused.
To Reproduce
-module(foo).
-define(exports, [bar/0]).
-export(?exports).
bar() ->0.
%% if bar is instead defined like this:%% bar() -> ?exports.%% it doesn't surface a warning.
Describe the bug
If a macro is only used by other directives, it's treated as unused.
To Reproduce
Expected behavior
No warning of unused macro.
Actual behavior
Warning of unused macro.
Context
erlang_lsversion (tag/sha): b8724fbcoc.nvim version: 0.0.82-d1568d56 2023-09-29 19:43:34 +0800