Ok, I've set up a rietveld repository. The base for an uploaded patch should be http://dartbox2d.googlecode.com/git/.
I can review it as one chunk, and then maybe you can carve it up for pushes?
I hit the size limit issue myself trying some test patches. It's a pain but only seems to impact the .js and .map files. I wouldn't normally include them in the repo as they're generated but they are useful for people to run the demo directly from googlecode outside of the VM.
I can review it as one chunk, and then maybe you can carve it up for pushes?OK.So to be clear, are we talking 1 push each for...
- the new demo- drawing fixes (CanvasDraw, DebugDraw, World)- other language fixes and bug fixes... and another for the generated bits?(vs. one for top 3 and another for generated)
I hit the size limit issue myself trying some test patches. It's a pain but only seems to impact the .js and .map files. I wouldn't normally include them in the repo as they're generated but they are useful for people to run the demo directly from googlecode outside of the VM.Oh! I had assumed these were only issues with Rietveld -- not GoogleCode's git, no?
R.
Awesome! Thanks :-)You should have the first batch of comments now.
I can review it as one chunk, and then maybe you can carve it up for pushes?OK.So to be clear, are we talking 1 push each for...
- the new demo- drawing fixes (CanvasDraw, DebugDraw, World)- other language fixes and bug fixes... and another for the generated bits?(vs. one for top 3 and another for generated)You should be able to push the generated bits each time. I'm trying to think of a workaround for having them not in the repo, but the link to the demos has been published.
On Thu, Jul 12, 2012 at 9:22 PM, dominic <domi...@google.com> wrote:Awesome! Thanks :-)You should have the first batch of comments now.Got 'em. ... and got your responses to mine! Wow, this is faster than some companies I've worked at! Will likely action conclusions tomorrow (getting late here).
I can review it as one chunk, and then maybe you can carve it up for pushes?OK.So to be clear, are we talking 1 push each for...
- the new demo- drawing fixes (CanvasDraw, DebugDraw, World)- other language fixes and bug fixes... and another for the generated bits?(vs. one for top 3 and another for generated)You should be able to push the generated bits each time. I'm trying to think of a workaround for having them not in the repo, but the link to the demos has been published.OK, sorry to be anal but I want to ensure I get this right so I'm going to Explicit Mode :-)
Once the code review is complete, I will locally commit on main branch (right?) and push the following to GoogleCode git repo (nothing more to Rietveld for these changes):(N.b. This order assumes the demo might depend on the changes. 1 & 2 may also need swapping depending on interdependencies.)Push 1:- language fixes and bug fixes + generated DartDoc output and demo JS filesPush 2:- drawing fixes (CanvasDraw, DebugDraw, World) + generated DartDoc output and demo JS filesPush 3:- the new demo (Dart and generated JS file)Should the commit messages be the (separated) text from the code review body (likely) or these lines above (the bit after the hyphen)?Do feel free to please correct me in nice explicit and patronizing fashion :-)
Thanks, R.