-
Notifications
You must be signed in to change notification settings - Fork 68
Sorted imports 2 #330
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sorted imports 2 #330
Conversation
| import TestJustAbitToLongModuleNameLikeThisOneIs () | ||
| import MoreThanSufficientlyLongModuleNameWithSome | ||
| (items, that, will, not, fit, inA, compact, layout) | ||
| (compact, fit, inA, items, layout, not, that, will) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😆 These are funny now that they're sorted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you can think of an alphabetical sentence with the same meaning we should use that!
Not that I know of, but it seems like there should be! |
tfausak
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can't really speak to the code, but the result (sorting imports) looks great! Thanks for sticking with this and getting it over the line.
|
Thanks!
…On Fri, Dec 11, 2020, 11:44 PM Taylor Fausak ***@***.***> wrote:
Merged #330 <#330> into master.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#330 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAGRJXGIFKP575X6AWALH3LSUI47JANCNFSM4UUOEFFQ>
.
|
I've merged the ghc 8.10 branch against the sorted-import branch and added some basic tests (Had to add a blank line function to the test suite)
I'm not sure if I'm being dense, but are there any tests where one enters the initial and expected source files, or is every test a "passthrough" test. i.e. would the identity function pass the testsuite?!
(I've targeted this against the ghc-8.10 branch because it includes those commits too)
The only required checklist items on @lspitzner's PR were:
(reopened from #325)