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
Hi there! Thanks for a wonderfully useful tool. ☺️
While introducing Recode to a moderately large codebase, I found mix format would never terminate. When I added some debugging output, the Recode.Task.AliasOrder task seemed to be getting stuck on a handful of files, some of which were tests and others actual production code. After squinting at it for awhile, it looked like the common surprising feature between all of them was the presence of duplicate alias lines, like:
Hi there! Thanks for a wonderfully useful tool.☺️
While introducing Recode to a moderately large codebase, I found
mix format
would never terminate. When I added some debugging output, theRecode.Task.AliasOrder
task seemed to be getting stuck on a handful of files, some of which were tests and others actual production code. After squinting at it for awhile, it looked like the common surprising feature between all of them was the presence of duplicatealias
lines, like:Note that I did not have any issues running
mix recode
over the same files.I'm not sure that the above is a sufficient minimal reproduction case, but I'll see if I can submit a patch in the next few days.
The text was updated successfully, but these errors were encountered: