IRC logs of #tryton for Monday, 2016-05-16

chat.freenode.net #tryton log beginning Mon May 16 00:00:02 CEST 2016
2016-05-16 01:56 -!- fwiesing(~fwiesingX@194-208-177-133.tele.net) has joined #tryton
2016-05-16 02:51 -!- niki(~niki@0x3e2c87a1.mobile.telia.dk) has joined #tryton
2016-05-16 04:44 -!- smarro(~sebastian@181.16.7.104) has joined #tryton
2016-05-16 05:05 -!- kstenger1(~karla@r167-56-234-127.dialup.adsl.anteldata.net.uy) has joined #tryton
2016-05-16 06:33 -!- niki_(~niki@0x3e2c862f.mobile.telia.dk) has joined #tryton
2016-05-16 07:40 -!- frispete(~frispete@p54A9084D.dip0.t-ipconnect.de) has joined #tryton
2016-05-16 09:20 -!- rpit(~rpit@2a02:908:e672:9420:56ee:75ff:fe0d:d3c7) has joined #tryton
2016-05-16 09:26 -!- ccaz(~ccr@ax313-1-82-66-159-99.fbx.proxad.net) has joined #tryton
2016-05-16 09:40 -!- Telesight(~anthony@4dae0c97.ftth.telfortglasvezel.nl) has joined #tryton
2016-05-16 10:05 -!- nicoe(~nicoe@2a02:a03f:309a:fe00:ee55:f9ff:fe7b:f7ac) has joined #tryton
2016-05-16 12:53 -!- smarro(~sebastian@181.16.7.104) has joined #tryton
2016-05-16 13:02 -!- rpit(~rpit@2a02:908:e672:9420:56ee:75ff:fe0d:d3c7) has joined #tryton
2016-05-16 13:02 -!- mariomop(~quassel@181.90.94.79) has joined #tryton
2016-05-16 13:54 -!- Telesight(~anthony@4dae0c97.ftth.telfortglasvezel.nl) has joined #tryton
2016-05-16 14:21 -!- mariomop(~quassel@181.90.66.160) has joined #tryton
2016-05-16 14:38 -!- smarro(~sebastian@181.16.7.104) has joined #tryton
2016-05-16 15:24 -!- lukio(~lukio@186.19.70.16) has joined #tryton
2016-05-16 16:14 -!- bvillasanti(~bvillasan@190.105.80.94) has joined #tryton
2016-05-16 16:50 -!- smarro(~sebastian@181.16.7.104) has joined #tryton
2016-05-16 17:13 -!- JosDzG(~Thunderbi@fixed-188-72-187-188-72-36.iusacell.net) has joined #tryton
2016-05-16 17:19 -!- pokoli(~pokoli@2001:41d0:1:9acb::1) has joined #tryton
2016-05-16 17:49 -!- silwol(~silwol@80.66.37.182) has joined #tryton
2016-05-16 17:51 -!- shrox(~shrox@103.255.36.42) has joined #tryton
2016-05-16 18:25 -!- lukio(~lukio@88-38-16-190.fibertel.com.ar) has joined #tryton
2016-05-16 18:31 -!- kstenger(~karla@r186-54-21-185.dialup.adsl.anteldata.net.uy) has joined #tryton
2016-05-16 18:38 <shrox> kstenger: Hi! I have a question. Will I be pushing the code that I write for GSoC daily to any repo?
2016-05-16 18:40 <kstenger> shrox: no, I think you should be using the review, and update it whenever you have changes, so you receive comments back from us. This is the usual flow in Tryton, and I see no reason why it would be different for GSoC
2016-05-16 18:40 <kstenger> shrox: if a review is accepted, then it will be pushed to the main repo
2016-05-16 18:41 <kstenger> shrox: so you may actually have to work on different reviews, depending on the tasks you can divide your work in
2016-05-16 18:43 <shrox> kstenger: Ah, okay. I was confused because my project I feel is somewhat independent from relatorio/tryton. It will only need to be incorporated with the two after my main project is finished. But I think I know get what you mean.
2016-05-16 18:44 <kstenger> shrox: actually what you will be working on is just like any patch to any of those repositories, so it makes no difference, since you can upload the reviews as many times as you want, and it is even better because you can get comments back in-line.
2016-05-16 18:45 <kstenger> shrox: my only doubt is if you should do a daily update.
2016-05-16 18:47 <kstenger> shrox: I think it's maybe too much, but I'd like other mentors opinion on that
2016-05-16 18:59 <shrox> kstenger: Okay. My concern was the repo. I will have a look at relatorio's repository and upload a test review so that I don't have any confusions after the 23rd. Thanks!
2016-05-16 19:02 <kstenger> shrox: ah, yes, basically your patch should be finally applied for the relatorio repo. So you should work on a copy of it, and upload this review with the right title indicating the repo name in it.
2016-05-16 19:04 <shrox> kstenger: Yup. So I can make another folder in the relatorio repo and work entirely inside it, right? Upload the reviews for the code in that one folder?
2016-05-16 19:04 <kstenger> shrox: no, don't make another directory, just clone the repository and make your changes in it, then upload with hg review
2016-05-16 19:06 <shrox> kstenger: But I think I will be beginning from scratch, in the sense, that I will not be using the existing codebase of relatorio until the towards the end. So the changes that I make will be in a new file that I create.
2016-05-16 19:06 -!- lukio(~lukio@186.19.70.16) has joined #tryton
2016-05-16 19:09 <kstenger> shrox: so create the file in the right directory, use 'hg add <your file>' and then you can upload the review. This way it will be easier for you to start doing tests asap. And we all understand what is actually going on
2016-05-16 19:21 <shrox> kstenger: What would the right directory be? There is only a templates and tests folder. https://hg.tryton.org/relatorio/file/tip/relatorio
2016-05-16 19:22 <kstenger> shrox: 'hg clone http://hg.tryton.org/relatorio' This will create for you a copy of the current development version of relatorio in a directory called relatorio under your current directory
2016-05-16 19:23 <kstenger> shrox: I meant https
2016-05-16 19:24 <kstenger> shrox: 'tip' is just the default name mercurial gives to the latest commit
2016-05-16 19:26 <kstenger> shrox: the name of the changeset you are browsing appears when you use the web browser, it will not appear after you clone
2016-05-16 19:26 <shrox> kstenger: Yes. I mean, let's say I'm creating a file sample.py. So where in the relatorio directory would I make it? Would it be in relatorio/relatorio or relatorio/relatorio/newfolder
2016-05-16 19:29 <kstenger> shrox: inside of your cloned repository, I think it should be in relatorio/templates/ in paralel to opendocument.py and pdf.py
2016-05-16 19:30 <shrox> kstenger: Okay. This was my question. Sorry for the confusion and thanks for the answer :)
2016-05-16 19:30 <kstenger> shrox: no problem, ask whatever you need to
2016-05-16 19:31 -!- nicoe(~nicoe@2a02:a03f:309a:fe00:ee55:f9ff:fe7b:f7ac) has joined #tryton
2016-05-16 19:37 -!- bvillasanti(~bvillasan@190.105.80.94) has joined #tryton
2016-05-16 20:52 -!- nicoe(~nicoe@239.90-247-81.adsl-dyn.isp.belgacom.be) has joined #tryton
2016-05-16 22:09 -!- perilla(~perilla@corp-190-57-169-210-cue.puntonet.ec) has left #tryton
2016-05-16 22:32 -!- apostatize(~visavis@unaffiliated/apostatize) has joined #tryton
2016-05-16 22:43 -!- lukio(~lukio@186.19.70.16) has left #tryton

Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!