From: Lee C. <lc...@gm...> - 2008-11-18 02:03:14
|
Hello, I've run across a regression starting at rev 8d367ca7 where using a code block within a list item isn't working. * list item with a code block: This is *code* Regards, Lee |
From: Waylan L. <wa...@gm...> - 2008-11-18 04:05:43
|
Thanks Lee. It appears that you just found a test case that is not tested anywhere in the tests. Which might explain why I missed it. I'm working on it. On Mon, Nov 17, 2008 at 9:03 PM, Lee Cantey <lc...@gm...> wrote: > Hello, > > I've run across a regression starting at rev 8d367ca7 where using a > code block within a list item isn't working. > > * list item with a code block: > > This is *code* > > Regards, > Lee > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Python-markdown-discuss mailing list > Pyt...@li... > https://lists.sourceforge.net/lists/listinfo/python-markdown-discuss > -- ---- Waylan Limberg wa...@gm... |
From: Waylan L. <wa...@gm...> - 2008-11-18 18:29:29
|
I pushed the fix for this a little while ago and added a test. We shouldn't be doing that again. Thanks for the report. On Mon, Nov 17, 2008 at 11:05 PM, Waylan Limberg <wa...@gm...> wrote: > Thanks Lee. It appears that you just found a test case that is not > tested anywhere in the tests. Which might explain why I missed it. I'm > working on it. > > On Mon, Nov 17, 2008 at 9:03 PM, Lee Cantey <lc...@gm...> wrote: >> Hello, >> >> I've run across a regression starting at rev 8d367ca7 where using a >> code block within a list item isn't working. >> >> * list item with a code block: >> >> This is *code* >> >> Regards, >> Lee >> >> ------------------------------------------------------------------------- >> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge >> Build the coolest Linux based applications with Moblin SDK & win great prizes >> Grand prize is a trip for two to an Open Source event anywhere in the world >> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >> _______________________________________________ >> Python-markdown-discuss mailing list >> Pyt...@li... >> https://lists.sourceforge.net/lists/listinfo/python-markdown-discuss >> > > > > -- > ---- > Waylan Limberg > wa...@gm... > -- ---- Waylan Limberg wa...@gm... |
From: Waylan L. <wa...@gm...> - 2008-11-18 18:37:46
|
Hmm, apparently I only committed it locally, but didn't push yet. And my ssh connection to my dev box has decided to stop working. Guess I'll have to push when I get home later today. Sorry for the noise. On Tue, Nov 18, 2008 at 1:29 PM, Waylan Limberg <wa...@gm...> wrote: > I pushed the fix for this a little while ago and added a test. We > shouldn't be doing that again. Thanks for the report. > > On Mon, Nov 17, 2008 at 11:05 PM, Waylan Limberg <wa...@gm...> wrote: >> Thanks Lee. It appears that you just found a test case that is not >> tested anywhere in the tests. Which might explain why I missed it. I'm >> working on it. >> >> On Mon, Nov 17, 2008 at 9:03 PM, Lee Cantey <lc...@gm...> wrote: >>> Hello, >>> >>> I've run across a regression starting at rev 8d367ca7 where using a >>> code block within a list item isn't working. >>> >>> * list item with a code block: >>> >>> This is *code* >>> >>> Regards, >>> Lee >>> >>> ------------------------------------------------------------------------- >>> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge >>> Build the coolest Linux based applications with Moblin SDK & win great prizes >>> Grand prize is a trip for two to an Open Source event anywhere in the world >>> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >>> _______________________________________________ >>> Python-markdown-discuss mailing list >>> Pyt...@li... >>> https://lists.sourceforge.net/lists/listinfo/python-markdown-discuss >>> >> >> >> >> -- >> ---- >> Waylan Limberg >> wa...@gm... >> > > > > -- > ---- > Waylan Limberg > wa...@gm... > -- ---- Waylan Limberg wa...@gm... |
From: Lee C. <lc...@gm...> - 2008-11-18 19:24:07
|
Thanks Waylan, I'll give it a go when it shows up. Regards, Lee |
From: Lee C. <lc...@gm...> - 2008-11-19 00:16:45
|
Hello Waylan, On Tue, Nov 18, 2008 at 10:29 AM, Waylan Limberg <wa...@gm...> wrote: > I pushed the fix for this a little while ago and added a test. We > shouldn't be doing that again. Thanks for the report. The fix is working fine here, thanks. I'm also using the toc extension which isn't working after the recent refactorings due to the layout changes. I 'm attaching the patch I'm using here. Thanks, Lee |
From: Lee C. <lc...@gm...> - 2008-11-20 22:56:55
|
I've re-posting this since the TOC extension is broken due to the recent refactorings in the tree. ---------- Forwarded message ---------- On Tue, Nov 18, 2008 at 10:29 AM, Waylan Limberg <wa...@gm...> wrote: > I pushed the fix for this a little while ago and added a test. We > shouldn't be doing that again. Thanks for the report. The fix is working fine here, thanks. I'm also using the toc extension which isn't working after the recent refactorings due to the layout changes. I 'm attaching the patch I'm using here. Thanks, Lee |
From: Waylan L. <wa...@gm...> - 2008-11-20 23:02:25
|
Lee, yeah, I got it before. I just haven't had time to do anything with it. It's been a little busy. However, I'm snowed in tonight, so I have a few free hours unexpectedly. I intend to go through each extension and make sure they are working after I take care of some unrelated, more-pressing (to me) matters. Look for it later tonight. On Thu, Nov 20, 2008 at 5:56 PM, Lee Cantey <lc...@gm...> wrote: > I've re-posting this since the TOC extension is broken due to the > recent refactorings in the tree. > > ---------- Forwarded message ---------- > On Tue, Nov 18, 2008 at 10:29 AM, Waylan Limberg <wa...@gm...> wrote: >> I pushed the fix for this a little while ago and added a test. We >> shouldn't be doing that again. Thanks for the report. > > The fix is working fine here, thanks. I'm also using the toc > extension which isn't working after the recent refactorings due to the > layout changes. I 'm attaching the patch I'm using here. > > Thanks, > Lee > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Python-markdown-discuss mailing list > Pyt...@li... > https://lists.sourceforge.net/lists/listinfo/python-markdown-discuss > > -- ---- Waylan Limberg wa...@gm... |