|
November -- doing stuff in Perl 6 in the time before Christmas. <november-wiki.org> <github.com/viklund/november> <irclog.perlgeek.de/november-wiki> <nopaste.snit.ch> Set by moderator on 11 December 2008. |
|||
|
13:02
masak joined
13:44
ihrd joined
|
|||
| ihrd | HAI | 13:44 | |
| masak | HAI :) | ||
| zarah | masak: You have new messages. Write '@messages' to read them. | ||
| ihrd | @messages | ||
| zarah | ihrd: You have no new messages. | ||
| masak | @messages | ||
| zarah | masak: 1 d 18 h 56 m 43 s ago, egonw said scienceblogs.com/twominds/2008/12/c...acters.php | ||
| ihrd | masak, I wnat to add test in mediawiki link | 13:45 | |
| masak | ihrd: ok. | ||
| ihrd | but mb it`s should work not as I expect | ||
| masak | ihrd: the ultimate test is MediaWiki itself, of course. | ||
| ihrd | I hope it should trim [[ Main Page]] | 13:46 | |
| masak thinks so | |||
| that's a good test to add. | |||
| ihrd | and [foo.com ] | ||
| masak | yes, most likely | 13:47 | |
| ihrd | ok | ||
| do you do, or think something about Web.pm? | |||
| masak | add them, and either of us will check later what MediaWiki itself does. | ||
| ihrd: yes, but I'm very busy today. | |||
| I will take a look at Web.pm grant application tomorrow. | |||
| masak has a so-called 'home exam' today | 13:48 | ||
| ihrd | okay | ||
| masak | ihrd++ # for making master work again | ||
| ihrd | funy post, thank you for the link | 13:51 | |
| masak | thank egonw :) | ||
| ihrd | ou | 13:53 | |
| who is egonw? | |||
| masak | a work-mate. | ||
| ihrd | ok | 13:57 | |
| masak | @tell egonw :) -- language barriers are fun, and especially common between China and the west, of course -- since Chinese characters are so damn cool. see also www.boingboing.net/2008/10/31/email...-road.html | ||
| ihrd | I add thats test | ||
| zarah | masak's link is also tinyurl.com/64gb4k | ||
| Consider it noted. | |||
| masak | ihrd: gread. | ||
| great* | |||
| ihrd | yeah | 13:58 | |
| and it falls now, so I go to look, mb be I can make it works | |||
| masak | I think you can. :) | ||
| ihrd | minimal do that, so I hope it is simple :) | ||
| ::Minimal I mean | 13:59 | ||
| masak | it's a matter of doing .subst( /^ \\s+/ , '' ) somewhere | ||
| ihrd | mb, but I like to make grammar wiser | 14:00 | |
| masak | that's possible as well. | 14:01 | |
| and maybe even to be preferred, yes. | |||
| ihrd | we have grammar, I think we should evade additional regexs | ||
| masak | true. | 14:02 | |
| but I'm not sure that works with MediaWiki markup. | |||
| the grammar only does tokenizing, nothing more. | |||
| ihrd | hm. this is architect question | 14:03 | |
| masak | maybe. but mostly a "does it work?" question. | ||
| ihrd | for my is natural too use grammar for extract link | 14:04 | |
| ok, I try that now | |||
| masak | well, yes. I'm just saying that the grammar in the MediaWiki parser does something else right now. | ||
| you'll notice that when you dig into the code. | |||
| ihrd | O, now I understand. Not so simple code here in MediaWiki.pm | 14:09 | |
| masak | it's a bit different. | ||
| but it's not extremely complicated either. | |||
| I'm glad I didn't have to emply worse tricks than that to make bold/italics work :) | |||
| ihrd: are you thinking of merging mediawiki-markup into master? | 14:17 | ||
| ihrd | yes | 14:19 | |
| masak | ihrd++ | ||
| ihrd | I look at link test because ::Minimal can parse that | 14:20 | |
| and I want to my pages do not broken after merge | |||
| masak | that is a noble goal. | ||
| ...and one I had been striving towards as well. | |||
| (but I forgot about the link trimming thing) | 14:21 | ||
| ihrd | done | 14:39 | |
| I use grammar | |||
| masak | oki, nice. | ||
| ihrd | It is look much better for my, then substr | ||
| masak | I agree. | 14:40 | |
| ihrd | plz look at my commit if you can | ||
| masak | I look forward to reviewing the commit. | ||
| tomorrow. | |||
| ihrd | ok | ||
| masak | November++ # it just gets better all the time :) | 14:41 | |
| moritz_ | December++ # many cool rakudo features | ||
| masak | aye | ||
| ihrd | yes, Rakudo++ I remove mant rakudo-comments today | ||
| masak | indeed, Rakudo++ | 14:42 | |
| ihrd | s/mant/many | ||
| masak | karma rakudo | ||
| zarah | rakudo has a karma of 0 | ||
| masak | karma Rakudo | ||
| zarah | Rakudo has a karma of 2 | ||
| masak | hm, I thought karma didn't care about case. | ||
| guess it does. | |||
| @ping Tene it would be nice to meet online and talk sometime about the grant application. I'm planning to send it in during the next week or so. | 15:33 | ||
| zarah | Consider it noted. | ||
| Tene | Sure. | 15:34 | |
| zarah | Tene: You have new messages. Write '@messages' to read them. | ||
| Tene | masak: that would be great | 15:35 | |
| masak | goodie. | ||
| Tene: ihrd++ and I have discussed some Web.pm-related things via mail. it'll probably be the three of us sending in the grant application together. | 15:40 | ||
| Tene | Sure. I'm up for whatever. | 15:43 | |
| masak | I'll have more time to put something together in the weekend -- will get back to the both of you then. | ||
| ihrd | masak, are you still here? | 15:52 | |
| masak | sort of. | ||
| ihrd | ok, I will send you email | ||
| masak | :) | ||
| Tene at allalone dot org | 16:10 | ||
| masak | thanks. | ||
| ihrd: I just read your mail. I agree something has to be done. I'll think about it, and write back when I have time. | 16:26 | ||
| there are already three named arguments to the methods in the MediaWiki markup parser, and there might come more in the future. maybe the right way to solve that is to make them attributes instead. | 16:27 | ||
| ihrd | yes :) | 16:39 | |
| now I go to sleep | |||
| bb | |||
|
16:40
ihrd left
|
|||
| masak | karma ihrd | 16:47 | |
| zarah | ihrd has a karma of 7 | ||
| masak | ihrd++ | ||
| moritz_ | karma zarah | 16:48 | |
| zarah | zarah has a karma of 50 | ||
| masak | and deservedly so. | ||
| you're a smart girl, zarah. | |||
| zarah | masak: Never mind the compliment! Take your hand off my knee! | ||
| masak | erm. | ||
| moritz_ | how ungrateful. | 16:49 | |
| masak | I've never really understood bots. | ||
| it's like they're a different species or something. | 16:50 | ||
| moritz_ | they are. | ||
| masak | oh. that explains a lot. | ||
| zarah: you're the different one! | 17:32 | ||
| zarah | masak: no, YOU are the different one! | ||
| masak | see? | 17:33 | |
| Tene is a bot. | 17:55 | ||
| masak | I knew it! | 17:56 | |
|
20:19
masak joined
|
|||