-
-
Notifications
You must be signed in to change notification settings - Fork 367
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
Extract AddArgument modules #3339
Conversation
ed362a4
to
1041a25
Compare
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.
Looks great, thanks!
@@ -2169,220 +2169,21 @@ insertNewDefinitionTests = testGroup "insert new definition actions" | |||
addFunctionArgumentTests :: TestTree | |||
addFunctionArgumentTests = | |||
testGroup | |||
"add function argument" | |||
[ testSession "simple" $ do |
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.
Some of these tests seem to have vanished? Is that deliberate/are the new tests equally good?
Looks like it has some actual compile errors. |
6eb8a51
to
bfafbeb
Compare
Now builds on 9.2.4 and 8.10.7. I'll let CI tell me about the other versions... |
bfafbeb
to
fae8f37
Compare
There was some flakey test in call-hierarchy on Ubuntu; I reran and it worked. So I'm going to try to merge now... |
Looks like an erroneous failure to me? |
Pure refactor which starts the end of the oversized modules in hls-refactor-plugin.
@pepeiborra and @michaelpj both raised this during review.
Reviewing commit-by-commit will be easier for you