|
github.com/moarvm/moarvm | IRC logs at irclog.perlgeek.de/moarvm/today Set by moderator on 31 May 2013. |
|||
|
00:35
BrowserUk joined
00:36
BrowserUk left
01:01
woosley joined
01:15
woosley left,
woosley joined
02:36
FROGGS joined
03:37
woosley joined
04:17
labster joined
05:20
birdwindupbird joined
06:07
lizmat joined
07:18
Guest1337 joined
08:00
Guest1337 joined
08:42
Guest1337 joined
10:55
Guest1337 joined
12:48
Ulti joined
|
|||
| Ulti | ohai | 12:48 | |
| moritz | it's Ulti! | 12:49 | |
|
13:03
lizmat joined
|
|||
| Ulti | I wanted moar perl6 scrolling text | 13:20 | |
|
13:25
cognominal joined
13:54
colomon joined
13:58
cognominal joined
|
|||
| nwc10 | jnthn: are you testing MoarVM on 32 or 64 bit Windows? | 14:16 | |
| jnthn | 64 on desktop, I think my laptop here is 32 | 14:17 | |
| nwc10 | OK. does t/qast/qast_arguments.t fail on your laptop? | ||
| jnthn | Notably 'cus I remember fixing 32-bit bugs before... | ||
| um, currently rebuilding loads of stuff...will tell you in a moment :) | |||
| nwc10 | OK. | ||
| I would expect tests 10 and 12 to fail | |||
| as they fail on 32 bit linux | |||
| also, not sure if it's helpful, but if anyone is keep to help and doesn't know what to do, run MoarVM under valgrind and plug the malloc leaks | 14:18 | ||
|
14:19
JimmyZ joined
|
|||
| jnthn | yes, that'd be good :) | 14:19 | |
| JimmyZ | C:\\Parrot\\bin\\nqp.exe nqp-moar-cc.nqp --setting=NULL --target=mbc --output=nqp-mo.moarvm nqp-src\\nqp-mo.pm | 14:20 | |
| No registered operation handler for 'setstaticlex' | |||
| I got this | |||
| jnthn | Then the nqp you build with is too old | ||
| JimmyZ | I git pull last nqp master | 14:21 | |
| yes, It tell me my nqp is too old, but I don't know where is the newer | 14:22 | ||
|
14:23
colomon joined
|
|||
| JimmyZ | Am I missing something? | 14:26 | |
| [Coke] | where is the nqp you pulled? | ||
| JimmyZ | perl6/nqp | 14:27 | |
| [Coke]: Did you see my message to you? | |||
| [Coke] | I ended up having to pull a fresh nqp into moarVM/nqp-cc/nqp , and then run (in nqp-cc) perl Configure.pl --gen-nqp --gen-parrot | ||
| Yes, thanks. | 14:28 | ||
| JimmyZ | well, I just git pull nqp and make install to parrot/bin | 14:29 | |
| [Coke] | ok. I never bothered to get moarvm working with the globally installed nqp, just the locally (to nqp-cc) installed nqp. | 14:30 | |
| also moarvm requires a branch. | |||
| (of nqp. not master) | |||
| nwc10 | not quite NQP enough for the job... | ||
| [Coke] | ETOOMANYPERLS | ||
| JimmyZ still deos not know why his nqp is old | 14:36 | ||
| [Coke] | JimmyZ: wrong branch | 14:47 | |
| if you have a pre-built version off master, it's not going to work | 14:48 | ||
| I would recommend going with --gen-nqp --gen-parrot for now, esp. since moarvm will eventually not need them. | |||
| JimmyZ | [Coke]: thanks, I think I should switch to rak-jvm-support. | 15:05 | |
| [Coke] | aye. if you do the -gen steps, it will handle that for you automatically, and not interfere with any other things using your installed latest-master version. | 15:07 | |
|
15:21
bronco_creek joined
15:24
colomon joined
|
|||
| JimmyZ | yay, got it build eventually, thanks [Coke] | 15:34 | |
|
15:40
lizmat joined
|
|||
| colomon | [Coke]++ | 15:40 | |
|
15:45
labster joined
15:49
mj41 joined
15:57
FROGGS joined
15:58
JimmyZ joined
|
|||
| JimmyZ | >nqp t\\moar\\math.t | 15:59 | |
| Malformed UTF-8 string | |||
| current instr.: 'slurp' pc 657 (src\\stage2\\gen\\NQPCORE.setting.pir:302) (src\\stage2\\NQPCORE.setting:647) | |||
| run any test I get 'Malformed UTF-8 string' | |||
|
16:34
labster joined
16:37
tgt joined
|
|||
| jnthn | nwc10: Only 12 fails here | 16:39 | |
| nwc10 | odd, and a bit surprising | 16:42 | |
| but it might be that the 562949953421337 I get is because of something else with a value 2 being nearby | |||
| and gcc makes it nearby, but MSVC doesn't | |||
| jnthn | *nod* | 16:44 | |
|
16:52
labster joined
|
|||
| jnthn | Will take a look into it later todya | 17:00 | |
| *today | |||
| timotimo | is there any plans to make moarvm embeddable in custom programs? | 17:05 | |
| jnthn | That's some way down my list. | 17:06 | |
| If it happens soon, it'll be because somebody else decides they really want it :) | |||
| timotimo | just wanted to make sure it's in the back of people's minds, because that would be a nice thing to have | 17:07 | |
|
17:42
tomyan joined
|
|||
| timotimo | ty | 18:04 | |
| (typed that into an assumed-dead ssh session) | |||
| btw: repeating questions is something that's very, very helpful to livestream viewers | 18:07 | ||
| (i managed to get the dvr thing going on windows) | |||
|
18:09
tomyan joined
18:50
colomon joined,
FROGGS joined
18:52
Guest1337 joined
18:55
lizmat joined
18:58
cognominal joined
19:05
labster joined
19:12
nevernotlurk joined
19:16
rurban joined
|
|||
| jnthn | nwc10: 32-bit qast_arguments.t issue you noticed should now be fixed; dalek didn't report the commit for some reason. | 19:32 | |
| um, 'cus I pushed to the wrong place... | 19:34 | ||
| nwc10 | there's a private repository? | 19:35 | |
| and has been since 2012/04/07? | 19:36 | ||
| jnthn | right | 19:38 | |
| dalek | arVM: 73625d1 | jonathan++ | src/core/args.c: Fix thinkos in flatten_args. Showed up on 32-bit platforms as corruption/data loss. Reported by nwc10++. |
19:39 | |
| moritz | that's where they develop EvenMoarVM | ||
| jnthn | There we go. | ||
| nwc10 | works on x86 | 19:40 | |
| well, that test works | 19:41 | ||
| jnthn | \\o/ | ||
| Any more fails in 32-bit? | |||
| nwc10 | there will be a delay because I just did git clean -dxf | ||
| and i'm trying a clean build | |||
| jnthn | k | ||
| nwc10 | that was the only one, IIRC | ||
| works on ARM | 19:46 | ||
| FROGGS | nwc10: what? moarvm works on arm? | ||
| nwc10 | why does everyone seem to be surprised by this | 19:48 | |
| I'd expect it to work on all 11 or so architectures that Debian build on | |||
| jnthn | I'd hope so | ||
| nwc10 | on the assmuption that APR already works there | ||
|
19:48
tomyan joined
|
|||
| nwc10 | (annoyingly APR doesn't seem to do VMS) | 19:48 | |
| FROGGS | nwc10: I was surprised, yes | 19:49 | |
| cant tell why | |||
|
19:52
Guest1337 joined
19:56
FROGGS joined
|
|||
| jnthn is about to watch a MoarVM talk :) | 19:56 | ||
| FROGGS | :o) | 19:57 | |
| masak | ++diakopter! | 19:59 | |
|
20:07
donaldh joined
|
|||
| nwc10 | jnthn: All tests successful. | 20:12 | |
| jnthn | \\o/ | ||
| nwc10 | (in green, but I think that Freenode won't let me do that) | ||
| masak | it's the thought that counts. | 20:14 | |
| masak .oO( colorless greed ideas IRC furiously ) | |||
| green*, g'ah | |||
|
20:17
leont joined
20:36
chipdude joined
20:38
sorear joined
20:45
prammer joined
|
|||
| eternaleye | nwc10: Freenode does permit color, the ircbots in other channels use that. | 20:46 | |
|
20:47
rurban joined
|
|||
| eternaleye | err, commitbots | 20:47 | |
| TimToady | colorless green threads sleep independently | ||
| or nefariously | |||
| sorear | +c is either strip color or strip CTCPs | 20:49 | |
|
20:56
Guest133_ joined
|
|||
| eternaleye | Mm, it may well be color. The channel I see it used in doesn't have that flag. | 21:03 | |
| Maybe ask the freenode folks? | |||
| (#exherbo's commitbot uses it, as does #paludis') | 21:04 | ||
|
21:11
colomon joined
|
|||
| timotimo | i think you want +C | 21:12 | |
|
21:13
lizmat joined
21:16
FROGGS joined
21:18
lizmat joined
|
|||
| eternaleye | timotimo: Well, the channels I see it used in are 'Lns' and 'nst' | 21:26 | |
| (rather, their modes are) | |||
| timotimo | oh, hm | ||
|
21:32
Guest1337 joined
22:04
colomon joined
22:05
tomyan joined
22:06
lizmat joined
22:13
rurban joined
22:21
Guest1337 joined
22:24
lizmat joined
23:32
colomon joined
23:49
FROGGS joined
|
|||