|
github.com/moarvm/moarvm | IRC logs at irclog.perlgeek.de/moarvm/today Set by moderator on 25 August 2013. |
|||
|
00:18
colomon joined
00:20
jnap joined
01:15
benabik joined
01:16
FROGGS_ joined
01:17
jnap joined
01:24
BenGoldberg joined
01:30
colomon joined
|
|||
| benabik | The "unable to checkout" message is because the URL for the submodule changed and git isn't so good with that sort of thing. | 01:32 | |
| I had to manually change .git/config and .git/modules/3rdparty/dyncall/config to have the MoarVM/dyncall repository. | 01:33 | ||
| There may be some command that will fix it. | 01:35 | ||
| Ahhhh..... | |||
| git submodule sync | |||
| .tell jnthn To fix 3rdparty/dyncall try `git submodule sync && git submodule update` | 01:38 | ||
| yoleaux | benabik: I'll pass your message to jnthn. | ||
| benabik | ^^ Also anyone else who's having problems with 3rdparty/dyncall | ||
| Git's UI around submodules is LTA. Kinda wish git would dogfood submodules with git-gui and the like instead of using subtree merges. | 01:45 | ||
| dalek | arVM: 767d9c5 | jimmy++ | 3rdparty/linenoise: updated linenoise to latest version |
02:14 | |
|
02:19
BenGoldberg joined
|
|||
| dalek | arVM: ee2d975 | jimmy++ | build/Makefile.in: fixed build with mingw32 This happens when in a cmd window, and gmake complains sh |
02:45 | |
|
02:57
colomon joined
06:41
foo_bar_baz joined
|
|||
| dalek | arVM: 7b574d2 | jimmy++ | Configure.pl: updated Configure.pl --help documentation |
06:42 | |
| arVM/warnings: a944a3e | jimmy++ | src/ (3 files): Fix some warnings |
07:09 | ||
|
07:09
FROGGS joined
|
|||
| dalek | arVM/warnings: 8cc1f82 | jimmy++ | src/core/ (3 files): Fix some warnings |
07:14 | |
|
08:16
FROGGS joined
|
|||
| dalek | Heuristic branch merge: pushed 34 commits to MoarVM/stdtypes by gerdr | 08:39 | |
| Heuristic branch merge: pushed 35 commits to MoarVM/tinymt by gerdr | 08:42 | ||
| arVM: bd952f5 | jimmy++ | src/io/ (2 files): code cleanups |
09:26 | ||
|
09:53
grondilu joined
|
|||
| dalek | arVM: c30c351 | jimmy++ | src/io/ (2 files): small optimization |
10:04 | |
|
10:17
colomon joined
|
|||
| dalek | arVM: a57939c | jimmy++ | src/io/ (2 files): change calloc to malloc |
12:22 | |
|
12:55
jnap joined
13:22
donaldh joined
13:46
FROGGS[mobile] joined
14:48
FROGGS joined
|
|||
| dalek | arVM/warnings: 6fcca53 | (Gerhard R)++ | build/setup.pm: Fix cleaning dyncall on MinGW |
15:17 | |
| MoarVM/warnings: bb8e97e | (Gerhard R)++ | / (3 files): | |||
| MoarVM/warnings: Make dyncall build on MinGW more robust | |||
|
15:17
dalek joined
|
|||
| FROGGS | btw, master passes all nqptests on my box and only fails the socket+threads test for the make-test target | 15:37 | |
| BinGOs | master fails to build for me on FreeBSD i386 9.1 | 15:42 | |
| gist.github.com/bingos/6367528 | 15:43 | ||
| FROGGS | BinGOs: github.com/joyent/libuv/commit/997...e6ddd6d8be | 15:46 | |
| BinGOs: can you see that it tries to link against -lkvm ? | |||
| libkvm* | |||
| BinGOs | the mention of lkvm is: | 15:50 | |
| $ grep -r 'lkvm' * | |||
| 3rdparty/libuv/uv.gyp: 'libraries': [ '-lkvm' ], | |||
| FROGGS | do we use that gyp file? | 15:52 | |
| BinGOs shrugs | |||
| I don't know what a gyp file is | |||
| I added -lkvm to LDLIBS in the first Makefile and it has linked okay. | 15:53 | ||
| FROGGS | same here... but I have a gyp_uv executable and no Makefile, so it might be involved | ||
| dalek | arVM: f3a8cc1 | (Gerhard R)++ | build/setup.pm: Add -lkvm on FreeBSD |
16:02 | |
|
16:35
foo_bar_baz joined
|
|||
| diakopter | what's lkvm | 16:41 | |
| BinGOs | diakopter: www.freebsd.org/cgi/man.cgi?query=k...ormat=html | 16:52 | |
| diakopter | jnthn: I need another few days for the serialization.c; is that okay? | 17:01 | |
| jnthn | diakopter: sure | 17:04 | |
| diakopter: I doubt I'll block on it before then :) | |||
|
19:24
not_gerd joined
|
|||
| not_gerd | o/ | 19:25 | |
| benabik | \\o | 19:28 | |
| FROGGS | o\\ | 19:29 | |
| jnthn | o/ | 19:30 | |
| diakopter | o/ | 19:36 | |
| not_gerd | if anyone wonders what's up with the warning branch, I created gcccheck and clangcheck make targets | 19:41 | |
| (that only work with GNU make) | |||
| they run the compilers on high warnings levels and break on errors | |||
| jnthn | +1 to them being different, non-default make targets. | 19:42 | |
| not_gerd | you can add exceptions for specific files to check.todo and exclude warning options permanently in build/check.mk.in | ||
| the idea it to gather the fixes in the warnings branch and periodically merge --squash to master | 19:43 | ||
|
19:53
cognominal joined
|
|||
| dalek | arVM: 15fedd9 | jnthn++ | nqp-cc/t/qast/qast_core.t: Add qast_core.t tests, from nqp-jvm-prep. Include a failing one for next/last control exception in nqp::for, which is what also blocks QAST -> MAST in selfhost. |
20:48 | |
| arVM: 0f0f7ec | jnthn++ | nqp-cc/src/QASTOperationsMAST.nqp: Control exception handlers for nqp::for. |
|||
| diakopter | o_O | 20:54 | |
| jnthn: that last patch doesn't look... | 20:55 | ||
| oh. | |||
| heh. | |||
| jnthn | bbiab, skajp | 21:03 | |
| diakopter | O_O | ||
|
21:05
jnap joined
|
|||
| jnthn | back | 21:13 | |
| tadzik | skajp is how I pronounce skype :) | 21:40 | |
| jnthn | :) | 21:42 | |
| скайп :) | |||
| not_gerd | good night, #moarvm | 21:52 | |
| diakopter | o/ | ||
| not_gerd | .oO( so, not self-hosted NQP when I wake up tomorrow? ) |
21:53 | |
.oO( slackers ;) ) |
|||
|
22:11
FROGGS joined
22:54
cognominal joined
23:25
benabik joined
23:58
jnap joined
|
|||