-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
Adjust generated scenarios #13
Comments
Agreed. |
@rwjblue I just noticed an issue with this proposal which unfortunately makes it a little harder to backport: the |
That seems fine to me, so long as the use of |
@kategengler yes, I'm fine with that. the default of |
Is this still relevant? |
Yes, discussion of a similar solution is ongoing, including here: #192 (comment) |
As mentioned in #3 there are some situations where it would be useful to adjust the list of generated scenarios afterwards by e.g. adding or overwriting certain dependencies or even cloning generated scenarios.
Instead of implicitly generating the scenarios when
useVersionCompatibility
is used I would suggest to explicitlyrequire('ember-try-config')
and then put something likescenarios: generateScenarios()
in yourconfig/ember-try.js
file.That way the
generateScenarios()
result could be written into a temporary variable if needed and then adjusted afterwards./cc @rwjblue @kategengler
The text was updated successfully, but these errors were encountered: