Hemant Kumar Singh
2019-Apr-10 04:12 UTC
Help Regarding, Improve Estimated total number of results
Okay thanks, how do I make a patch and submit one? Do you have a link for the same? Thanks&Regards, Hemant Kumar Singh On Apr 10 2019, at 4:13 am, Olly Betts <olly at survex.com> wrote:> On Tue, Apr 09, 2019 at 04:07:58PM +0530, Hemant Kumar Singh wrote: > > The GSoC guide section recommends reading of the hacking. > > > I don't actually see a reference to HACKING on > https://trac.xapian.org/wiki/GSoC%20Guide but it does direct you to the > developer guide (which is the new home for much of the information that > was living in HACKING). > > > But there > > are many files in the resources link given for the project. Should I > > start from the matcher files (matcher.cc and matcher.h) or is there > > something else I should do? > > > Most of the files in the matcher subdirectory are relevant to this > project, but matcher.* is probably a good place to start. > > Cheers, > Olly >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xapian.org/pipermail/xapian-devel/attachments/20190410/d8e21ed9/attachment.html>
Gaurav Arora
2019-Apr-10 05:26 UTC
Help Regarding, Improve Estimated total number of results
The easiest way to submit a patch is Pull Request on GitHub. This (https://git-scm.com/book/en/v2/GitHub-Contributing-to-a-Project) or https://www.geeksforgeeks.org/making-first-open-source-pull-request/ might give you more details on how to open a pull request. On Wed, Apr 10, 2019 at 2:13 PM Hemant Kumar Singh <hkssheroksher at gmail.com> wrote:> Okay thanks, how do I make a patch and submit one? Do you have a link for > the same? > > Thanks&Regards, > *Hemant Kumar Singh* > [image: LinkedIn] <https://www.linkedin.com/in/iamhks> > On Apr 10 2019, at 4:13 am, Olly Betts <olly at survex.com> wrote: > > On Tue, Apr 09, 2019 at 04:07:58PM +0530, Hemant Kumar Singh wrote: > > The GSoC guide section recommends reading of the hacking. > > > I don't actually see a reference to HACKING on > https://trac.xapian.org/wiki/GSoC%20Guide but it does direct you to the > developer guide (which is the new home for much of the information that > was living in HACKING). > > But there > are many files in the resources link given for the project. Should I > start from the matcher files (matcher.cc and matcher.h) or is there > something else I should do? > > > Most of the files in the matcher subdirectory are relevant to this > project, but matcher.* is probably a good place to start. > > Cheers, > Olly > >-- Regards, Gaurav Arora -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xapian.org/pipermail/xapian-devel/attachments/20190410/f02d254d/attachment.html>
Olly Betts
2019-Apr-10 05:35 UTC
Help Regarding, Improve Estimated total number of results
On Wed, Apr 10, 2019 at 03:26:26PM +1000, Gaurav Arora wrote:> The easiest way to submit a patch is Pull Request on GitHub. > > This (https://git-scm.com/book/en/v2/GitHub-Contributing-to-a-Project) or > https://www.geeksforgeeks.org/making-first-open-source-pull-request/ might > give you more details on how to open a pull request.More specific is our very own Developer Guide: https://xapian-developer-guide.readthedocs.io/en/latest/contributing/index.html (That's linked to from the GSoC Guide page, so you would have found it for yourself if you'd read through that more carefully.) Cheers, Olly
Hemant Kumar Singh
2019-Apr-10 05:36 UTC
Help Regarding, Improve Estimated total number of results
Thanks, as per my knowledge, after downloading the source code, and making changes and then making sure it works properly , recompiling it and then patch it and finally submit a pull request. But what all changes should I/can I make? Please provide me some insight into this. Thanks&Regards, Hemant Kumar Singh On Apr 10 2019, at 10:56 am, Gaurav Arora <gauravarora.daiict at gmail.com> wrote:> The easiest way to submit a patch is Pull Request on GitHub. > > This (https://git-scm.com/book/en/v2/GitHub-Contributing-to-a-Project) or https://www.geeksforgeeks.org/making-first-open-source-pull-request/ might give you more details on how to open a pull request. > > > > On Wed, Apr 10, 2019 at 2:13 PM Hemant Kumar Singh <hkssheroksher at gmail.com (mailto:hkssheroksher at gmail.com)> wrote: > > Okay thanks, how do I make a patch and submit one? Do you have a link for the same? > > > > Thanks&Regards, > > Hemant Kumar Singh > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > On Apr 10 2019, at 4:13 am, Olly Betts <olly at survex.com (mailto:olly at survex.com)> wrote: > > > On Tue, Apr 09, 2019 at 04:07:58PM +0530, Hemant Kumar Singh wrote: > > > > The GSoC guide section recommends reading of the hacking. > > > > > > > > > I don't actually see a reference to HACKING on > > > https://trac.xapian.org/wiki/GSoC%20Guide but it does direct you to the > > > developer guide (which is the new home for much of the information that > > > was living in HACKING). > > > > > > > But there > > > > are many files in the resources link given for the project. Should I > > > > start from the matcher files (matcher.cc and matcher.h) or is there > > > > something else I should do? > > > > > > > > > Most of the files in the matcher subdirectory are relevant to this > > > project, but matcher.* is probably a good place to start. > > > > > > Cheers, > > > Olly > > > > > > > > > > -- > Regards, > Gaurav Arora > > >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xapian.org/pipermail/xapian-devel/attachments/20190410/8bf0c3e5/attachment.html>