Skip to content

Extract last 2 plugins and clean up others #1836

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

Merged
merged 20 commits into from
May 17, 2021
Merged

Conversation

Ailrun
Copy link
Member

@Ailrun Ailrun commented May 16, 2021

Extract

  • ormolu plugin
  • module name plugin

(last 2 plugins reside in default directory) and clean up cabal files & tests of other plugins.

Although I think it's generally better to use .hs extensions even for golden files so that we can have syntax highlight and others, I didn't touch Wingman's tests as I am not sure whether any of @isovector's tools depend on golden test extensions or not. Is it OK to update Wingman's tests so that we have .expected.hs or similar.

@Ailrun Ailrun force-pushed the extract-and-clean-up branch from b052448 to 1d471f8 Compare May 16, 2021 05:32
@Ailrun Ailrun changed the title Extract last 2 plugin and clean up others Extract last 2 plugins and clean up others May 16, 2021
@Ailrun Ailrun force-pushed the extract-and-clean-up branch from 1d471f8 to f9889ae Compare May 16, 2021 06:24
@isovector
Copy link
Collaborator

@Ailrun completely fine to rename the Wingman tests! thanks for tackling this!

@Ailrun Ailrun force-pushed the extract-and-clean-up branch from f9889ae to b6f2e34 Compare May 16, 2021 18:00
@Ailrun Ailrun force-pushed the extract-and-clean-up branch from 8fee8f1 to 1d2458b Compare May 16, 2021 21:37
@Ailrun Ailrun force-pushed the extract-and-clean-up branch 2 times, most recently from dd963cd to 9360c7a Compare May 17, 2021 02:13
@Ailrun Ailrun force-pushed the extract-and-clean-up branch from 9360c7a to 9667701 Compare May 17, 2021 02:37
@@ -61,7 +61,7 @@ codeActionTitle (InR(CodeAction title _ _ _ _ _ _ _)) = Just title
mkTest
:: Foldable t
=> String -- ^ The test name
-> FilePath -- ^ The file to load
-> FilePath -- ^ The file basename to load
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's not "basename", it's a stem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants