irc.libera.chat #tryton log beginning Mon Dec 19 12:00:01 AM CET 2022 | ||
-!- cedk(~ced@gentoo/developer/cedk) has joined #tryton | 00:11 | |
-!- ChanServ changed mode/#tryton -> +o cedk | 00:11 | |
-!- tbruyere(~Thunderbi@mail.saluc.com) has joined #tryton | 06:05 | |
-!- springwurm(~springwur@5.104.149.54) has joined #tryton | 06:12 | |
-!- mrichez(~Maxime@2a02:a03f:c2e8:f900:db7c:11fb:1fc6:3112) has joined #tryton | 06:20 | |
-!- tbruyere1(~Thunderbi@82.187-182-91.adsl-dyn.isp.belgacom.be) has joined #tryton | 06:36 | |
-!- tbruyere1(~Thunderbi@mail.saluc.com) has joined #tryton | 06:51 | |
-!- cedk(~ced@gentoo/developer/cedk) has joined #tryton | 08:04 | |
-!- ChanServ changed mode/#tryton -> +o cedk | 08:04 | |
-!- acaubet(~Thunderbi@194.224.31.235) has joined #tryton | 08:28 | |
-!- nicoe(~nicoe@2a02:578:852a:c00:18c2:1aff:fef9:2b7f) has joined #tryton | 09:04 | |
pokoli | cedk: I see several people requesting develop access to the tryton project. AFAIK we should grant to everyone that wants to contribute right? | 10:08 |
---|---|---|
cedk | pokoli: yes but I want to wait a little bit more before starting | 10:10 |
pokoli | cedk: ok, I just accepted mrichez | 10:10 |
pokoli | my plan is to start migrating issues to get familiar with the proces | 10:11 |
mrichez | pokoli: thanks but i could wait ... | 10:11 |
pokoli | I'm just looking at the issues and it looks very nice. It seems the migration went perfectly | 10:11 |
mrichez | cedk: linked issues were not copied ? | 10:13 |
mrichez | cedk: if i remember, this issue https://foss.heptapod.net/tryton/tryton/-/issues/11888 was depending on one of yours... (https://foss.heptapod.net/tryton/tryton/-/issues/11838) ? | 10:14 |
cedk | mrichez: there is no such concept and now you can make topic on top of other topic | 10:17 |
mrichez | cedk: ok i add manually linked issue | 10:19 |
pokoli | I'm not able to see the contents of a file under heptapod: https://foss.heptapod.net/tryton/tryton/-/blob/branch/default/trytond/trytond/model/modelsql.py | 10:23 |
pokoli | I will use the hg.tryton.org link for now | 10:23 |
cedk | pokoli: it works for me | 10:28 |
mrichez | pokoli: ? code is displayed | 10:28 |
pokoli | cedk: ok, it works now | 10:28 |
cedk | using hg.tryton.org will be deprecated very fast | 10:29 |
-!- htgoebel(~hartmut@p200300d5df13c100600a4a9ebbed8c6e.dip0.t-ipconnect.de) has joined #tryton | 10:30 | |
pokoli | ok, so I edited the link. It is very easy now :D | 10:30 |
pokoli | cedk: While creating an Issue I missed the bug option, but AFAIK if it is not a feature request it should be a bug. Right? | 10:32 |
pokoli | Is the github mirror still working? There is a new empty repository: https://github.com/tryton/tryton | 10:33 |
mrichez | cedk: is it normal i could edit pokoli's issue description ? | 10:34 |
pokoli | mrichez: yes, you can edit anything. So if you make a typo I can fix it for you | 10:34 |
mrichez | pokoli: ok :-) | 10:34 |
pokoli | of course you can also fix my typos :P | 10:35 |
cedk | pokoli: not yet | 10:37 |
cedk | as developer you have the right to modify issues (to be use with care) | 10:41 |
cedk | we are still waiting for the personal topic development which will remove the requirement for contributor to be developer | 10:41 |
cedk | that's also a reason I do not want to give too fast too much developer access | 10:42 |
mrichez | ok | 10:42 |
cedk | pokoli: for me the current type labels are enough to cover all our cases | 10:43 |
pokoli | cedk: do we have any ETA for personal topic? | 10:45 |
cedk | pokoli: not yet | 10:46 |
cedk | pokoli: also about accepting developer, we must verify people are who they say they are | 10:52 |
cedk | pokoli: we have the list of the corresponding heptapod created user and former roundup user | 10:52 |
-!- acaubet(~Thunderbi@194.224.31.235) has joined #tryton | 11:24 | |
-!- rmu(~robert@cm179-68.liwest.at) has joined #tryton | 12:14 | |
-!- springwurm(~springwur@5.104.149.54) has joined #tryton | 13:04 | |
pokoli | cedk: how you plan to manage backports on heptapod? I see no backport label | 13:17 |
cedk | pokoli: I plan just to manage backport topics for each branch and merge them from time to time | 13:28 |
pokoli | cedk: just in a topic or with an never ending merge request? Not sure if users will ask them for backports | 13:32 |
cedk | pokoli: I do not understand | 13:33 |
pokoli | cedk: in the new workflow, how can I see what is pending to backport? There will be a merge request or just the topic branch? | 13:34 |
pokoli | ACTION does not now how a topic branch is shown on heptapod | 13:34 |
pokoli | ACTION just created a merge request | 13:40 |
pokoli | I can confirm its easier than before :D just commit and push! | 13:41 |
cedk | pokoli: a topic with maybe a MR | 13:41 |
pokoli | I see all topics are shown on: https://foss.heptapod.net/tryton/tryton/-/branches but probably it will be a huge list there | 13:42 |
pokoli | it is possible to have a log without topic branches? | 13:51 |
pokoli | I'm doing: hg log -b default but I see all topic branches there which I will like to hide | 13:51 |
mrichez | hi, is it a bug to have a key in a groupby which is not a class method ? https://foss.heptapod.net/tryton/tryton/-/blob/branch/default/modules/stock/move.py#L685 | 15:04 |
pokoli | mrichez: no, afaiu self will contain each record of the iteration so the grouping will be right. | 15:16 |
pokoli | if you use a classmethod you need to add an additional move parameter which will be each current record. So it is just more complex | 15:16 |
mrichez | pokoli: but why calling cls._cost_price_key instead of self._cost_price_key ? | 15:18 |
mrichez | pokoli: for me, there's something not logical... | 15:19 |
mrichez | pokoli: calling a class method but not defined as a classmethod | 15:19 |
-!- cedk(~ced@gentoo/developer/cedk) has joined #tryton | 15:21 | |
-!- ChanServ changed mode/#tryton -> +o cedk | 15:21 | |
pokoli | mrichez: in python cls._cost_price_key (where cls is a class) and self._cost_price_key (where self is the class instance) is exactly the same method | 15:21 |
pokoli | I may understand your issue as it may be a little bit tricky for other languages but everything works on python | 15:22 |
pokoli | mrichez: https://stackoverflow.com/questions/17134653/difference-between-class-and-instance-methods | 15:23 |
mrichez | pokoli: thanks for explanations :-) | 15:41 |
-!- nicoe(~nicoe@2a02:578:852a:c00:18c2:1aff:fef9:2b7f) has joined #tryton | 19:05 | |
-!- nicoe(~nicoe@2a02:578:852a:c00:18c2:1aff:fef9:2b7f) has joined #tryton | 20:41 | |
-!- cedk(~ced@gentoo/developer/cedk) has joined #tryton | 22:57 | |
-!- ChanServ changed mode/#tryton -> +o cedk | 22:57 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!