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 issue is to get comments and people's thoughts about making chrome_gen the preferred chrome API library. So, something like:
rename the package chrome_gen to chrome, and rename the github repo or move the contents into the chrome repo
rename the package chrome to something like chrome_old, and swizzle the github repo contents accordingly. This way people that still need to depend on the old repo can do so
I think this work is predicated on getting the old chrome tests running with the new chrome_gen package, so we maintain existing test coverage.
The text was updated successfully, but these errors were encountered:
sgtm. Would like to see the unit testing generated apis and samples/examples integrated before doing the switch. @devoncarew do you have plans/time to extract the testing framework for spark so it can be shared? The other option is to use the existing testing configuration from chrome.dart.
do you have plans/time to extract the testing framework for spark so it can be shared
I do have plans to do that, but haven't really made any forward progress :) Pragmatically speaking, if you want to port the tests from chrome.dart in their current form, that would let us make progress w/o waiting on a new testing framework.
This issue is to get comments and people's thoughts about making chrome_gen the preferred chrome API library. So, something like:
chrome_gen
tochrome
, and rename the github repo or move the contents into the chrome repochrome
to something likechrome_old
, and swizzle the github repo contents accordingly. This way people that still need to depend on the old repo can do soI think this work is predicated on getting the old chrome tests running with the new chrome_gen package, so we maintain existing test coverage.
The text was updated successfully, but these errors were encountered: