Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Detect plugin param name collisions #115

Merged
merged 22 commits into from
Dec 2, 2015

Conversation

tobiasgwaaler
Copy link
Collaborator

Fixes #52
I highly appreciate feedback on style/readability etc. :)

@@ -9,10 +9,16 @@ module Haskell.Ide.Engine.PluginUtils
, mapEithers
, missingParameter
, incorrectParameter
, validatePlugins
Copy link
Collaborator

Choose a reason for hiding this comment

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

I do not believe this funcionality belongs in hie-plugin-api, it will only be used when a plugin is integrated, so belongs either in Haskell.Ide.Engine.Dispatcher or a Haskell.Ide.Engine.Utils file in the same place.

@alanz
Copy link
Collaborator

alanz commented Dec 1, 2015

Looks good. Just a few housekeeping issues.

… Perform validation in main, before the dispatcher runs
@tobiasgwaaler
Copy link
Collaborator Author

Good points, @alanz, I've made the changes :)

@alanz
Copy link
Collaborator

alanz commented Dec 2, 2015

Thanks, looks great

alanz added a commit that referenced this pull request Dec 2, 2015
@alanz alanz merged commit b7bee6b into master Dec 2, 2015
@alanz alanz deleted the detect-plugin-param-name-collisions branch December 4, 2017 06:49
@alanz alanz added this to the prehistory milestone Feb 2, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants