-
Notifications
You must be signed in to change notification settings - Fork 326
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
1 repo to rule them all #670
Comments
Regarding the cons, I am sorry but many are in the assumption that there's a huge active community with highly skilled developers working in the same project same time, which is not the case. Let's debate some of them: @acoulton thanks for your feedback but I disagree in all the points :O hehe
We need to think that currently there's barely KO developers, we are putting to many issues for people to contribute and it's complex, I still get lost and no one knows whats the correct way....or the correct repo to put issues etc... not to mention that you want to collaborate and need to clone 11 repos :S If we want KO to survive we need to have a easy to follow clean way to contribute. I think this is a really important step towards making all much easier understandable and simpler to maintain... +1 |
I'm not making assumptions about who/how competent active developers are...
Incorrect. They usually need kohana/core but nothing else. None of my projects use the "entire KO framework"
As above. Try it -
Here's the big disagreement. There is no reason the modules and core all need to be in the same version. It's the artificial constraint that releases have to happen for everything at once - even if they haven't changed - that's been the biggest complication and delaying factor in making releases in the past. 1 repo to rule them all goes in the direct opposite direction to what we need abd makes smaller faster releases with small numbers of devs virtually impossible.
Labels work for issues, but not PRs. If you look at a PR you need to check every single file it touches and know how the subtree splits are configured. Does that file go in just one module? All the modules? Does the PR label/commit description match what's actually being affected? There are products for giving cross-repo overviews of github issues, if it's a problem to navigate we should look at them. But if you're looking for a bug or current issues with the Cache module, what's hard about looking in the cache repo? When do you actually need to see all the issues for all the modules all at once?
kohana/cache and kohana/database are very different packages. There should be very few times you need to change them both at once. If it's hard to change them both at once that reinforces that. It makes it easier to separately version and separately release by forcing people to keep changes properly isolated.
Maybe that works if it's a straightforward split. What if it's not so clear cut? Afraid it's a big, big 👎 from me, in a "reconsider-using-kohana-packages" kind of way. |
I have not said this: "I'm not making assumptions about who/how competent active developers are..." do not take things out of context since I have not nor I want to imply anything about that. I am sorry about the wording not the correct one. Just to make clear people is not contributing specially since everything is a NO by default theres no movement in this project, dont you see it? if we do not change our mindset and make things happen KO is still dead... It's more a matter of time and efficiency. Lot more efficient 1 repo than 11. All the points you have debated I can go over and explain to you again the same.... when I say ko framework I meant the core. Without the Core not any module works. For the sake of understandability lets not call it packages but Modules since its how they are called at KO, no? if not let's agree to change the name to packages. Modules do not work without the core. There's not activity or barely activity in any repo. So I rather have 1 repo active than 11 non active. Lot cleaner and straightforward.... |
I also rather nog have te modules in kohana core. I don't use any of them because I use better replacements for them: auth - sentinel So please don't include them in core. :) |
@rjd22 but you can activate them or not... theres few I do not use and also using replacements, should not be an issue. Thats the only motive for not including them? |
Sorry I closed it be accident. The reason why I don't want to include them is by the yagni rule. I don't want code in my codebase I don't need or use. Even less I do want code in my codebase that I'm sure of I'm never going to use. |
https://mwop.net/blog/2015-05-15-splitting-components-with-git.html It seems that there was an enormous effort in Zend community to split their repo into separate components. Another thing worth to mention is that we had discussed previously to even split further the core. |
When I read the comments on #536 I get diarrhea :S the guy pointing perfectly a valid point and the answers.... I really understand all the points and I seem to be the only one suggesting to put them all together. My thought was that If we are going to be 4 people maintaining it lets make it as simple as possible for us. At least was my impression. We can keep it as it is. 3 against 1 closing not wasting more time lets move forward in other important things. |
@neo22s sorry I never got back to this over the weekend. Just to be clear, when I said "I'm not making assumptions about who/how competent active developers are..." I didn't mean to suggest you were saying negative things about people and I'm sorry if it read that way. I'm confused about your comments about #536 though - when I read it, I see @lenton making a good suggestion (which is basically the opposite idea to this thread). Then there's 4 core contributors including @shadowhand in favour, and only one person (who's not a Kohana contributor) against....? |
O no I think is a great suggestion by @lenton and well explained. Few things happened:
Well doesn't matter. I've come here to try to help and I got the doors shut many times with really ambiguous answers and not willing to help although accepted the project is dead. You can check the forums to see what I mean. If we do not change the way we do things completely this is going nowhere. |
@neo22s Ofcourse it was a good idea but we're still just a big group of developers each having different needs for Kohana framework. If someone has a need for it it will be implemented by the person itself. If one adds an issue, even when it's a good idea, you can't expect someone that does not need it directly to work on it. It has nothing to do with attitude and everything with the resources everyone is able to give. |
Based on this comment #660 (comment)
Do we need separated repos for each module? Only official modules of course.
Please list advantages and disadvantages.
Some already mentioned, please update this message.
Pros:
Cons:
Let's just vote it, 1 week collecting votes.
Please just vote +1 if you agree with having all modules in 1 repo , -1 if you do want 1 repo per module.
thanks
The text was updated successfully, but these errors were encountered: