|
Parrot 5.3.0 "W00tstock Parrot" | parrot.org/ | Log: irclog.perlgeek.de/parrot | #parrotsketch meeting Tuesday 19:30 UTC Set by moderator on 17 April 2013. |
|||
| dalek | rrot: a99e01d | paultcochrane++ | config/gen/config_h/config_h.in: [configure] Setting the cpytype in config.h This is required later so that the CPU model can be stored. See `src/dynoplibs/sys.ops`. |
00:44 | |
| rrot: ca06ba4 | paultcochrane++ | src/dynoplibs/sys.ops: [dynoplibs] Setting the CPU_TYPE in sys.ops |
|||
| rrot: 0ab577e | paultcochrane++ | config/auto/arch.pm: [configure] Determine the cpu type and fill the appropriate config item This information is needed in order to fill the PARROT_CPU_TYPE #define and is required so that the CPU model (aka type) is specified as per the docs in `src/dynoplibs/sys.ops`. This currently only works on Linux; it *has* been tested, however not on other platforms as yet. |
|||
| rrot: a7ac5b4 | paultcochrane++ | t/dynoplibs/sysinfo.t: [t] Update sysinfo.t now that the CPU_TYPE is known |
|||
| rrot: 606ac8e | dukeleto++ | / (4 files): Merge pull request #962 from paultcochrane/ptc/add_cpu_type Add cpu type (aka cpu model) system information to parrot |
|||
| rrot: 78d0a72 | paultcochrane++ | frontend/parrot_debugger/main.c: [frontend] Add missing newline to parrot_debugger flags error message parrot_debugger doesn't take -x or --xxxx flags. The error message didn't have a newline, and thus the prompt doesn't return properly. This commit fixes this issue. |
00:46 | ||
| rrot: ed99106 | paultcochrane++ | t/run/debugger_options.t: [t/run] Add a test for correct flags error message from parrot_debugger |
|||
| rrot: 58457d1 | paultcochrane++ | MANIFEST: Update MANIFEST after addition of debugger_options.t |
|||
| rrot: 33583d1 | dukeleto++ | / (3 files): Merge pull request #961 from paultcochrane/ptc/debugger_errmsg_fix Add newline to parrot_debugger error message |
|||
|
00:46
kurahaupo joined
00:49
rurban1 joined
|
|||
| dalek | rrot: 19983bc | dukeleto++ | ChangeLog: [doc] Add some beef to the ChangeLog |
00:49 | |
|
00:54
travis-ci joined
|
|||
| travis-ci | [travis-ci] parrot/parrot#851 (master - 606ac8e : Jonathan "Duke" Leto): The build was fixed. | 00:54 | |
| [travis-ci] Change view : github.com/parrot/parrot/compare/9...6ac8e3ac83 | |||
| [travis-ci] Build details : travis-ci.org/parrot/parrot/builds/6504878 | |||
|
00:54
travis-ci left
01:01
travis-ci joined
|
|||
| travis-ci | [travis-ci] parrot/parrot#852 (master - 33583d1 : Jonathan "Duke" Leto): The build was fixed. | 01:01 | |
| [travis-ci] Change view : github.com/parrot/parrot/compare/6...583d18b708 | |||
| [travis-ci] Build details : travis-ci.org/parrot/parrot/builds/6504912 | |||
|
01:01
travis-ci left
01:06
kid51 joined
01:10
travis-ci joined
|
|||
| travis-ci | [travis-ci] parrot/parrot#853 (master - 19983bc : Jonathan "Duke" Leto): The build was fixed. | 01:10 | |
| [travis-ci] Change view : github.com/parrot/parrot/compare/3...983bc6d66e | |||
| [travis-ci] Build details : travis-ci.org/parrot/parrot/builds/6504957 | |||
|
01:10
travis-ci left
01:24
Psyche^ joined
01:49
rurban1 joined
02:52
preflex_ joined
02:53
rurban1 joined
03:54
rurban1 joined
04:28
rurban1 joined
05:03
woosley joined
05:44
kurahaupo joined
05:56
kurahaupo joined
06:21
Mike-PerlRecruiter_ joined
06:33
kurahaupo left
07:38
rurban1 joined
08:42
rurban1 joined
09:00
brrt joined
09:12
denisboyun joined
09:34
brrt left
09:43
rurban1 joined
10:09
woosley left
10:43
rurban1 joined
10:47
kurahaupo joined
11:44
rurban1 joined
12:07
kid51 joined
12:11
PacoAir joined
12:44
rurban1 joined
13:22
kurahaupo joined
13:23
kurahaupo left
13:30
woosley joined
13:36
denisboyun_ joined
13:45
rurban1 joined
14:19
kid51 joined
14:24
particle joined
14:25
rurban1 joined
15:15
xcombelle joined
|
|||
| dalek | p: d3bfdf0 | jonathan++ | README: Initial REAMDE updates. Also needs to provide build instructions for on the JVM. |
15:24 | |
|
15:40
kid51 joined
16:31
denisboyun joined
16:41
xcombelle joined
16:44
denisboyun joined
|
|||
| dalek | kudo/nom: 7cd3302 | moritz++ | src/core/Match.pm: implement Match.lines (RT #117461) |
16:53 | |
|
17:33
denisboyun_ joined
18:18
rurban1 joined
18:21
Mike-PerlRecruiter_ joined
18:30
rurban1 joined
19:04
contingencyplan joined
19:26
kjs joined
19:36
denisboyun joined
20:17
kurahaupo joined
20:30
rurban1 joined
20:52
denisboyun_ joined
|
|||
| dalek | kudo/jvm-support: e108704 | jonathan++ | / (3 files): Factor out Parrot-specific parts of module loader. |
21:03 | |
| kudo/jvm-support: c9d5967 | jonathan++ | / (2 files): Add JVM module loader backend; add to build. |
|||
| kudo/jvm-support: 926c825 | jonathan++ | tools/build/Makefile-JVM.in: Add cleanup targets to JVM makefile. |
|||
|
21:05
kurahaupo joined
21:31
rurban1 joined
21:34
quias joined
|
|||
| dalek | p: 8eb328c | jonathan++ | src/vm/jvm/ModuleLoader.nqp: Add blib to search paths, as on Parrot. |
21:42 | |
| kudo/jvm-support: f8f7e3b | jonathan++ | src/Perl6/ModuleLoader.nqp: Avoid a reliance on Parrot Env semantics. Seems it behaves a little differently to Hash if the key doesn't exist. |
21:44 | ||
| kudo/jvm-support: a7f687c | jonathan++ | src/Perl6/World.nqp: Remove a now-unrequired QAST::VM usage. |
|||
|
21:52
kurahaupo left
22:09
Khisanth joined
23:17
rurban1 joined
23:52
kurahaupo joined
23:53
kurahaupo left
|
|||