|
Parrot 4.0.0 "Hyperstasis" | parrot.org | Log: irclog.perlgeek.de/parrot | #parrotsketch meeting Tuesday 19:30 UTC Set by moderator on 12 February 2012. |
|||
|
00:35
nopaste joined
00:46
wagle joined
00:48
whiteknight joined
|
|||
| whiteknight | good evening, #parrot | 00:48 | |
|
00:53
PacoAir joined
|
|||
| whiteknight | NotFound++ | 00:55 | |
| That's awesome. I can't wait till that change gets snapshotted into core | 01:00 | ||
|
01:01
TonyC joined
|
|||
| whiteknight | I can't wait to start using it in Rosella, because it will help me cleanup and prettify a lot of code | 01:04 | |
|
01:07
TonyC joined
01:08
nopaste joined
01:32
benabik joined
|
|||
| cotto | ~~ | 03:54 | |
|
05:55
alvis joined
06:01
woosley joined
06:58
alvis joined
|
|||
| alvis | cotto: ping | 07:00 | |
| msg cotto thanks for the update. i've installed drupal, and i'll install the Services Module and the REST server, possibly, today. | 07:06 | ||
| aloha | OK. I'll deliver the message. | ||
| alvis | msg cotto then i'll try to install your parrotbug_service.module and see if i can bang against it. | 07:09 | |
| aloha | OK. I'll deliver the message. | ||
| cotto | ok | 07:57 | |
| I'm not sure if they'll be upgrading to drupal 6 or 7. The code should work fine on either, but I've been testing on 6. | |||
| I asked for 7 if they have the time. It doesn't seem likely, but who knows. | 07:58 | ||
| the parrotbug resource doesn't need any authentication, so don't worry about that. | 07:59 | ||
| once you install Services (+ dependencies), install parrotbug_service, set up an endpoint and enable the parrotbug resource, you should be good to go | 08:00 | ||
| I recommend installing the admin_menu and module_filter modules and uninstalling toolbar and overlay, just for your sanity | 08:02 | ||
| not needed though | |||
|
08:23
mj41 joined
08:31
lucian joined
09:08
woosley left
09:31
lucian joined
09:52
fperrad joined
10:18
jsut joined
10:34
JimmyZ joined
11:20
particle joined
12:06
jsut_ joined
|
|||
| dalek | kudo/sink: 21e7425 | moritz++ | src/Perl6/Sinker.pm: no need to visit children of PAST::Op |
12:31 | |
| kudo/sink: d17935e | moritz++ | src/ (4 files): Only sink if we know about &sink Doesn't quite work it seems. |
|||
| kudo/sink: 48005a5 | moritz++ | src/Perl6/Grammar.pm: fix $*HAS_SINK. jnthn++ |
12:48 | ||
|
13:36
Kulag joined
|
|||
| dalek | kudo/sink: a07582b | moritz++ | src/Perl6/ (2 files): add nosink annotation |
13:39 | |
| kudo/sink: 822bef8 | moritz++ | src/core/control.pm: fix sinko |
13:55 | ||
| kudo/sink: 6ca381c | moritz++ | src/ (2 files): make for-loops lazy, unless in sink context |
14:31 | ||
|
14:35
PacoAir joined
14:43
lateau joined
15:41
alester joined,
contingencyplan joined
15:42
benabik joined
15:43
Psyche^ joined
16:05
dmalcolm joined
|
|||
| benabik | o/ #parrot | 17:13 | |
|
17:27
zby_home joined
|
|||
| cotto | alvis, looks like osuosl will be upgrading us to drupal 7. | 18:00 | |
| later today, if all goes well | 18:01 | ||
| I'm glad Drupal's good about providing a mostly-sane upgrade path. | |||
|
18:19
dmalcolm joined
18:25
schm00ster joined
18:30
Patterner joined,
benabik joined,
contingencyplan joined,
jsut_ joined,
mj41 joined,
TonyC joined,
wagle joined,
davidfetter joined,
bacek joined,
ligne joined,
preflex joined,
jtpalmer joined,
cxreg joined,
cotto joined,
kshannon joined,
allison joined,
atrodo joined,
hernan joined,
arnsholt joined,
Timbus joined,
Util joined,
Tene joined,
Maddingue joined,
janus joined,
knewt joined,
Khisanth joined,
GeJ joined,
athomason joined,
ingy joined
|
|||
| cotto | ~~ | 18:53 | |
| benabik upgrades to Xcode 4.3 | 19:29 | ||
| Apple's changed how they distribute dev tools... I hope this doesn't break anything. | |||
| dalek | kudo/sink: 89633a5 | moritz++ | src/ (4 files): codegen .?sink; () directly instead of calling &sink |
19:30 | |
|
19:33
lucian joined
19:45
dmalcolm joined
19:57
benabik joined
20:32
mj41 joined
|
|||
| dalek | kudo/sink: 54d7ab7 | moritz++ | src/Perl6/ (2 files): codegen improvements, jnthn++. But it seems it is not enough :( |
20:41 | |
| p/bs: dff3130 | jonathan++ | src/NQP/ (2 files): Separate out creation of code objects from addition of methods; not all code objects are methods. |
20:51 | ||
|
21:05
alester joined
|
|||
| dalek | kudo/sink: 0b8b2f1 | moritz++ | src/Perl6/ (3 files): better nosink annotations Though I do not understand why this is necessary. The sinker code should never descend into PAST::Op nodes, so it shouldn't be necessary in Perl6::World |
21:13 | |
|
21:19
perlite joined
|
|||
| dalek | kudo/sink: 7ed62e8 | moritz++ | src/Perl6/Actions.pm: list assignment needs a nosink annotation, otherwise all arrays are empty |
21:30 | |
|
21:37
Khisanth joined
|
|||
| dalek | p/bs: 61ec7dc | jonathan++ | src/how/NQPClassHOW.pm: Prepare NQPClassHOW to handle the multi-method changes. |
21:53 | |
| p/bs: e3b73bb | jonathan++ | src/core/NQPRoutine.pm: Sketch some dispatcher related methods into NQPRoutine. |
|||
| p/bs: b103371 | jonathan++ | src/NQP/Actions.pm: Generate simpler code for attribute lookups in the non-role case. |
|||
| p/bs: 1c216a2 | jonathan++ | src/NQP/World.pm: Start to refactor the multi method handling in NQP::World to not rely on DispatcherSub. Not completely done yet; breaks multi-method tests. However, it's enough to get compilation further with the new serializer. |
|||
| PerlJam | A coworker is taking a computer architecture class this semester and is possibly interested in using parrot for his project. (He's still undecided I think) | 22:08 | |
|
23:49
whiteknight joined
|
|||
| whiteknight | good evening, #parrot | 23:50 | |