irc.libera.chat #tryton log beginning Tue Jan 24 12:10:01 AM CET 2023 | ||
-!- cedk(~ced@gentoo/developer/cedk) has joined #tryton | 00:53 | |
-!- ChanServ changed mode/#tryton -> +o cedk | 00:53 | |
-!- tbruyere(~Thunderbi@mail.saluc.com) has joined #tryton | 06:16 | |
-!- springwurm(~springwur@5.104.149.54) has joined #tryton | 06:18 | |
-!- k4(~k@193.119.57.33) has joined #tryton | 06:37 | |
-!- tbruyere1(~Thunderbi@mail.saluc.com) has joined #tryton | 07:08 | |
-!- acaubet(~Thunderbi@194.224.31.235) has joined #tryton | 07:10 | |
-!- acaubet1(~Thunderbi@194.224.31.235) has joined #tryton | 07:11 | |
-!- mrichez(~Maxime@mail.saluc.com) has joined #tryton | 07:23 | |
-!- rpit(~rpit@p200300c88f3ecb0015d0f7b88c543ca5.dip0.t-ipconnect.de) has joined #tryton | 07:52 | |
-!- tbruyere1(~Thunderbi@mail.saluc.com) has joined #tryton | 07:57 | |
-!- xt0ph(~xt0ph@82-64-116-172.subs.proxad.net) has joined #tryton | 08:25 | |
xt0ph | Hi, is thers a way to show a @property field in unittest ? | 08:27 |
---|---|---|
-!- cedk(~ced@gentoo/developer/cedk) has joined #tryton | 09:00 | |
-!- ChanServ changed mode/#tryton -> +o cedk | 09:00 | |
-!- nicoe(~nicoe@2a02:578:852a:c00:18c2:1aff:fef9:2b7f) has joined #tryton | 09:07 | |
-!- htgoebel(~hartmut@p200300d5df227300502d1db96051d448.dip0.t-ipconnect.de) has joined #tryton | 09:37 | |
-!- htgoebel(~hartmut@p200300d5df227300502d1db96051d448.dip0.t-ipconnect.de) has left #tryton | 09:37 | |
cedk | htgoebel: WTF you closed all my merge request | 09:38 |
cedk | should we remove developer access to people breaking other works? | 09:41 |
-!- htgoebel(~hartmut@p200300d5df227300502d1db96051d448.dip0.t-ipconnect.de) has joined #tryton | 10:08 | |
pokoli | htgoebel: WTF you closed all my merge request | 10:09 |
htgoebel | cedk: sorry for thism this was not intentes | 10:09 |
htgoebel | cedk: I just pushed my repo, where I did not touch these parts | 10:10 |
cedk | htgoebel: you did | 10:10 |
htgoebel | cedg: I just pulled with -u, added my topic and puched. | 10:12 |
cedk | htgoebel: no you pruned all those other topics | 10:12 |
htgoebel | cedk: I followed the workflow as descioted on heptapod. It did not mention anything about primimg | 10:14 |
htgoebel | cedk: even the topic tutorial does not — checked just a view weels ago | 10:15 |
htgoebel | cedk: I was wondering about pruning already, but the topic tutorial does not mention it | 10:16 |
cedk | pruned using prune by Hartmut Goebel <h.goebel@crazy-compilers.com> (Sun Jan 08 16:06:18 2023 +0100) | 10:16 |
htgoebel | cedk: What is this? Do you want to show I'm guildy? Either accept my appolices or let it be. | 10:19 |
cedk | htgoebel: it is the obslog | 10:20 |
htgoebel | cedk: You'd rather improve the tutorial and FAQ to avoid this is happening again. | 10:21 |
cedk | htgoebel: patch is welcome | 10:21 |
cedk | I have difficulties to accept your appologies as you seem to say that you did nothing wrong | 10:22 |
htgoebel | cedk: I did the best to my knowledge — and given that I'm not a newbie this is quite a lot | 10:24 |
htgoebel | cedk: Maybe I tried the effect of prunig on my own repo. But why can this effect the central one? I never told mercuial to prune anything there. | 10:28 |
cedk | htgoebel: you did by pushing | 10:30 |
htgoebel | cedk: IC. hg seem to be dangeroud | 10:32 |
htgoebel | no punn intended | 10:32 |
pokoli | htgoebel: did you rebase you changes on top of default branch? | 10:33 |
htgoebel | cedk: Anyhow, how can I solve this? Will pull -u restore the pruned changesets? | 10:33 |
cedk | htgoebel: I already did | 10:34 |
htgoebel | pokoli: I created the new topic from scratch just before pushing. Imorted it from the original git clone | 10:36 |
pokoli | htgoebel: but you should create the topic from latest default branch or from and old clone? | 10:38 |
htgoebel | cedk: So when I do pull -u, this will avoid another push to remove them again — I just want to be sure about this | 10:38 |
cedk | htgoebel: yes if you do not run prune again | 10:38 |
htgoebel | pokoli: As I did pull -i just before, I expect this to be from latest default | 10:39 |
htgoebel | cedk: Glad to here. | 10:40 |
pokoli | htgoebel: before pushing it will be great if you check what to push using hg out | 10:40 |
pokoli | you should just see a single commit there | 10:40 |
cedk | htgoebel: any way, you should always check with `hg out` | 10:40 |
cedk | also always better to push with `--rev .` | 10:40 |
cedk | https://octobus.net/blog/2020-11-26-modern-mercurial.html | 10:41 |
htgoebel | I did not know this command, Thx, will keep it in mind | 10:41 |
htgoebel | pokoli: re the mr: I'll follow your advice, will histedit when pushing the next chages | 10:56 |
-!- nicoe(~nicoe@2a02:2788:54:1ff:18c2:1aff:fef9:2b7f) has joined #tryton | 11:06 | |
cedk | do not think histedit should be used in standard workflow | 11:07 |
htgoebel | cedk: Simply tell me how you want this. | 11:23 |
htgoebel | When I was maintaining pyinstaller, I preferred to have changes in several commits in the merge-request. | 11:23 |
htgoebel | depending on the kind of MR squashed them to a single one when merging — depending on the kind of MR of course, like a new module. | 11:23 |
cedk | usually MR are just simple changes so they must be a unique commit | 12:06 |
cedk | also mercurial/heptapod is better than git/github because commit edition can still be reviewed | 12:06 |
cedk | so there is no point to make a lot of commits during the review, amend is preferred | 12:07 |
mrichez | hi, got this error AttributeError: 'tzfile' object has no attribute 'key' when going to Administration->Scheduler->Actions -> When first time opening an action | 12:51 |
mrichez | problem is when we use the fallback import instead of zoneinfo : from dateutil.tz import gettz as ZoneInfo | 12:55 |
mrichez | i'll open an issue | 12:58 |
pokoli | yangoon: where should I report an issue with the debian tryton packages? | 12:59 |
-!- springwurm(~springwur@5.104.149.54) has joined #tryton | 13:06 | |
-!- tbruyere1(~Thunderbi@mail.saluc.com) has joined #tryton | 13:12 | |
-!- acaubet1(~Thunderbi@194.224.31.235) has joined #tryton | 13:14 | |
-!- nicoe(~nicoe@2a02:2788:54:1ff:18c2:1aff:fef9:2b7f) has joined #tryton | 13:15 | |
-!- cedk_(~ced@host-82-212-131-123.dynamic.voo.be) has joined #tryton | 13:17 | |
cedk_ | mrichez: when putting link in the bug tracker, use permalink | 14:01 |
mrichez | ced: ok | 14:01 |
mrichez | cedk: how ? | 14:05 |
cedk_ | mrichez: there is a permalink button on source code navigator | 14:06 |
mrichez | cedk: found :-) | 14:07 |
-!- nicoe(~nicoe@2a02:2788:54:1ff:18c2:1aff:fef9:2b7f) has joined #tryton | 14:16 | |
-!- xt0ph(~xt0ph@82-64-116-172.subs.proxad.net) has joined #tryton | 14:16 | |
pokoli | htgoebel: standard workflow should be amend, histedit can be used to fix multiple commits that's why I suggested it on the MR but not as standard workflow | 14:44 |
-!- htgoebel(~hartmut@p200300d5df227300502d1db96051d448.dip0.t-ipconnect.de) has left #tryton | 17:06 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!