-
Notifications
You must be signed in to change notification settings - Fork 60
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
What next? #105
Comments
Splitting into 2 separate projects? What for? Gil: I think we need to move away from Go and see if we can revisit the On Tue, Oct 28, 2014 at 4:40 PM, Gil Azaria [email protected]
|
One of the thoughts that has been floating around the past few weeks is to split the modules into two separate projects. Whether this means two separate java projects (presumably separate build scripts, no cross module dependancies) under the same git repo or two separate repos altogether I think is still a discussion point. As far as I can tell this was suggested mainly for abstraction purposes since they are not necessarily meant to be packaged together when deployed. Dave: My question was intended to be focused around core functionality. Another question that was asked in the last few weeks is "What is left that needs to be done to get a first version out into the world?" I'm not up to speed on the functional test issues. What are the current problems with running them through Go, and what is the motivation to move to Travis?
|
I just need to clear up a couple of assumptions:
That said, I'm not necessarily opposed to the idea of 2 separate One of the thoughts that has been floating around the past few weeks is to
|
Glad you cleared that up — I was trying to reproduce a conversation we had that I didn’t really understand. Anyway, Tim did say to me tonight that the idea was to split them into two repos. I don’t really care either way to be honest.
|
I believe it was Adam that floated the idea of splitting the code base into 2 separate code bases to see if that would also help with the classpath issues. But since we've reverted that, we've headed on to fixing other things. With regards to Go, I've managed to get the functional tests running on it, but the Travis pull request checking is great and we could possibly use Travis deploy options to possibly even just push to separate functional test repo to trigger a change and thus mimic a chain? The functional test repo could then be configured to run headless xvfb session Or alternatively if possible they could all be in one repo, using custom deployment tactics similar to this |
The classpath issues suggested that the modules are not actually that Adam Nowotny https://google.com/+AdamNowotny01/about On 28 October 2014 23:46, Timothy Lim [email protected] wrote:
|
That was because I'd set the review module to depend on the propose module, On Thu, Oct 30, 2014 at 5:55 PM, Adam Nowotny [email protected]
|
Which reminds me: Gil: If you're looking for something to do, we've always wanted to clean What do you think Tim? Or should we just leave it? On Fri, Oct 31, 2014 at 12:24 AM, David Sanders [email protected]
|
Yeah, that inheritance was a bit confusing to me too actually. I guess Some other areas of improvement off the top of my head
I do have 2 questions though:
Which reminds me: Gil: If you're looking for something to do, we've always wanted to clean What do you think Tim? Or should we just leave it? On Fri, Oct 31, 2014 at 12:24 AM, David Sanders [email protected]
— |
Wow, @thewheat, you've done a lot this past week. It looks like we're coming close to completion.
Apart from splitting the modules into two separate projects, what else needs to be done?
The text was updated successfully, but these errors were encountered: