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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The reason will be displayed to describe this comment to others. Learn more.
I think this belongs in Configuration constructor itself. If we do it here, it only works when our entry point into the shell is this file (and not, for example, through Shell::debug)
The reason will be displayed to describe this comment to others. Learn more.
Ah okay, sorry, i was just testing with a package submitted in the packagist. I will redo the files so the configuration is the one responsible about retrieving the configuration that the plugin manager gives.
8c718e0
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 think this belongs in Configuration constructor itself. If we do it here, it only works when our entry point into the shell is this file (and not, for example, through Shell::debug)
8c718e0
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.
Ah okay, sorry, i was just testing with a package submitted in the packagist. I will redo the files so the configuration is the one responsible about retrieving the configuration that the plugin manager gives.
8c718e0
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.
No worries. This is looking good, by the way!
8c718e0
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.
you can test it with the recipe detailed here bobthecow#166 (comment), let me know if something is not ok