tonylukasavage / triple

REPL for Titanium
MIT License
96 stars 21 forks source link

#10 Android support #46

Closed k0sukey closed 9 years ago

k0sukey commented 10 years ago
$ triple --ios
$ triple --ios 'iPhone Retina (4 inch)'
$ triple --android
$ triple --android 'Google Nexus S - 4.1.1 - API 16 - 480x800'

$ triple --ios 'iPhone Retina (4 inch)' --android 'Google Nexus S - 4.1.1 - API 16 - 480x800'
tonylukasavage commented 10 years ago

There's a lot of problems with this PR, to the point that it's pretty unreviewable. In most cases, if a PR doesn't meet the standards to be merged immediately, I work with it until it does, but this is just way too much work that changes massive chunks of the module with no accompanying testing to assert that these massive changes haven't broken lots of things.

Also, just a heads up, I noted in the original issue that I'm not adding Android support until 0.3.0 in order to get the new features for iOS released. Even with fixing the above it will need to wait to be merged until after the 0.3.0-dev branch starts.

After having said all that, I really am impressed by the amount of work and really want to get you on board as a contributor, we just need to dial down the scope and break it into smaller issues so that the current stability and user experience can be preserved.

k0sukey commented 10 years ago

Thanks for your comment. And sorry for too much stuffing function. The finely divided once, could you be PR again? (-P, --port <port>, etc...)

Of course, I will wait until 0.3.0 for Android support. Has become doing. Inserting different.

tonylukasavage commented 9 years ago

Resolved in #10, but thank you for the initial work on this! Much appreciated!