1 2010-09-27T00:07:42  <ThomasWaldmann> ok
   2 2010-09-27T00:10:02  <CIA-36> Ronny Pfannschmidt <Ronny.Pfannschmidt@gmx.de> default * 10047:15e9a09801fe 2.0-dev/MoinMoin/support/flaskext/script.py: update flaskext.script in MoinMoin.support
   3 2010-09-27T00:10:08  <CIA-36> Ronny Pfannschmidt <Ronny.Pfannschmidt@gmx.de> default * 10048:a438f8b9cca9 2.0-dev/moin: moin script: use run(default_command=...) instead of messing with the argv
   4 2010-09-27T00:12:35  <RogerHaase> ThomasWaldmann: I cloned 2.0-dev on Ubuntu 10.04.  If I save the modernized css patch to a file and do hg import filename.patch, it succeeds. If I rollback, revert all files and do hg import http://paste.pocoo.org/raw/267650/ it fails on screen.css.  Both success and failure are repeatable.  Ideas?
   5 2010-09-27T00:13:01  <dreimark> which hg version?
   6 2010-09-27T00:13:21  <dreimark> and what does hg stat tell after rollback
   7 2010-09-27T00:15:20  <RogerHaase> mercurial is at 1.4.3-1
   8 2010-09-27T00:17:13  <RogerHaase> After the failure, the hg stat shows the 4 modified css files. screen.css failed and is not shown.
   9 2010-09-27T00:17:45  <dreimark> makes hg up a difference
  10 2010-09-27T00:19:07  <RogerHaase> repository is current.
  11 2010-09-27T00:19:20  <ronny> ThomasWaldmann: what python versions are considered supported for moin 2.0, should i set up a tox.ini for easy multi-python-version-testing
  12 2010-09-27T00:19:27  <dreimark> rm -r* hg up
  13 2010-09-27T00:19:53  <ronny> hg up -C
  14 2010-09-27T00:19:57  <ronny> hg purge
  15 2010-09-27T00:19:58  <dreimark> :)
  16 2010-09-27T00:20:21  <dreimark> is that in 1.4 (can't remember)
  17 2010-09-27T00:20:52  <ronny> purge is in a extension
  18 2010-09-27T00:20:55  <ronny> hgext.purge
  19 2010-09-27T00:21:12  <ronny> (as its a evil destructive command it needs a opt-in
  20 2010-09-27T00:24:27  <RogerHaase> hg up -C updated the 4 css files.  Not sure I wanted to do that.  I don't want to update my repository in particular, I want to why the patch failed for Thomas.
  21 2010-09-27T00:24:39  <ThomasWaldmann> ronny: 2.6 and 2.7
  22 2010-09-27T00:24:53  <RogerHaase> And why is works from a file.
  23 2010-09-27T00:26:01  <ThomasWaldmann> RogerHaase: interesting
  24 2010-09-27T00:26:05  <ronny> RogerHaase: if ir works from a file but breaks from a url, then it might be a hg bug and needs reporting
  25 2010-09-27T00:26:20  <RogerHaase> hg purge, hgext.purge is not available
  26 2010-09-27T00:27:01  <ThomasWaldmann> RogerHaase: wanna try the new bitbucket mirror? :)
  27 2010-09-27T00:27:11  <ronny> RogerHaase: did you enable it in your hg extension?
  28 2010-09-27T00:27:16  <ThomasWaldmann> (and fork it there?)
  29 2010-09-27T00:28:01  <ronny> RogerHaase: hg never ever just enables extensions, you need to opt-in via a entry in the extensions section of your hgrc
  30 2010-09-27T00:28:52  <RogerHaase> Ronny: No I have not done that.
  31 2010-09-27T00:30:15  <RogerHaase> ThomasWaldmann: Sure I will give bb a try.  I wasn't paying attention to the whole discussion, so I will have to read the log again.
  32 2010-09-27T00:30:58  <ThomasWaldmann> just search for moin-2.0-dev there and fork it from my repos
  33 2010-09-27T00:31:27  <ThomasWaldmann> (you need an account there if you don't have one already)
  34 2010-09-27T00:31:46  <ThomasWaldmann> maybe it works better than via pastebin
  35 2010-09-27T00:32:20  <RogerHaase> ThomasWaldmann: OK, will give it a try later this evening or tomorrow.  Must break for dinner now.
  36 2010-09-27T00:33:59  *** RogerHaase has left #moin-dev
  37 2010-09-27T01:00:26  <CIA-36> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 10049:bf8f0730cd74 2.0-dev/MoinMoin/ (apps/frontend/views.py signalling/__init__.py): item_modified signal and logging handler
  38 2010-09-27T01:00:27  <CIA-36> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 10050:e42bc1b0e5d8 2.0-dev/MoinMoin/signalling/ (__init__.py log.py signals.py): restructure signalling package
  39 2010-09-27T01:03:19  *** grzywacz has quit IRC
  40 2010-09-27T07:17:32  <dreimark> moin
  41 2010-09-27T09:10:42  <ThomasWaldmann> moin
  42 2010-09-27T09:10:58  <ronny> moin
  43 2010-09-27T09:11:26  <ronny> ThomasWaldmann: btw, do you guys have any CI in place?
  44 2010-09-27T09:12:45  <ThomasWaldmann> ci?
  45 2010-09-27T09:13:49  <ronny> continious integration
  46 2010-09-27T09:17:00  <ThomasWaldmann> no, developers run tests locally
  47 2010-09-27T09:17:53  <ronny> ThomasWaldmann: so there is nothing that runs all tests on all supported platforms+python versions for each push?
  48 2010-09-27T09:18:15  <ThomasWaldmann> no
  49 2010-09-27T16:26:19  *** johill has joined #moin-dev
  50 2010-09-27T16:26:52  *** johill has left #moin-dev
  51 2010-09-27T20:41:29  <ThomasWaldmann> rfc -> is MoinMoin.filter.* just some special sort of MoinMoin.converter for * -> text/plain ?
  52 2010-09-27T20:42:07  <ThomasWaldmann> * = each of the formats your see there
  53 2010-09-27T20:44:22  <xorAxAx> yes, sure
  54 2010-09-27T20:46:44  <ThomasWaldmann> ok, then we can integrate it
  55 2010-09-27T20:46:58  <ThomasWaldmann> waldi: ^^
  56 2010-09-27T20:48:00  <ThomasWaldmann> somehow everything ends up being a converter
  57 2010-09-27T21:01:01  <TheSheep> isn't that a definition of a program?
  58 2010-09-27T21:01:07  <TheSheep> get input and produces output
  59 2010-09-27T21:06:42  *** grzywacz has joined #moin-dev
  60 2010-09-27T21:08:34  <ThomasWaldmann> hmm, yeah, must be because of that :)
  61 2010-09-27T21:28:41  *** RogerHaase has joined #moin-dev
  62 2010-09-27T22:33:39  <dreimark> re

MoinMoin: MoinMoinChat/Logs/moin-dev/2010-09-27 (last edited 2010-09-26 22:45:02 by IrcLogImporter)