2009 -- the year of November. <november-wiki.org> <github.com/viklund/november> <irclog.perlgeek.de/november-wiki> <nopaste.snit.ch>
Set by moderator on 10 February 2009.
00:36 ihrd joined 02:26 Tene_ joined
Tene_ Hi! 05:11
zarah ni hao Tene_
Tene_ Okay, basic impl of Web::Tags works. 05:52
ihrd Hi!
zarah ni hao ihrd 05:53
Tene_ gimme a sec to clean it up a bit and I'll show you.
ihrd Glad to see you, Stephen 05:55
Tene_ Yeah, I got a bit busy with life. glad to be contributing something.
gist.github.com/82245 05:57
Was it you or masak that wanted this? 05:58
well, that was asking for it?
ihrd yes, masak asked for ti 06:02
and i can use it with templater as example 06:03
Tene_ rakudo needs some enhancements to generate that stuff automatically.
instead of a bunch of "sub em(&c) ...." it should be like: for <html ol ul li body head etc ...> { ...; define the subs; } 06:04
but this works for now.
ihrd or use AUTOLOAD 06:05
Tene_ eh... I'm not so fond of autoload. 06:06
And it's also NYI in rakudo. :)
ihrd yes
pull Tags on the web.pm repo
Tene_ pull?
push, you mean? 06:07
Uploaded.
ihrd uhu 06:08
Tene_ Yes, uploaded now.
ihrd good 06:09
I think HTML::Tags better name for this module
Tene_ I also need to add implementation of attributes.
I think there should be one 'tags' module, and then several libraries defining different types of tags...
Tags and Tags::HTML, Tags::XUL, Tags::XHTML, etc. 06:10
ihrd mb
Tene_ mb?
ihrd this variant good too
Tene_ I still haven't quite decided, but better to upload first. 06:11
ihrd mb -> maybe
Tene_ Ah.
Hmmm. 06:30
Okay, I can set them in the namespace, but I'm not sure how to make them exported...
I think I know.
I will blog about my work tomorrow 08:23
sleep now
09:06 fireartist joined
fireartist Hi! I'm getting a "Null PMC access in inspect_str()" error - is there known versions of parrot/rakudo that work, or should I provide more details of the error? 09:16
moritz_ fireartist: do you get that in an eval() inside a class or method? 09:18
if yes, then it's known 09:19
fireartist running ./test_wiki.sh 09:20
called from Sub 'parrot;November;Storage;File;read_page_history' pc 1485
btw moritz - thanks for the pointer to proto on the mailing list last night - installed very smoothly :)
moritz_ haven't run november for some time now, but it's a known regression in Rakudo 09:21
fireartist can't find an RT ticket for this, and all rakudo spectests pass OK - so I'll open an RT ticket for this 10:02
10:04 masak joined
fireartist hmm, html-template git log: "removed dep on Text::Escape" 10:20
now getting a "Could not find non-existent sub escape" error
masak :/
fireartist: I'll look
I was pretty sure that module was not included anywhere...
fireartist masak: heh, thanks! 10:21
masak fireartist: you're right, it's being used on lines 60 and 63 in lib/HTML/Template.pm 10:22
I'll copy it over from November and commit; be right back.
fireartist changed proto config "Test when building" to "yes" :) 10:24
masak fireartist: unfortunately... :) that one isn't implemented yet...
things are sort of "in flux" right now... 10:25
fireartist ah, ok. this is my first practical flirt with perl6 since pugs was in full swing, so I've a lot of catching up to do 10:26
masak so do we, as you can see. :)
ok, try updating html-template now.
fireartist All tests successful! - thanks 10:28
masak thank _you_.
fireartist i'll try looking at november again once the "eval() in a method" ticket is fixed 10:32
in the meantime, I'll just familiarise myself with the source 10:33
masak if that ticket is not fixed today before the release, I'll have to try and work around it to get November working against Rakudo Oslo. 10:34
10:58 ruoso joined 10:59 ruoso joined
fireartist rt ticket fixed - kudos jnthn! 12:09
"lib/Text/Escape.pm" needs removed from november/Makefile.in - now it's been moved to html-template 12:10
I'll need to get myself a github account so I can create branches 12:12
moritz_ fireartist: do that ;-) 12:13
fireartist all tests now pass, except t/wiki/01-view_page.t - and ./test_wiki.sh outputs xhtml output ok 12:17
now to test with a web server :)
15:03 Tene joined 15:48 sri_kraih joined 17:09 ihrd left