Skip to content

Instantly share code, notes, and snippets.

View supernovus's full-sized avatar

Timothy Totten supernovus

View GitHub Profile
@supernovus
supernovus / 0001-Added-x-to-pack.patch
Created October 1, 2012 16:56
Added a minimal 'x' to pack() in Rakudo
From ca22aec9d4133ebca75c5504c2c0896e97b92f83 Mon Sep 17 00:00:00 2001
From: Timothy Totten <2010@huri.net>
Date: Mon, 1 Oct 2012 09:50:11 -0700
Subject: [PATCH] Added 'x' to pack.
---
src/core/Buf.pm | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/src/core/Buf.pm b/src/core/Buf.pm
@supernovus
supernovus / output1.txt
Created January 30, 2012 19:27
what is wrong, from my rakudo
$ perl6 what-is-wrong.p6
Here's the doc, in text form, before parsing:
<test><element1 attrib1="hello" attrib2="world"/><element2 attrib1="goodbye" attrib2="universe">with content</element2><element3 what="is it"><foo/></element3></test>
attribs:
attribs: attrib1="hello" attrib2="world"
attribute found
Setting attrib1 to hello
Setting attrib2 to world
attribs:
attribs: