Closed mtrberzi closed 9 years ago
Fixes #48
This is ready to go as is, but I can probably remove even more classes now that lots of the Expression stuff has gone away.
Sweet! Want a review now or are you going to keep working on this PR?
Feel free to review it now. The only other work is going to be deleting a bunch of unused classes.
@mtrberzi Any word on when you can update this with the deleted classes?
It turned out to be a bigger mess than I thought, because I keep getting the dependencies wrong. Can we open an issue for it and merge this as-is?
I'd rather you fully complete this task before merging the pull request. If you are still finding dependencies, that would suggest the issue is not yet resolved.
On Fri, Mar 13, 2015 at 3:28 PM, Murphy Berzish notifications@github.com wrote:
It turned out to be a bigger mess than I thought, because I keep getting the dependencies wrong. Can we open an issue for it and merge this as-is?
Reply to this email directly or view it on GitHub: https://github.com/manifold-lang/manifold-frontend/pull/65#issuecomment-79282468
Fair -- I'll review it later and see what I can do.
On Fri, Mar 13, 2015 at 3:40 PM, Lucas Wojciechowski < notifications@github.com> wrote:
I'd rather you fully complete this task before merging the pull request. If you are still finding dependencies, that would suggest the issue is not yet resolved.
On Fri, Mar 13, 2015 at 3:28 PM, Murphy Berzish notifications@github.com wrote:
It turned out to be a bigger mess than I thought, because I keep getting
the dependencies wrong. Can we open an issue for it and merge this as-is?
Reply to this email directly or view it on GitHub:
https://github.com/manifold-lang/manifold-frontend/pull/65#issuecomment-79282468
— Reply to this email directly or view it on GitHub https://github.com/manifold-lang/manifold-frontend/pull/65#issuecomment-79294605 .
New commits are available.
+292 additions
−1,141 deletions
Thats what I like to see! Great work @mtrberzi :fireworks:
Thanks for the review, new commits are available.
Tyson pointed out 2 instances of Integer nextAnonymousID = 0;
declared in the wrong scope, but the new diff only moved 1 out. Other than that looks okay to me. The try blocks still seem kind of awkward but not that big of a deal.
LGTM after the nextAnonymousId fix.
Thanks, got it.
On Sun, Mar 15, 2015 at 4:16 PM, Max Qitian Chen notifications@github.com wrote:
Tyson pointed out 2 instances of Integer nextAnonymousID = 0; declared in the wrong scope, but the new diff only moved 1 out. Other than that looks okay to me. The try blocks still seem kind of awkward but not that big of a deal.
LGTM after the nextAnonymousId fix.
— Reply to this email directly or view it on GitHub https://github.com/manifold-lang/manifold-frontend/pull/65#issuecomment-81222878 .
Cool. :shipit: (assuming no one else has any issues with it).
Ship it
On Mon, Mar 16, 2015 at 2:44 PM, Max Qitian Chen notifications@github.com wrote:
Cool. :shipit: (assuming no one else has any issues with it).
Reply to this email directly or view it on GitHub: https://github.com/manifold-lang/manifold-frontend/pull/65#issuecomment-81861801
:ship:
This is ready to go as is, but I can probably remove even more classes now that lots of the Expression stuff has gone away.