*** davisagli has quit IRC | 00:09 | |
*** gary_poster has joined #zope3-dev | 00:10 | |
J1m_ | kobold, constantly moving things around driven solely by a desire to minimizing dependencies isn't really a good idea. | 00:11 |
---|---|---|
*** davisagli has joined #zope3-dev | 00:11 | |
J1m_ | We need to think about cohesion, not just coupling. | 00:12 |
kobold | J1m_, you are right, in fact I'm not trying to minimize dependencies | 00:12 |
J1m_ | Maybe zope.container depends on zope.publisher already, but it shouldn't and this change is just more of the same. | 00:12 |
kobold | J1m_: I'm more trying to make the dependency graph sane | 00:12 |
J1m_ | so, I don't think it's sane for zope.container to depend on zope.publisher. | 00:13 |
*** davisagli has quit IRC | 00:13 | |
kobold | J1m_: your are probably right, that's why I wanted to ask on the mailing list | 00:13 |
J1m_ | Or at least we need to think harder about it. | 00:13 |
J1m_ | is the a EuroPython sprint going on now? | 00:13 |
J1m_ | is there a EuroPython sprint going on now? | 00:13 |
kobold | uh? I don't know | 00:14 |
* J1m_ wonders about some of the activity | 00:14 | |
J1m_ | I thought maybe you're sprinting. | 00:14 |
kobold | no, I am not, but I ported one of our applications from zope 3.3 to the pypi eggs | 00:14 |
kobold | and I couldn't run it because I had missing dependencies (the packages that I want to release) | 00:15 |
kobold | or extra dependencies (like the zope.sendmail one, alreadyy fixed in svn) | 00:15 |
*** junkafarian has joined #zope3-dev | 00:15 | |
J1m_ | Yeah, we have a number of applications that we can't get to run with current packages. | 00:16 |
kobold | so I'm trying to contribute end help out to make things cleaner, but I don't want to brake anything, so I prefer to ask and learn from the mailing list | 00:16 |
J1m_ | Thanks! | 00:16 |
mgedmin | the sprints are over | 00:17 |
J1m_ | ah | 00:17 |
kobold | J1m_: anyway, I'm willing to help out with the testing of the eggs as a whole, so if you need help... O:-) | 00:17 |
J1m_ | I'd love some help. | 00:17 |
* kobold read about zope.release & friends on the mailing list... | 00:17 | |
J1m_ | I'm just responding to your note. | 00:17 |
* mgedmin would like a large helping of sanity | 00:17 | |
kobold | J1m_: looking forward to your reply | 00:18 |
* mgedmin is starting to really truly deeply hate zcml | 00:23 | |
mgedmin | this is supposed to be a happy fun vacation project, not an excursion into the swamplands | 00:24 |
J1m_ | mgedmin, check out zc.publication. | 00:25 |
mgedmin | http://pypi.python.org/pypi/zc.publication -> 404 | 00:25 |
J1m_ | It's not finished yet, but I think it will provide a good staring point for traditional zope 3 appls. | 00:25 |
J1m_ | It's not finished. Look in svn. | 00:25 |
J1m_ | mgedmin, have you looked at bobo at all? :) | 00:26 |
mgedmin | just barely | 00:26 |
J1m_ | I'd have finsished zc.publication by now, but got bogged down in the fact that we no longer have passking KGS tests. | 00:27 |
J1m_ | zc.publication is something that I think would be generally useful, but is also needed to make writing bozo tests saner. | 00:28 |
* mgedmin reconsiders trying to get stuff working on python 2.6 | 00:29 | |
kobold | J1m_: do we have a buildbot which runs automated tests on the KGS? | 00:32 |
*** junk|home has quit IRC | 00:32 | |
mgedmin | kobold: we have a couple | 00:32 |
mgedmin | one is under my care (the one that handles 3.4 KGS) | 00:32 |
mgedmin | the tests are run in one large buildout containing all KGS packages (which is constructed by a script from zope.release) and therefore will not check for correct dependency info | 00:33 |
kobold | mgedmin: Jim just wrote that "we no longer have passing KGS tests", but I did not see any "test failing" message to the mailing list, so I wonder... | 00:33 |
mgedmin | my KGS never had passing KGS tests | 00:33 |
mgedmin | there are some ZODB tests that are apparently fragile and sometimes just fail | 00:34 |
*** pelle_ has quit IRC | 00:34 | |
kobold | mgedmin: would you share the configuration of your buildbot? | 00:34 |
mgedmin | otoh I'm sure Jim meant the current bleeding edge KGS rather than the ancient 3.4 KGS | 00:34 |
J1m_ | kobold, I'm not familiar with our buildbot setups. It would be great to get to a point where a kgs trunk passes tests and have a buildbot help keep them passing. | 00:34 |
mgedmin | kobold: here you are: http://zope3.pov.lt/master.cfg | 00:34 |
kobold | J1m_: I think I can work on this, it would be great to have it. | 00:34 |
kobold | mgedmin: thanks, you are my personal hero! | 00:35 |
J1m_ | btw, I would exclide the ZODB tests because: | 00:35 |
J1m_ | - They take a long time to run | 00:35 |
J1m_ | - are run failrly frequently | 00:35 |
* mgedmin blinks | 00:35 | |
J1m_ | - have intermittent test failures (I need to work on those) | 00:35 |
mgedmin | that's obviously a good idea | 00:35 |
mgedmin | all it would take was to edit the .cfg file in zope.release 3.4 branch and add a single line | 00:36 |
J1m_ | yup | 00:36 |
J1m_ | I'm more interested in a kgs trunk than in a tag. :) | 00:36 |
mgedmin | I understand :) | 00:36 |
* benji stands near kobold so he can be J1m_'s hero too. | 00:37 | |
kobold | nice, I'll try to make the buildbot work with a minimal up-to-date KGS and have the tests | 00:37 |
kobold | then we'll see how to enlarge the KGS and/or exclude the ZODB and/or whatever is needed | 00:38 |
*** nathany_call is now known as nathany | 00:38 | |
mgedmin | BTW the ZODB failures I get on my buildbot aren't intermittent, they're very stable and predictable | 00:38 |
mgedmin | I never found time to investigate them :( | 00:38 |
J1m_ | really? | 00:38 |
J1m_ | which ones? | 00:38 |
J1m_ | I suspect they are more intermittent on faster hardware. | 00:39 |
mgedmin | .../ZODB3-3.8.1-py2.4-linux-i686.egg/ZEO/tests/invalidations_while_connecting.test | 00:39 |
mgedmin | might be | 00:39 |
mgedmin | since the test fails on only one of the two build machines | 00:39 |
J1m_ | Hm, I never see that failing, although I don't run the 3.8 tests anymore. | 00:40 |
mgedmin | hey, there was one intermittent failure too recently: testNOK (ZEO.tests.testAuth.PlainTextAuth) | 00:40 |
mgedmin | I assume it was intermittent since nobody ever commits to 3.4 any more, and buildbot still runs every night | 00:40 |
J1m_ | That sounds familiar. I think that's fixed in 3.9. | 00:40 |
*** davisagli has joined #zope3-dev | 00:40 | |
mgedmin | good | 00:41 |
*** dunny has joined #zope3-dev | 00:45 | |
*** danfairs has joined #zope3-dev | 00:45 | |
*** greenman has quit IRC | 00:46 | |
*** sp0cksbeard has joined #zope3-dev | 00:47 | |
*** lucielejard has quit IRC | 00:47 | |
*** benji has quit IRC | 00:53 | |
*** CSWookie_ has left #zope3-dev | 00:58 | |
*** thekorn has quit IRC | 01:00 | |
* mgedmin is now trying to find the magical zcml incantation that enables error logging into the logging framework | 01:00 | |
*** aaronv has quit IRC | 01:03 | |
*** aaronv has joined #zope3-dev | 01:05 | |
*** nathany has quit IRC | 01:06 | |
mgedmin | old data.fs + latest kgs packages == AttributeError: '_LocalAdapterRegistry' object has no attribute '_provided' on every notify() | 01:09 |
mgedmin | bug in BBB code or are ancient data.fs'es explicitly not supported? | 01:10 |
*** pelle_ has joined #zope3-dev | 01:10 | |
mgedmin | it works with the 3.4 kgs | 01:10 |
mgedmin | and I think I ran all the evolution scripts that come in 3.4 | 01:10 |
*** JaRoel|4D has quit IRC | 01:15 | |
* mgedmin has success at last | 01:18 | |
*** romanofski has joined #zope3-dev | 01:21 | |
*** J1m_ has quit IRC | 01:23 | |
*** jamur2 has quit IRC | 01:24 | |
*** greenman has joined #zope3-dev | 01:26 | |
*** sunoano has quit IRC | 01:27 | |
*** aaronv has quit IRC | 01:29 | |
*** romanofski has quit IRC | 01:38 | |
*** tarek has joined #zope3-dev | 01:46 | |
*** mgedmin has quit IRC | 01:49 | |
*** dvschramm is now known as dvschramm|away | 01:49 | |
*** lurkymclurkleton has quit IRC | 01:54 | |
*** tarek has quit IRC | 01:56 | |
*** srichter has quit IRC | 01:56 | |
*** hathawsh has joined #zope3-dev | 01:58 | |
*** romanofski has joined #zope3-dev | 02:12 | |
*** kaeru_ has quit IRC | 02:36 | |
*** kaeru has joined #zope3-dev | 02:44 | |
*** gary_poster has quit IRC | 02:47 | |
*** cshenton has left #zope3-dev | 02:49 | |
*** redir has quit IRC | 02:49 | |
*** cshenton_ has joined #zope3-dev | 02:56 | |
*** srichter has joined #zope3-dev | 03:01 | |
*** ChanServ sets mode: +o srichter | 03:01 | |
*** lurkymclurkleton has joined #zope3-dev | 03:18 | |
*** cbcunc has quit IRC | 03:27 | |
*** hathawsh has quit IRC | 03:34 | |
*** hathawsh has joined #zope3-dev | 03:34 | |
*** dunny has quit IRC | 03:38 | |
*** redir has joined #zope3-dev | 03:48 | |
*** hathawsh has quit IRC | 03:57 | |
*** dunny has joined #zope3-dev | 03:58 | |
*** hathawsh has joined #zope3-dev | 04:00 | |
*** hathawsh has quit IRC | 04:08 | |
*** pcardune has quit IRC | 04:22 | |
*** lurkymclurkleton has quit IRC | 04:32 | |
*** hathawsh has joined #zope3-dev | 04:35 | |
*** junkafarian_ has joined #zope3-dev | 04:54 | |
*** alecm has quit IRC | 05:06 | |
*** junkafarian has quit IRC | 05:06 | |
*** stub has joined #zope3-dev | 05:11 | |
*** junkafarian_ has quit IRC | 05:32 | |
*** junkafarian has joined #zope3-dev | 05:34 | |
*** junkafarian has quit IRC | 05:35 | |
*** junkafarian has joined #zope3-dev | 05:35 | |
*** junkafarian has joined #zope3-dev | 05:36 | |
*** nathany has joined #zope3-dev | 05:39 | |
*** rtctrl has joined #zope3-dev | 05:39 | |
*** hathawsh has quit IRC | 05:40 | |
*** davisagli has quit IRC | 05:42 | |
*** junkafarian_ has joined #zope3-dev | 05:47 | |
*** junkafarian_ has quit IRC | 05:50 | |
*** junkafarian has quit IRC | 05:51 | |
*** nathany has quit IRC | 05:58 | |
*** linmyat has joined #zope3-dev | 05:59 | |
*** rtctrl has quit IRC | 06:23 | |
*** davisagli has joined #zope3-dev | 06:33 | |
*** kursor has joined #zope3-dev | 06:36 | |
*** afd__ has joined #zope3-dev | 06:38 | |
*** Jell-O-Fishi has joined #zope3-dev | 06:45 | |
*** kursor has quit IRC | 06:51 | |
*** kaeru has quit IRC | 06:53 | |
*** allisterb has joined #zope3-dev | 07:02 | |
*** allisterb__ has joined #zope3-dev | 07:09 | |
*** kaeru has joined #zope3-dev | 07:12 | |
*** allisterb_ has quit IRC | 07:19 | |
*** allisterb has quit IRC | 07:26 | |
*** hathawsh has joined #zope3-dev | 07:36 | |
*** JaRoel|4D has joined #zope3-dev | 07:37 | |
*** allisterb_ has joined #zope3-dev | 07:45 | |
*** allisterb__ has quit IRC | 08:03 | |
*** afd__ has quit IRC | 08:04 | |
*** redir has quit IRC | 08:05 | |
*** allisterb_ has quit IRC | 08:07 | |
*** stub has quit IRC | 08:07 | |
*** allisterb has joined #zope3-dev | 08:08 | |
*** baijum has joined #zope3-dev | 08:08 | |
*** thekorn has joined #zope3-dev | 08:22 | |
*** redir has joined #zope3-dev | 08:25 | |
*** JaRoel|4D has quit IRC | 08:28 | |
*** davisagli has quit IRC | 08:33 | |
*** davisagli has joined #zope3-dev | 08:34 | |
*** jukart has joined #zope3-dev | 08:42 | |
*** allisterb_ has joined #zope3-dev | 08:43 | |
*** sweh has joined #zope3-dev | 08:49 | |
*** jukart has quit IRC | 08:51 | |
*** allisterb has quit IRC | 09:00 | |
*** markusleist has quit IRC | 09:01 | |
*** kaeru has quit IRC | 09:03 | |
*** kaeru has joined #zope3-dev | 09:04 | |
*** sunoano has joined #zope3-dev | 09:04 | |
*** sunoano has quit IRC | 09:11 | |
*** __mac__ has joined #zope3-dev | 09:12 | |
*** redir has quit IRC | 09:18 | |
*** Theuni1 has joined #zope3-dev | 09:20 | |
*** jukart has joined #zope3-dev | 09:20 | |
*** greenman has quit IRC | 09:23 | |
*** JaRoel|4D has joined #zope3-dev | 09:25 | |
*** sunoano has joined #zope3-dev | 09:29 | |
*** zagy has joined #zope3-dev | 09:38 | |
*** JaRoel|4D has quit IRC | 09:38 | |
*** JaRoel|4D has joined #zope3-dev | 09:39 | |
*** JaRoel|4D has quit IRC | 09:43 | |
*** stub has joined #zope3-dev | 09:44 | |
*** JaRoel|4D has joined #zope3-dev | 09:48 | |
*** goschtl has joined #zope3-dev | 09:49 | |
*** djinni has quit IRC | 10:13 | |
*** djinni has joined #zope3-dev | 10:13 | |
*** tarek has joined #zope3-dev | 10:17 | |
*** markusleist has joined #zope3-dev | 10:25 | |
*** El_Rolando has joined #zope3-dev | 10:26 | |
*** reinout has joined #zope3-dev | 10:30 | |
*** SpeedyGhost has quit IRC | 10:36 | |
*** afd__ has joined #zope3-dev | 10:36 | |
*** SpeedyGhost has joined #zope3-dev | 10:36 | |
*** sweh has quit IRC | 10:43 | |
*** Aiste has joined #zope3-dev | 10:43 | |
*** danfairs has quit IRC | 10:45 | |
*** sweh has joined #zope3-dev | 10:48 | |
*** allisterb has joined #zope3-dev | 10:57 | |
*** jpcw has joined #zope3-dev | 10:58 | |
*** junkafarian has joined #zope3-dev | 11:06 | |
*** junkafarian is now known as junk|afk | 11:15 | |
*** davisagli has quit IRC | 11:17 | |
*** junk|afk has quit IRC | 11:24 | |
*** lamike has joined #zope3-dev | 11:30 | |
*** lamike has left #zope3-dev | 11:30 | |
*** danfairs has joined #zope3-dev | 11:40 | |
*** romanofski has quit IRC | 12:02 | |
*** ignas has joined #zope3-dev | 12:05 | |
*** mkerrin has joined #zope3-dev | 12:18 | |
*** menesis has joined #zope3-dev | 12:24 | |
*** ktwilight_ has quit IRC | 12:32 | |
*** ktwilight_ has joined #zope3-dev | 12:32 | |
*** iham has joined #zope3-dev | 12:36 | |
*** tarek has quit IRC | 12:59 | |
*** ktwilight_ has quit IRC | 13:11 | |
*** danfairs has quit IRC | 13:11 | |
*** sweh has quit IRC | 13:11 | |
*** srichter has quit IRC | 13:11 | |
*** mcdonc has quit IRC | 13:11 | |
*** sidnei has quit IRC | 13:11 | |
*** allisterb has quit IRC | 13:11 | |
*** zagy has quit IRC | 13:11 | |
*** aclark has quit IRC | 13:11 | |
*** SpeedyGhost has quit IRC | 13:11 | |
*** sunoano has quit IRC | 13:11 | |
*** SteveA has quit IRC | 13:11 | |
*** run|away has quit IRC | 13:11 | |
*** lisppaste6 has quit IRC | 13:11 | |
*** dvschramm|away has quit IRC | 13:11 | |
*** jpcw has quit IRC | 13:11 | |
*** allisterb_ has quit IRC | 13:11 | |
*** hathawsh has quit IRC | 13:11 | |
*** linmyat has quit IRC | 13:11 | |
*** dbfrombrc has quit IRC | 13:11 | |
*** sawdog has quit IRC | 13:11 | |
*** iham has quit IRC | 13:11 | |
*** afd__ has quit IRC | 13:11 | |
*** reinout has quit IRC | 13:11 | |
*** jukart has quit IRC | 13:11 | |
*** BjornT has quit IRC | 13:11 | |
*** fcorrea has quit IRC | 13:11 | |
*** djinni has quit IRC | 13:11 | |
*** Theuni1 has quit IRC | 13:11 | |
*** __mac__ has quit IRC | 13:11 | |
*** skriv has quit IRC | 13:11 | |
*** kobold has quit IRC | 13:11 | |
*** kaeru has quit IRC | 13:11 | |
*** mgedmin has joined #zope3-dev | 13:12 | |
*** jpcw has joined #zope3-dev | 13:12 | |
*** allisterb has joined #zope3-dev | 13:12 | |
*** SpeedyGhost has joined #zope3-dev | 13:12 | |
*** djinni has joined #zope3-dev | 13:12 | |
*** zagy has joined #zope3-dev | 13:12 | |
*** sunoano has joined #zope3-dev | 13:12 | |
*** Theuni1 has joined #zope3-dev | 13:12 | |
*** __mac__ has joined #zope3-dev | 13:12 | |
*** kaeru has joined #zope3-dev | 13:12 | |
*** allisterb_ has joined #zope3-dev | 13:12 | |
*** hathawsh has joined #zope3-dev | 13:12 | |
*** linmyat has joined #zope3-dev | 13:12 | |
*** skriv has joined #zope3-dev | 13:12 | |
*** dvschramm|away has joined #zope3-dev | 13:12 | |
*** lisppaste6 has joined #zope3-dev | 13:12 | |
*** sawdog has joined #zope3-dev | 13:12 | |
*** kobold has joined #zope3-dev | 13:12 | |
*** run|away has joined #zope3-dev | 13:12 | |
*** SteveA has joined #zope3-dev | 13:12 | |
*** aclark has joined #zope3-dev | 13:12 | |
*** dbfrombrc has joined #zope3-dev | 13:12 | |
*** srichter has joined #zope3-dev | 13:13 | |
*** ktwilight_ has joined #zope3-dev | 13:13 | |
*** danfairs has joined #zope3-dev | 13:13 | |
*** sweh has joined #zope3-dev | 13:13 | |
*** sidnei has joined #zope3-dev | 13:13 | |
*** mcdonc has joined #zope3-dev | 13:13 | |
*** irc.freenode.net sets mode: +o srichter | 13:13 | |
*** iham has joined #zope3-dev | 13:13 | |
*** afd__ has joined #zope3-dev | 13:13 | |
*** reinout has joined #zope3-dev | 13:13 | |
*** jukart has joined #zope3-dev | 13:13 | |
*** BjornT has joined #zope3-dev | 13:13 | |
*** fcorrea has joined #zope3-dev | 13:13 | |
*** thekorn has quit IRC | 13:16 | |
*** linmyat has quit IRC | 13:23 | |
*** JaRoel|4D has quit IRC | 13:24 | |
*** ktwilight__ has joined #zope3-dev | 13:28 | |
*** fcorrea has quit IRC | 13:28 | |
*** BjornT has quit IRC | 13:28 | |
*** reinout has quit IRC | 13:28 | |
*** afd__ has quit IRC | 13:28 | |
*** jukart has quit IRC | 13:28 | |
*** iham has quit IRC | 13:28 | |
*** iham has joined #zope3-dev | 13:29 | |
*** afd__ has joined #zope3-dev | 13:29 | |
*** reinout has joined #zope3-dev | 13:29 | |
*** jukart has joined #zope3-dev | 13:29 | |
*** BjornT has joined #zope3-dev | 13:29 | |
*** fcorrea has joined #zope3-dev | 13:29 | |
mgedmin | stormy today | 13:32 |
*** ktwilight_ has quit IRC | 13:43 | |
*** JaRoel|4D has joined #zope3-dev | 13:46 | |
*** allisterb__ has joined #zope3-dev | 13:58 | |
*** lamike has joined #zope3-dev | 14:00 | |
*** lamike has left #zope3-dev | 14:00 | |
*** hathawsh is now known as hath|away | 14:02 | |
*** allisterb has quit IRC | 14:03 | |
*** allisterb_ has quit IRC | 14:03 | |
*** JaRoel|4D has quit IRC | 14:04 | |
*** allisterb has joined #zope3-dev | 14:04 | |
*** hath|away is now known as hathawsh | 14:05 | |
*** aaronv has joined #zope3-dev | 14:06 | |
*** JaRoel|4D has joined #zope3-dev | 14:09 | |
*** tarek has joined #zope3-dev | 14:11 | |
*** tarek has quit IRC | 14:17 | |
*** iham has quit IRC | 14:24 | |
*** hathawsh is now known as hath|away | 14:32 | |
*** aaronv has quit IRC | 14:36 | |
*** junkafarian has joined #zope3-dev | 14:43 | |
*** projekt01 has joined #zope3-dev | 14:47 | |
*** tarek has joined #zope3-dev | 14:48 | |
*** romanofski has joined #zope3-dev | 14:48 | |
*** thekorn has joined #zope3-dev | 15:00 | |
*** iham has joined #zope3-dev | 15:03 | |
*** allisterb__ has quit IRC | 15:05 | |
*** allisterb has quit IRC | 15:10 | |
*** benji has joined #zope3-dev | 15:14 | |
*** tisto has joined #zope3-dev | 15:14 | |
*** Aiste has quit IRC | 15:16 | |
*** tisto_ has joined #zope3-dev | 15:22 | |
*** tisto has quit IRC | 15:24 | |
*** iham has quit IRC | 15:27 | |
*** gary_poster has joined #zope3-dev | 15:31 | |
*** allisterb has joined #zope3-dev | 15:37 | |
*** afd__ has quit IRC | 15:38 | |
*** lamike has joined #zope3-dev | 15:41 | |
*** lamike has left #zope3-dev | 15:41 | |
*** iham has joined #zope3-dev | 15:50 | |
*** yotaff has joined #zope3-dev | 15:50 | |
*** jamur2 has joined #zope3-dev | 16:00 | |
*** tarek has quit IRC | 16:02 | |
*** tarek has joined #zope3-dev | 16:02 | |
*** lurkymclurkleton has joined #zope3-dev | 16:02 | |
*** J1m has joined #zope3-dev | 16:05 | |
*** rtctrl has joined #zope3-dev | 16:08 | |
* VladDrac is fighting with docstring ...matches... | 16:12 | |
VladDrac | I never get them right | 16:12 |
VladDrac | never, ever | 16:12 |
*** markusleist has quit IRC | 16:12 | |
VladDrac | I would guess that <span>openquestion1 changed</span><span>\n (Original question when answered: openquestion1) | 16:13 |
VladDrac | matches ...openquestion1 changed...(Original question when aswered: openquestion1)... | 16:13 |
VladDrac | but it doesn't | 16:13 |
VladDrac | ah.. duh.. typo | 16:14 |
VladDrac | still doesn't do the trick | 16:15 |
VladDrac | time to give up | 16:16 |
VladDrac | god.... | 16:17 |
VladDrac | I can't use "" quotes | 16:17 |
VladDrac | how lame | 16:17 |
VladDrac | or I can.. I don't know anymore | 16:17 |
VladDrac | argh | 16:17 |
*** lurkymclurkleton has quit IRC | 16:20 | |
*** lurkymclurkleton has joined #zope3-dev | 16:24 | |
*** __mac__ has quit IRC | 16:28 | |
*** kursor has joined #zope3-dev | 16:28 | |
*** __mac__ has joined #zope3-dev | 16:35 | |
*** dvschramm|away is now known as dvschramm | 16:40 | |
*** lamike has joined #zope3-dev | 16:41 | |
*** lamike has left #zope3-dev | 16:41 | |
*** hath|away is now known as hathawsh | 16:49 | |
*** multani has joined #zope3-dev | 16:49 | |
*** baijum has quit IRC | 16:52 | |
*** srichter has quit IRC | 16:52 | |
*** srichter has joined #zope3-dev | 16:54 | |
*** ChanServ sets mode: +o srichter | 16:54 | |
*** nathany has joined #zope3-dev | 16:56 | |
*** __mac__ has quit IRC | 16:58 | |
*** hathawsh is now known as hath|away | 16:59 | |
*** iham has quit IRC | 17:05 | |
*** rtctrl has quit IRC | 17:12 | |
*** jpcw has quit IRC | 17:14 | |
*** yvl has quit IRC | 17:14 | |
*** junkafarian_ has joined #zope3-dev | 17:15 | |
*** junkafarian has quit IRC | 17:16 | |
*** sunoano has quit IRC | 17:26 | |
*** sunoano has joined #zope3-dev | 17:28 | |
*** sweh has quit IRC | 17:29 | |
*** tarek has quit IRC | 17:36 | |
*** redir has joined #zope3-dev | 17:36 | |
*** cshenton has joined #zope3-dev | 17:40 | |
multani | hi, i'm trying to plug repoze.who in our zope3 application | 17:44 |
multani | we are using a bunch of zope.* packages I'm not very familiar with, and there's "something" which returns me a 401 error when I'm not authenticated | 17:45 |
*** allisterb_ has joined #zope3-dev | 17:45 | |
multani | i'm looking for some help to localize this "something" | 17:45 |
*** tarek has joined #zope3-dev | 17:46 | |
*** ktwilight_ has joined #zope3-dev | 17:48 | |
*** lamike has joined #zope3-dev | 17:48 | |
*** lamike has left #zope3-dev | 17:48 | |
*** ktwilight__ has quit IRC | 17:48 | |
*** El_Rolando has quit IRC | 17:54 | |
*** romanofski has quit IRC | 17:58 | |
*** redir has quit IRC | 18:00 | |
mcdonc | multani: the something probably depends on the "identifier" who plugin that you're using.. are you using form authentication? | 18:00 |
*** jukart has quit IRC | 18:02 | |
multani | mcdonc, in fact, i'm looking for something below repoze.who | 18:05 |
mcdonc | multani: ok... i didnt know whether you meant the form that was rendered by r.who or not | 18:05 |
mcdonc | multani: have you seen http://svn.repoze.org/repoze.whooze/trunk/ | 18:05 |
*** reinout has quit IRC | 18:06 | |
multani | mcdonc, no, i didn't know that | 18:06 |
*** allisterb has quit IRC | 18:06 | |
ignas | why and how zope testrunner might fail to show a proper diff/ do proper output matching for an exception being thrown if ellipsis is used? | 18:08 |
*** dunny has quit IRC | 18:19 | |
*** alga has joined #zope3-dev | 18:30 | |
mgedmin | ignas: pastebin | 18:30 |
mgedmin | we won't help you, but we'll at least look at it and say "ooh, that's difficult" | 18:30 |
*** jhauser has joined #zope3-dev | 18:32 | |
ignas | mgedmin: http://paste.lisp.org/display/83299 | 18:35 |
benji | ignas: the behavior you're seeing is because doctest special-cases exception handling, it doesn't treat it like regular text in example output | 18:38 |
*** stub has quit IRC | 18:44 | |
*** hazmat has joined #zope3-dev | 18:47 | |
*** ChanServ sets mode: +o hazmat | 18:47 | |
*** hazmat has quit IRC | 18:47 | |
*** alga has quit IRC | 18:52 | |
*** alecm has joined #zope3-dev | 18:54 | |
*** projekt01 has quit IRC | 18:59 | |
*** hazmat has joined #zope3-dev | 19:05 | |
*** ChanServ sets mode: +o hazmat | 19:05 | |
*** hazmat has quit IRC | 19:07 | |
mgedmin | what does OOBTree.__getstate__ return? | 19:07 |
* mgedmin finds the descriptive comment in the C file | 19:09 | |
*** redir has joined #zope3-dev | 19:12 | |
*** __mac__ has joined #zope3-dev | 19:14 | |
*** junkafarian has joined #zope3-dev | 19:22 | |
*** junkafarian_ has quit IRC | 19:24 | |
*** runyaga has joined #zope3-dev | 19:25 | |
*** pelle_ has quit IRC | 19:26 | |
*** ktwilight__ has joined #zope3-dev | 19:28 | |
*** ktwilight_ has quit IRC | 19:28 | |
*** ktwilight__ is now known as ktwilight | 19:30 | |
*** davisagli has joined #zope3-dev | 19:32 | |
*** davisagli has quit IRC | 19:38 | |
*** ktwilight has quit IRC | 19:39 | |
*** cshenton_ has joined #zope3-dev | 19:46 | |
*** cshenton has quit IRC | 19:47 | |
*** yotaff has quit IRC | 19:47 | |
*** hath|away is now known as hathawsh | 19:50 | |
*** afd__ has joined #zope3-dev | 19:54 | |
*** nathany has quit IRC | 19:55 | |
*** ignas has quit IRC | 19:56 | |
*** nathany has joined #zope3-dev | 19:58 | |
*** mkerrin has quit IRC | 19:59 | |
*** pcardune has joined #zope3-dev | 20:00 | |
*** cshenton_ has quit IRC | 20:01 | |
*** davisagli has joined #zope3-dev | 20:02 | |
*** runyaga has quit IRC | 20:06 | |
*** cshenton has joined #zope3-dev | 20:08 | |
*** mgedmin has quit IRC | 20:12 | |
*** SpeedyGhost has quit IRC | 20:14 | |
*** afd_ has joined #zope3-dev | 20:21 | |
*** afd__ has quit IRC | 20:21 | |
*** zagy_ has joined #zope3-dev | 20:23 | |
*** __mac__ has quit IRC | 20:29 | |
*** afd__ has joined #zope3-dev | 20:29 | |
*** afd_ has quit IRC | 20:29 | |
*** tisto_ has quit IRC | 20:35 | |
*** sunew has joined #zope3-dev | 20:38 | |
*** multani0 has joined #zope3-dev | 20:41 | |
*** multani0 has quit IRC | 20:42 | |
*** zagy has quit IRC | 20:42 | |
*** JaRoel|4D has quit IRC | 20:46 | |
*** __mac__ has joined #zope3-dev | 20:51 | |
*** zagy_ has quit IRC | 20:52 | |
*** menesis has quit IRC | 21:00 | |
*** pelle_ has joined #zope3-dev | 21:00 | |
*** lucielejard has joined #zope3-dev | 21:01 | |
*** __mac__ has quit IRC | 21:03 | |
*** redir_ has joined #zope3-dev | 21:04 | |
*** gqlewis has joined #zope3-dev | 21:09 | |
*** redir has quit IRC | 21:12 | |
*** afd_ has joined #zope3-dev | 21:20 | |
*** afd__ has quit IRC | 21:20 | |
*** multani has quit IRC | 21:26 | |
*** runyaga has joined #zope3-dev | 21:30 | |
*** multani has joined #zope3-dev | 21:32 | |
*** hathawsh is now known as hath|away | 21:45 | |
*** hath|away is now known as hathawsh | 21:45 | |
*** hathawsh is now known as hath|away | 21:47 | |
*** kursor has quit IRC | 21:50 | |
*** thekorn_ has joined #zope3-dev | 21:50 | |
*** JaRoel|4D has joined #zope3-dev | 21:54 | |
*** ktwilight has joined #zope3-dev | 21:59 | |
*** tarek_ has joined #zope3-dev | 22:03 | |
*** sunew has quit IRC | 22:07 | |
*** hexsprite has quit IRC | 22:07 | |
*** hexsprite_ has joined #zope3-dev | 22:07 | |
*** tarek has quit IRC | 22:11 | |
*** alecm has quit IRC | 22:12 | |
*** thekorn has quit IRC | 22:17 | |
*** tarek_ has quit IRC | 22:22 | |
*** hath|away is now known as hathawsh | 22:29 | |
*** afd__ has joined #zope3-dev | 22:32 | |
*** afd_ has quit IRC | 22:32 | |
*** thekorn_ is now known as thekorn | 22:45 | |
*** runyaga has quit IRC | 22:50 | |
*** lucielejard has quit IRC | 22:55 | |
*** allisterb__ has joined #zope3-dev | 23:00 | |
*** afd__ has quit IRC | 23:00 | |
*** supton has joined #zope3-dev | 23:01 | |
*** jhauser has quit IRC | 23:11 | |
*** allisterb_ has quit IRC | 23:15 | |
*** ktwilight_ has joined #zope3-dev | 23:26 | |
*** jpcw has joined #zope3-dev | 23:28 | |
*** ktwilight has quit IRC | 23:40 | |
*** Theuni2 has joined #zope3-dev | 23:42 | |
*** runyaga has joined #zope3-dev | 23:44 | |
*** lurkymclurkleton has quit IRC | 23:56 | |
*** Theuni1 has quit IRC | 23:58 | |
*** gqlewis has quit IRC | 23:59 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!