You're hereby invited to Oslo Perl Monger's first hackathon in 2012!
- Topic: Perl 6 Patterns
- Venue: Redpill Linpro's classrooms, Vitaminveien 1A, Oslo, Norway
- When: Friday April 20th to Sunday April 22nd 2012
Oslo Perl Mongers would like to invite to a Moving to Moose double-hackathon near Stavanger, Norway! We're planning four full days of hacking, discussion and fun at the Preikestolen Fjellstue conference hotel. And if the weather allows it, we'll do a 5+5km hike to Preikestolen and back!
The hackathon topic is two-fold: Getting a proper Meta Object Protocol into Perl5 core, and moving CPAN modules to Moose. We're specifically inviting two communities - the #p5-mop and #perlrdf crowds.
With that said, the hackathon is also open for others! We intend on allowing commercial attendees too, and hope the high-bandwith discussions, hacking and networking will function as a great door-opener for anyone who wants to become part of the Perl community.
| --- | |
| - Date: 2012-04-20 - 2012-04-22 | |
| - Location: Redpill Linpro | |
| - DONE: | |
| - Reservering av kurslokale | |
| - Få Damian til å reservere tid | |
| - Bekreftede personer: | |
| - jnthn | |
| - pmichaud | |
| - masak |
| Script started on Sun Jan 5 13:10:51 2014 | |
| ESC]0;nemo@:~^GESC[?1034h[nemo@localhost ~]$ DISPLAY=:0 gdb --args sailfish-qml harbour-org.gpodder.sailf ^Mish | |
| ESC[?1034hGNU gdb (GDB) Mer (7.5.1) | |
| Copyright (C) 2012 Free Software Foundation, Inc. | |
| License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> | |
| This is free software: you are free to change and redistribute it. | |
| There is NO WARRANTY, to the extent permitted by law. Type "show copying" | |
| and "show warranty" for details. | |
| This GDB was configured as "armv7hl-meego-linux-gnueabi". | |
| For bug reporting instructions, please see: |
| use v6; | |
| use JSON::Tiny::Actions; | |
| class META::Lint is JSON::Tiny::Actions { | |
| } |
| $ perl6 --ll-exception t/meta.t | |
| ok 1 - The object is-a '"META::Lint::Grammar"' | |
| 1..1 | |
| ok 1 - META::Lint::Grammar loads | |
| ok 1 - The object is-a '"META::Lint::Actions"' | |
| 1..1 | |
| ok 2 - META::Lint::Actions loads | |
| ok 1 - Linter returns False for broken JSON | |
| ok 2 - Linter returns True for {} | |
| ok 3 - Linter returns True for [] |
| $ zef install IO::Path::ChildSecure | |
| ===> Searching for: IO::Path::ChildSecure | |
| ===> Testing: IO::Path::ChildSecure:ver('1.001005') | |
| # Failed test 'when we die, error message tells us which Rakudo version needed' | |
| # at t/01-operation.t line 116 | |
| # Looks like you failed 1 test of 12 | |
| ===> Testing [FAIL]: IO::Path::ChildSecure:ver('1.001005') | |
| Aborting due to test failure: IO::Path::ChildSecure:ver('1.001005') (use --force-test to override) | |
| in code at /home/sjn/.rakudobrew/moar-nom/install/share/perl6/site/sources/A5C13EF833A22B1E85E78D1CD88BE1B0B0B24DA1 (Zef::Client) line 375 | |
| in method test at /home/sjn/.rakudobrew/moar-nom/install/share/perl6/site/sources/A5C13EF833A22B1E85E78D1CD88BE1B0B0B24DA1 (Zef::Client) line 353 |