IRC logs of #tryton for Monday, 2013-04-01

chat.freenode.net #tryton log beginning Mon Apr 1 00:00:03 CEST 2013
2013-04-01 00:00 <cedk> navis: I don't understand what you are saying for me it makes no sense
2013-04-01 00:01 <navis> cedk: hg nupdate -r 2.6.0 gets me a repo with a 2.6.0 tryton
2013-04-01 00:02 <navis> cedk: hg nupdate -r 2.6.3 tells me that 2.6.3 is unknown
2013-04-01 00:03 <navis> cedk: how do I get what is at http://downloads.tryton.org/2.6/trytond-2.6.3.tar.gz from the repo ?
2013-04-01 00:05 <navis> cedk: I hit a bug in 2.6.0 which is fixed in head, I want to know if it has been backported to 2.6.3
2013-04-01 00:06 <navis> cedk: for that I need to update my repo to 2.6.3
2013-04-01 00:07 <cedk> navis: 2.6.3 is there: http://hg.tryton.org/2.6/trytond/tags
2013-04-01 00:18 <navis> cedk: I see... do I have to clone that other repo or can I get that data from http://hg.tryton.org/trytond/ ?
2013-04-01 00:18 <cedk> navis: as it is shown in the link I gave you, each series has his own repository
2013-04-01 00:19 <navis> cedk: ok thanks, sorry for the questions, I don't know hg very well
2013-04-01 00:40 -!- scrapper(~scrapper@62-47-133-27.adsl.highway.telekom.at) has left #tryton
2013-04-01 01:13 -!- navis(~user@109.134.4.146) has left #tryton
2013-04-01 11:23 -!- _droid(~Thunderbi@77.42.173.35) has left #tryton
2013-04-01 16:54 <digitalsatori> hi cedk, what is you comment on the bug https://bugs.tryton.org/issue3107
2013-04-01 16:55 <cedk> digitalsatori: did not yet look
2013-04-01 16:57 <digitalsatori> ok, do you have integration test server set up?
2013-04-01 16:58 <cedk> digitalsatori: what do you mean?
2013-04-01 17:00 <digitalsatori> I mean if you have an integration server then your code commit to the repository should be tested automaticaly
2013-04-01 17:00 <cedk> digitalsatori: and what ?
2013-04-01 17:01 <cedk> digitalsatori: tests.tryton.org
2013-04-01 17:02 <digitalsatori> and the import error in the party_carddav should be captured
2013-04-01 17:02 <digitalsatori> at least
2013-04-01 17:04 <cedk> digitalsatori: write a test
2013-04-01 20:23 <coeps> Hi folks, whats the rule of having @staticmethod, @classmethod or an instance-method. I haven't found any docu about.
2013-04-01 20:24 <cedk> coeps: see Python doc
2013-04-01 20:24 <flox> @staticmethod are not better than function, usually
2013-04-01 20:25 <flox> @classmethod implements alternative constructor, most of the time (e.g. dict.fromkeys)
2013-04-01 20:28 <coeps> cdek,flox: thanks, I know that stuff from the python point of view. I was wondering whats it means from the Tryton-point of view regarding the "representation" of data.
2013-04-01 21:31 <plantian> coeps: It kind of depends on the situation. Like the tryton version, and then the tryton API( if you are making hook like on_change_* or default_* or register), and then the module's API (for like account module maybe a method is expect to be class or static method so you have to extend it that way).
2013-04-01 21:31 <plantian> ha wow, 1 minute late

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