IRC logs of #tryton for Friday, 2010-08-06

chat.freenode.net #tryton log beginning Fri Aug 6 00:00:02 CEST 2010
2010-08-06 00:44 <pheller> cedk: if a function has many references to context['...'], is it ok to do something like context=Transaction().context for this function?
2010-08-06 00:55 -!- pheller(~pheller@c1fw226.constantcontact.com) has left #tryton
2010-08-06 01:12 -!- FWiesing_(~FWiesing@85-126-100-130.work.xdsl-line.inode.at) has joined #tryton
2010-08-06 02:14 -!- udono(~udono@dynamic-unidsl-85-197-20-75.westend.de) has joined #tryton
2010-08-06 03:12 -!- digitalsatori(~tony@116.233.249.147) has joined #tryton
2010-08-06 03:30 -!- pepeu(~manuel@201.155.193.192) has joined #tryton
2010-08-06 03:43 -!- digitalsatori(~tony@116.233.249.147) has joined #tryton
2010-08-06 04:12 -!- woakas(~woakas@pcsp163-59.supercabletv.net.co) has joined #tryton
2010-08-06 05:59 -!- gremly(~gremly@201.244.193.238) has joined #tryton
2010-08-06 06:43 -!- mr_amit(~amit@117.254.28.238) has joined #tryton
2010-08-06 07:59 -!- Timitos(~timitos@88.217.184.172) has joined #tryton
2010-08-06 08:39 -!- enlightx(~enlightx@cust.static.109-164-209-199.swisscomdata.ch) has joined #tryton
2010-08-06 08:44 -!- hoRn(~chatzilla@dslb-094-223-197-029.pools.arcor-ip.net) has joined #tryton
2010-08-06 08:51 -!- eLBati(~elbati@94.160.12.194) has joined #tryton
2010-08-06 09:01 -!- mr_amit(~amit@117.254.25.139) has joined #tryton
2010-08-06 09:03 -!- tekknokrat(~lila@dslb-188-102-055-145.pools.arcor-ip.net) has joined #tryton
2010-08-06 09:05 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton
2010-08-06 09:56 -!- paepke(~paepke@p5B32DA75.dip.t-dialin.net) has joined #tryton
2010-08-06 12:56 -!- enlightx(~enlightx@cust.static.109-164-209-199.swisscomdata.ch) has joined #tryton
2010-08-06 13:39 -!- udono(~udono@dynamic-unidsl-85-197-24-16.westend.de) has joined #tryton
2010-08-06 13:43 -!- essich(~essich@p4FCF8F03.dip0.t-ipconnect.de) has joined #tryton
2010-08-06 14:40 -!- paepke(~paepke@p4FEB041A.dip0.t-ipconnect.de) has joined #tryton
2010-08-06 14:54 -!- digitalsatori(~tony@116.233.249.147) has joined #tryton
2010-08-06 15:02 -!- pepeu(~manuel@201.155.193.192) has joined #tryton
2010-08-06 15:23 -!- woakas(~woakas@pcsp163-59.supercabletv.net.co) has joined #tryton
2010-08-06 15:36 -!- pheller(~pheller@c1fw226.constantcontact.com) has joined #tryton
2010-08-06 15:36 <pheller> cedk: you here?
2010-08-06 16:12 <cedk> pheller: yes
2010-08-06 16:56 -!- pheller(~pheller@pool-173-48-216-195.bstnma.fios.verizon.net) has joined #tryton
2010-08-06 17:04 -!- plantian(~ian@c-69-181-194-95.hsd1.ca.comcast.net) has joined #tryton
2010-08-06 18:28 -!- enlightx(~enlightx@217.202.110.179) has joined #tryton
2010-08-06 18:33 -!- zodman(~Miranda@67.223.236.231) has joined #tryton
2010-08-06 18:48 -!- gremly(~gremly@201.244.192.11) has joined #tryton
2010-08-06 18:59 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton
2010-08-06 19:10 -!- pheller(~pheller@31.sub-75-237-68.myvzw.com) has joined #tryton
2010-08-06 19:10 <pheller> cedk: sorry, had to go to the train station .... saw your email, will make the fix shortly
2010-08-06 19:11 <pheller> cedk: one idea re: the read return values. how about we do some API versioning?
2010-08-06 19:12 <pheller> cedk: so a module would call set_api_version('1.8') or similar, and then the ORM method argument lists and return values would conform to that version spec
2010-08-06 19:15 <cedk> pheller: I think trying to keep old API will slowdown the dev
2010-08-06 19:15 <cedk> pheller: the rule is no API in same series
2010-08-06 19:16 <pheller> cedk: maybe, but it would allow for framework changes without needing all 3rd party module developers be synchronized with the framework releases.....
2010-08-06 19:17 <cedk> pheller: don't care they just need to use the right series
2010-08-06 19:19 <pheller> cedk: yes, agreed.... but there could be some companies with an old module that works well -- perhaps they contracted someone to develop.... but, they want to upgrade Tryton for fixes in base modules or something. maybe those fixes come with a new series....
2010-08-06 19:19 <cedk> pheller: series are maintained for at least 2 years
2010-08-06 19:20 <cedk> pheller: otherwise they just have to release their module publicly
2010-08-06 19:20 <cedk> pheller: and if it is good it will be in the main list
2010-08-06 19:21 <pheller> cedk: I don't disagree, I just see API versioning as potentially useful. Here is another good reason: old client working with new server
2010-08-06 19:21 <pheller> brb
2010-08-06 19:21 <cedk> pheller: and if we do what you ask, we must test every API series for every release
2010-08-06 19:34 -!- pheller(~pheller@31.sub-75-237-68.myvzw.com) has joined #tryton
2010-08-06 19:45 <pheller> back.... from the train :-)
2010-08-06 19:55 <cedk> pheller: and if we do what you ask, we must test every API series for every release
2010-08-06 19:56 <pheller> cedk: yes, true.... again, this was only an idea.....
2010-08-06 20:07 -!- cheche(cheche@188.85.213.151) has joined #tryton
2010-08-06 20:08 -!- enlightx(~enlightx@217.202.96.2) has joined #tryton
2010-08-06 20:21 -!- pheller_(~pheller@135.sub-75-194-196.myvzw.com) has joined #tryton
2010-08-06 20:26 -!- digitalsatori(~tony@116.233.249.147) has joined #tryton
2010-08-06 20:38 -!- gremly(~gremly@201.244.192.11) has joined #tryton
2010-08-06 20:48 -!- paepke(~paepke@p4FEB041A.dip0.t-ipconnect.de) has left #tryton
2010-08-06 20:52 -!- mr_amit(~amit@117.254.25.139) has left #tryton
2010-08-06 20:52 -!- tekoholic(~quassel@174-29-136-181.hlrn.qwest.net) has joined #tryton
2010-08-06 21:44 -!- tekoholic(~quassel@63-228-69-151.hlrn.qwest.net) has joined #tryton
2010-08-06 21:48 -!- FWiesing(~FWiesing@85-126-100-130.work.xdsl-line.inode.at) has joined #tryton
2010-08-06 22:06 -!- paepke(~paepke@p4FEB6137.dip.t-dialin.net) has joined #tryton
2010-08-06 22:07 <paepke> does someone know which module are left to migrate?
2010-08-06 22:15 -!- eLBati(~elbati@94.160.107.57) has joined #tryton
2010-08-06 22:17 <pheller> yes, one moment
2010-08-06 22:18 <pheller> all of the stock modules
2010-08-06 22:19 <paepke> pheller, thx
2010-08-06 22:19 <pheller> no problem.
2010-08-06 22:20 <pheller> I might try to do one more in the next hour, but it will not be "stock"; maybe one of the stock extensions.
2010-08-06 22:20 <pheller> stock is a big one
2010-08-06 22:20 <paepke> hmm. maybe to much for the evening (europe 22:30)
2010-08-06 22:24 <pheller> I think *just* stock should take maybe 1 hour.
2010-08-06 23:04 -!- wrst(~quassel@unaffiliated/wrst) has joined #tryton
2010-08-06 23:19 -!- pheller(~pheller@93.sub-75-236-195.myvzw.com) has joined #tryton

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