IRC logs of #tryton for Wednesday, 2010-10-06

chat.freenode.net #tryton log beginning Wed Oct 6 00:00:01 CEST 2010
2010-10-06 00:25 -!- yangoon(~mathiasb@p549F7907.dip.t-dialin.net) has joined #tryton
2010-10-06 01:06 -!- pheller(~pheller@pool-173-48-216-195.bstnma.fios.verizon.net) has joined #tryton
2010-10-06 02:14 -!- digitalsatori(~tony@115.192.131.20) has joined #tryton
2010-10-06 04:10 -!- gremly(~gremly@190.26.155.61) has joined #tryton
2010-10-06 05:19 -!- yangoon(~mathiasb@p549F70C4.dip.t-dialin.net) has joined #tryton
2010-10-06 05:42 -!- rednul_(~rednul@host-174-45-250-246.bln-mt.client.bresnan.net) has joined #tryton
2010-10-06 06:54 -!- mfladischer(~fladische@2001:470:1f0b:11df:7c5d:77ff:fe0d:865a) has joined #tryton
2010-10-06 07:16 -!- Timitos(~kp@88.217.184.172) has joined #tryton
2010-10-06 07:18 -!- rednul_(~rednul@host-174-45-250-246.bln-mt.client.bresnan.net) has joined #tryton
2010-10-06 07:37 -!- mfladischer(~fladische@2001:470:1f0b:11df:acac:71ff:fe4d:53eb) has joined #tryton
2010-10-06 07:42 -!- rednul_(~rednul@host-174-45-250-246.bln-mt.client.bresnan.net) has joined #tryton
2010-10-06 07:58 -!- enlightx(~enlightx@static-217-133-61-144.clienti.tiscali.it) has joined #tryton
2010-10-06 08:44 -!- pepeu(~manuel@201.155.193.192) has joined #tryton
2010-10-06 08:51 -!- Red15(~red15@unaffiliated/red15) has joined #tryton
2010-10-06 08:55 -!- eLBati(~elbati@93-33-11-208.ip42.fastwebnet.it) has joined #tryton
2010-10-06 09:29 -!- bechamel(~user@host-85-201-147-56.brutele.be) has joined #tryton
2010-10-06 09:30 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton
2010-10-06 10:38 -!- paepke(~paepke@p4FEB6FE5.dip.t-dialin.net) has joined #tryton
2010-10-06 10:46 -!- vladimir_(~vladimir@213.151.246.136) has joined #tryton
2010-10-06 13:26 -!- eLBati(~elbati@94.161.7.16) has joined #tryton
2010-10-06 14:54 -!- rednul_(~rednul@host-174-45-250-246.bln-mt.client.bresnan.net) has joined #tryton
2010-10-06 15:31 <vladimir_> Hi ! Is it possible use NaN / +Inf / -Inf values in float field ?
2010-10-06 15:40 <udono> vladimir_: I am unsure, but I think it will _not_ work with the SQL-backends and with actually used gtk widget for floats. Maybe you can mimic with function field of type char and convert by yourself...
2010-10-06 15:40 -!- paepke(~paepke@p4FEB16DE.dip0.t-ipconnect.de) has joined #tryton
2010-10-06 15:42 <cedk> vladimir_: what do you try to do?
2010-10-06 15:44 <cedk> vladimir_: and I think float Python doesn't have this representation
2010-10-06 15:45 <udono> ACTION guess decimal module has
2010-10-06 15:45 <cedk> udono: yes
2010-10-06 15:47 <cedk> udono: but I'm not sure the client can edit it
2010-10-06 15:48 <vladimir_> python is ok : float('inf') > 0.0 is valid
2010-10-06 15:48 -!- bechamel(~user@host-85-201-147-56.brutele.be) has joined #tryton
2010-10-06 15:49 <vladimir_> postgres also support 'NaN'. One problem seems to be gtk input widget
2010-10-06 15:50 <vladimir_> cedk: exactly. When I change value in database to 'NaN'. In tree view it is ok, but not in form.
2010-10-06 15:58 <vladimir_> My motivation is store some processing data from machines sensors into database. They use coding: NULL as value not present; NaN as sensor error; +-Inf as sensor overload.
2010-10-06 16:00 <cedk> vladimir_: you can patch to widget clieant to allow this entries
2010-10-06 16:04 -!- pheller(~pheller@c1fw235.constantcontact.com) has joined #tryton
2010-10-06 16:05 -!- pheller(~pheller@c1fw235.constantcontact.com) has left #tryton
2010-10-06 16:05 <cedk> vladimir_: http://hg.tryton.org/tryton/file/213c64e9b07d/tryton/gui/window/view_form/view/form_gtk/float.py#l35
2010-10-06 16:06 -!- pheller(~pheller@c1fw235.constantcontact.com) has joined #tryton
2010-10-06 16:06 <cedk> vladimir_: and http://hg.tryton.org/tryton/file/213c64e9b07d/tryton/common/cellrendererfloat.py#l14
2010-10-06 16:10 <vladimir_> cedk: I will try, thanks for support.
2010-10-06 16:20 <pheller> cedk: hi. I don't have access to my dev machine during the day, but I can submit my patches as attachments on bugs.tryton.org after work today. I also might have found a solution for the crash of the mac Tryton client when quitting from the dock icon.
2010-10-06 16:22 -!- gremly(~gremly@200.106.202.91) has joined #tryton
2010-10-06 16:22 <pheller> cedk: will you have a codereview for the one2one in the client today? I will test it, when you have it....
2010-10-06 16:26 <pheller> cedk: also, I noticed last night while doing some testing -- it takes a *long* time to load country.xml -- like ~ 5 minutes. Does this seem long to you?
2010-10-06 16:27 <cedk> pheller: ok for the patch on bugs.tryton.org
2010-10-06 16:28 <cedk> pheller: I think I will not include the one2one in these release
2010-10-06 16:28 <cedk> pheller: it is too much changes and too closed to the release
2010-10-06 16:28 <cedk> pheller: to load country.xml, it is possible if you don't have a fast machine
2010-10-06 16:29 <pheller> cedk: too bad, maybe in trunk just after the 1.8 release is made?
2010-10-06 16:29 <cedk> pheller: yes surely
2010-10-06 16:29 <pheller> cedk: re: country.xml -- this is running on a dual-dual core 2.66 Xeon w/ 8GB RAM....
2010-10-06 16:30 <pheller> but the load happens in just one thread anyways, I presume.
2010-10-06 16:30 <cedk> pheller: yes
2010-10-06 16:30 <cedk> pheller: need to check if there is no extra SQL queries there
2010-10-06 16:31 <pheller> cedk: hmmh, yeah, I think there must be. it's not *that* important. People using tryton as an ERP can wait a few minutes at time of install. It's more important for Neso, I think.
2010-10-06 16:33 <pheller> cedk: so you will have a chance to look at my other 2 code reviews today? (control sensitivity, server thread / daemon refactor).... I don't want to export the patch until I see an "ok" on the code review....
2010-10-06 17:13 <cedk> pheller: I will try to check thread/daemon patch tonight
2010-10-06 17:15 <pheller> cedk: ok, thanks
2010-10-06 18:13 -!- plantian(~ian@c-69-181-194-95.hsd1.ca.comcast.net) has joined #tryton
2010-10-06 18:47 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton
2010-10-06 19:06 -!- paepke(~paepke@p4FEB16DE.dip0.t-ipconnect.de) has left #tryton
2010-10-06 19:06 -!- enlightx(~enlightx@dynamic-adsl-94-34-193-98.clienti.tiscali.it) has joined #tryton
2010-10-06 20:55 -!- Gerald_E(~quassel@ip-240-3.pel.cz) has joined #tryton
2010-10-06 23:47 -!- pheller(~pheller@pool-173-48-216-195.bstnma.fios.verizon.net) has joined #tryton
2010-10-06 23:48 <pheller> cedk: macos client patch uploaded to bugs.tryton.org...
2010-10-06 23:48 <pheller> cedk: I will look at testing pysandbox for you now...
2010-10-06 23:58 <pheller> cedk: oops, left out a file from the commit for issue1624. I just submitted an addendum patch for it. Sorry.

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