09:44 masak joined
masak I tried replacing the while/subst with a trans in r_remove in Impatience.pm yesterday, but ran into trouble 09:45
I got a Null PMC Access error for reasons I did not understand
moritz_ open ticket ;) 09:46
masak sure, but I'd like to know more first :)
moritz_ any example that I can ry to reduce? 09:47
masak or was it CGI.pm and the sub unescape? yes, I think it was
moritz_: hold on, I'll recreate it myself and nopaste a patch
moritz_: meanwhile, do you have the latest revision? :) 09:48
does ./test_wiki.sh run on your box?
moritz_ no, I don't
git is weird 09:49
why do I get a merge conflict (on git-pull) after git-clean -f -d ; git-reset --hard? 09:50
masak has no idea
moritz_ tries a clean checkout
masak git is still sufficiently advanced compared to my understanding of it as to be magic
but I do know that viklund suffered a similar problem after a period of inactivity 09:51
and he knows more than I do about git :)
moritz_ I tend to forget to open a branch before I do local changes, and that always gets me into trouble
masak aye 09:52
ok, I've reproduced it
nopasting
moritz_ uhm, Makefile.PL is weird
Parrot checkout location: [~/parrot] ~/src/parrot
Not a directory ~/src/parrot, exiting...
masak :(
moritz_ so it doesn't do ~ expansion also the default value uses a tilde? 09:53
masak seems not
if you find a fix, feel free to send it in
it's embarrassing if such a trivial thing fails... 09:54
moritz_ $parrot_dir = glob $answer;
should fix it
masak fixes 09:55
here you go: nopaste.snit.ch/14276
moritz_ ok, so I don't have to send a patch ;)
masak no 09:56
but you're welcome to test it once I've pushed
moritz_ when I run make
make: HTML/Template.pir: Command not found
make: *** [all] Error 127
masak oops
moritz_ I didn't build perl6, just perl6.pbc 09:57
maybe that's the problem
masak prolly
moritz_ still the same 09:58
masak can you find out which command it tries to execute? 09:59
i.e. the exact path
moritz_ I think it tries to execute HTML/Template.pir? 10:00
the problem is that $(PIRS) isn't listed as dependency of all:, but as a command to make all
masak ah 10:01
well, I'm no expert att makefiles... and I didn't even write that one
seems I can't push from here -- I'm in a public library
I'll push your change as soon as I get the change 10:02
chance*
moritz_: anyway, what make should do at this stage is tell you not to run it. did it do that? 10:04
moritz_ masak: yes
bbl
masak then you should be ready to run ./test_wiki.sh, I think 10:05
no need to run make for that 10:14
masak wonders what "a-a-a" means in Vladivostok 10:17
moritz_ rakudo: say ''.trans(a => 'b') 11:23
p6eval rakudo 31892: No output (you need to produce output to STDOUT)
moritz_ rakudo: say ''.trans(a => 'b'); say "alive"
p6eval rakudo 31892: No output (you need to produce output to STDOUT)
moritz_ wonders if p6eval is borked
aye 11:24
rebuilding parrot
rakudo: say ''.trans(a => 'b'); say "alive" 11:37
p6eval rakudo 31895: OUTPUT[␤alive␤]
Tene Hey, particle needs tests for "is export(:DEFAULT, :my_list)" and such. 18:58
moritz_ Tene: I'm the only other human in here right now ;) 18:59
Tene Bah.
It would help if I looked at /names 19:00
20:17 minunea_konsole joined, minunea_konsole left