CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sat, 09 Aug 2025 09:38:58 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090213134332
location: https://web.archive.org/web/20090213134332/https://github.com/chrisdolan
server-timing: captures_list;dur=1.278156, exclusion.robots;dur=0.039034, exclusion.robots.policy;dur=0.017514, esindex;dur=0.019209, cdx.remote;dur=223.405503, LoadShardBlock;dur=183.529243, PetaboxLoader3.datanode;dur=46.131633, PetaboxLoader3.resolve;dur=53.942667
x-app-server: wwwb-app216
x-ts: 302
x-tr: 466
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app216; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Sat, 09 Aug 2025 09:38:59 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.6.31
x-archive-orig-date: Fri, 13 Feb 2009 13:43:31 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-x-runtime: 621ms
x-archive-orig-etag: "dce60a90e05f9f17de3af0f1d93c3282"
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-content-length: 43106
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Fri, 13 Feb 2009 13:43:32 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Fri, 13 Feb 2009 13:43:32 GMT", ; rel="memento"; datetime="Fri, 13 Feb 2009 13:43:32 GMT", ; rel="next memento"; datetime="Wed, 15 Apr 2009 01:32:37 GMT", ; rel="last memento"; datetime="Fri, 24 Feb 2023 01:42:50 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 52_8_20090213114720_crawl103-c/52_8_20090213134009_crawl101.arc.gz
server-timing: captures_list;dur=0.627447, exclusion.robots;dur=0.026474, exclusion.robots.policy;dur=0.012251, esindex;dur=0.015108, cdx.remote;dur=25.411444, LoadShardBlock;dur=190.486720, PetaboxLoader3.datanode;dur=149.048798, PetaboxLoader3.resolve;dur=157.272737, load_resource;dur=188.470561
x-app-server: wwwb-app216
x-ts: 200
x-tr: 478
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
chrisdolan's Profile - GitHub
Public Activity
-
a Java compiler targeting Parrot bytecodeCreated Tue Feb 10 20:45:03 -0800 2009
-
Rakudo Perl -- Perl 6 on ParrotForked from rakudo/rakudo Sun Feb 08 08:43:32 -0800 2009
Public Activity
"Home" is at
chrisdolan/perk/wikis/home
HEAD is 6672ae9ae6d6d8b061ea370f7b78da73d9a5f88b
x

-
chrisdolan committed 6672ae9a:
Remove config dir. Maybe we'll recreate it someday...
6672ae9ae6d6d8b061ea370f7b78da73d9a5f88b
Remove config dir. Maybe we'll recreate it someday...
HEAD is 466f2f9c6bdc5dc80e3de544676fd7d3120cb645
x

-
chrisdolan committed 466f2f9c:
port Perk to use Perl 6 for harness and actions
466f2f9c6bdc5dc80e3de544676fd7d3120cb645
port Perk to use Perl 6 for harness and actions
ap has
8
public repos
and 24
followers.
New branch is at chrisdolan/rakudo/tree/match-make-docs
HEAD is fa9fe1c324b53b6cdff05185bdd6d3146c367d18
x

-
Chris Dolan committed fa9fe1c3:
Merge branch 'master' of git://github.com/rakudo/rakudo
-
jnthn committed b2e7ac91:
If we use is also, we need to check the class we're trying to extend already exists.
-
jnthn committed 50a61ae3:
Merge branch 'master' of git@github.com:rakudo/rakudo
-
jnthn committed 43677616:
If optional parameter not supplied, don't do type checks. Resolves RT#61528 and RT#63048.
-
pmichaud committed d44d19c5:
Add parsing of $/ as a param_var (RT #63152).
-
jnthn committed 2e70f2dc:
Improve handling of <-> so any traits explicitly set in the signature are not overridden with rw.
-
jnthn committed bb2cdb7a:
Implement <-> (lambda that makes things rw), which gets S04-statements/for.t passing again.
-
pmichaud committed c66322ec:
Add 'make' function (partial RT #63152, chrisdolan++)
-
jnthn committed 45cf3768:
++ and -- in both their prefix and postfix forms now use infix:<=>, which means they do read-only checking properly. This corrects RT#60380, but does cause some failures in for.t since <-> is not implemented, but accidentally worked before; will fix that in my next commit.
-
jnthn committed 1a2f50c3:
Add S05-grammar/parse_and_parsefile.t to spectests.
-
jnthn committed 8b8095cf:
Avoid an infinite exception handler loop by popping a handler before calling Rakudo's 'die'. Resolves RT#62700.
-
jnthn committed cad04688:
Implement .parsefile method on Grammar.
-
jnthn committed 1b7a3e35:
A few more panics on malformed code from STD.pm. Resolves RT#59828.
-
jnthn committed fba805cd:
Add panic on malformed declaration, as seen in STD.pm (with note on our little difference against STD.pm). Also we accidentally parsed/passed a private method test; add something to mitigate that to keep the spectests clean.
-
jnthn committed 1beabec1:
We need to call .clone() rather than just using Parrot's clone vtable method fairly generally, I expect. This does that in a couple of places, which in turn resolves RT#63002 and gets an integration test passing.
-
jnthn committed 59024e09:
Fix .clone to deref ObjectRefs properly by calling !DEREF, which follows chains. Resolves RT#62828.
-
jnthn committed d668ca98:
Fixes to make sure dispatches on proto-objects work correctly; resolves RT#62894.
-
jnthn committed 7b4118d0:
[config] Configure needs to translate forward slashes in makefile to backwards ones for Win32, as Parrot's Configure did. Otherwise the build silently misses a bunch of important bits!
particle has
0
public repos
and 4
followers.
New branch is at chrisdolan/rakudo/tree/all
rakudo's description:
Rakudo Perl -- Perl 6 on Parrot
perk is at chrisdolan/perk
"Home" is at
chrisdolan/perk/wikis/home
HEAD is 04561b2ec1369b555edcf4a938f4bf7590054c73
x

-
chrisdolan committed 04561b2e:
Move Perk to git; start work on converting actions.pm to Perl 6
04561b2ec1369b555edcf4a938f4bf7590054c73
Move Perk to git; start work on converting actions.pm to Perl 6
New branch is at chrisdolan/perk/tree/master
pmichaud has
0
public repos
and 3
followers.
jrockway has
97
public repos
and 41
followers.
Ovid has
2
public repos
and 17
followers.
acme has
14
public repos
and 35
followers.
« NewerOlder »
This feature is coming soon. Sit tight!