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
While using rebar3_format (that uses katana-code for its formatter), I've seen a bug that it's removing the single quotes from macros that have dashes in the name.
Bug Description
While using rebar3_format (that uses katana-code for its formatter), I've seen a bug that it's removing the single quotes from macros that have dashes in the name.
For ref: AdRoll/rebar3_format#311
To Reproduce
So code like:
becomes
Breaking the code.
I created a small test file as:
parsing it manually with
ktn_dodger
gave me:As seen, ktn_dodger separated the word in the dashes but it's quoted(the attr 6).
Expected Behavior
The code should not be separated and single quotes removed.
rebar3
LogsIf applicable, run
rebar3
withDIAGNOSTIC=1
and attach all the logs to your report.Additional Context
The text was updated successfully, but these errors were encountered: