Time |
Nick |
Message |
03:16 |
|
kid51_ joined #parrot |
07:08 |
|
Reini joined #parrot |
07:21 |
|
FROGGS joined #parrot |
08:35 |
|
Reini1 joined #parrot |
09:24 |
|
cosimo joined #parrot |
10:34 |
dalek |
parrot/smoke-me/mathl-gh1111: 77cb00e | rurban++ | / (11 files): |
10:34 |
dalek |
parrot/smoke-me/mathl-gh1111: floatval=long double: fix fdiv_i_i neg, add fabsl |
10:34 |
dalek |
parrot/smoke-me/mathl-gh1111: |
10:34 |
dalek |
parrot/smoke-me/mathl-gh1111: also fix ceil_n, floor_n for long double. |
10:34 |
dalek |
parrot/smoke-me/mathl-gh1111: use ceill and floorl only with long double. |
10:34 |
dalek |
parrot/smoke-me/mathl-gh1111: |
10:34 |
dalek |
parrot/smoke-me/mathl-gh1111: fix most long double tests, |
10:34 |
dalek |
parrot/smoke-me/mathl-gh1111: just the embed API is still broken for long double: |
10:34 |
dalek |
parrot/smoke-me/mathl-gh1111: t/src/embed/pmc.t (Wstat: 256 Tests: 9 Failed: 1) |
10:34 |
dalek |
parrot/smoke-me/mathl-gh1111: Failed test: 2 |
10:34 |
dalek |
parrot/smoke-me/mathl-gh1111: t/src/extend_vtable.t (Wstat: 3840 Tests: 134 Failed: 15) |
10:34 |
dalek |
parrot/smoke-me/mathl-gh1111: Failed tests: 7, 22, 46-47, 59, 72, 80-81, 89-90, 96-97 |
10:34 |
dalek |
parrot/smoke-me/mathl-gh1111: 103-104, 128 |
10:34 |
dalek |
parrot/smoke-me/mathl-gh1111: |
10:34 |
dalek |
parrot/smoke-me/mathl-gh1111: Missing: long variants for more float methods, like sin, cos, ... |
10:34 |
dalek |
parrot/smoke-me/mathl-gh1111: Closes GH #1111 |
10:34 |
dalek |
parrot/smoke-me/mathl-gh1111: review: https://github.com/parrot/parrot/commit/77cb00ec15 |
10:48 |
|
travis-ci joined #parrot |
10:48 |
travis-ci |
parrot/parrot#1339 (smoke-me/mathl-gh1111 - 77cb00e : Reini Urban): The build was fixed. |
10:48 |
travis-ci |
Change view : https://github.com/parrot/parrot/compare/d9f153513da6...77cb00ec1583 |
10:48 |
travis-ci |
Build details : http://travis-ci.org/parrot/parrot/builds/41946369 |
10:48 |
|
travis-ci left #parrot |
11:28 |
dalek |
parrot/smoke-me/mathl-gh1111: bb6326b | rurban++ | t/pmc/packfile.t: |
11:28 |
dalek |
parrot/smoke-me/mathl-gh1111: [test] todo packfile re-pack with non-default numbers |
11:28 |
dalek |
parrot/smoke-me/mathl-gh1111: review: https://github.com/parrot/parrot/commit/bb6326b900 |
11:42 |
|
travis-ci joined #parrot |
11:42 |
travis-ci |
parrot/parrot#1340 (smoke-me/mathl-gh1111 - bb6326b : Reini Urban): The build passed. |
11:42 |
travis-ci |
Change view : https://github.com/parrot/parrot/compare/77cb00ec1583...bb6326b900c1 |
11:42 |
travis-ci |
Build details : http://travis-ci.org/parrot/parrot/builds/41950540 |
11:42 |
|
travis-ci left #parrot |
11:58 |
|
kid51 joined #parrot |
12:13 |
dalek |
parrot/rurban/embed-gh829: dc86130 | rurban++ | / (3 files): |
12:13 |
dalek |
parrot/rurban/embed-gh829: [embed] add some missing embed methods GH #829 |
12:13 |
dalek |
parrot/rurban/embed-gh829: |
12:13 |
dalek |
parrot/rurban/embed-gh829: fails with an encoding assertion in str_new_init |
12:13 |
dalek |
parrot/rurban/embed-gh829: review: https://github.com/parrot/parrot/commit/dc86130642 |
12:17 |
dalek |
parrot: d9f1535 | rurban++ | / (11 files): |
12:17 |
dalek |
parrot: auto::mathl: probe and use more long math functions |
12:17 |
dalek |
parrot: |
12:17 |
dalek |
parrot: Renamed auto::labs to auto::mathl |
12:17 |
dalek |
parrot: Use: ceill floorl powl fmodl expl logl in the math ops |
12:17 |
dalek |
parrot: Closes GH #1111 |
12:17 |
dalek |
parrot: review: https://github.com/parrot/parrot/commit/d9f153513d |
12:17 |
dalek |
parrot: 77cb00e | rurban++ | / (11 files): |
12:17 |
dalek |
parrot: floatval=long double: fix fdiv_i_i neg, add fabsl |
12:17 |
dalek |
parrot: |
12:17 |
dalek |
parrot: also fix ceil_n, floor_n for long double. |
12:17 |
dalek |
parrot: use ceill and floorl only with long double. |
12:17 |
dalek |
parrot: |
12:17 |
dalek |
parrot: fix most long double tests, |
12:17 |
dalek |
parrot: just the embed API is still broken for long double: |
12:17 |
dalek |
parrot: t/src/embed/pmc.t (Wstat: 256 Tests: 9 Failed: 1) |
12:17 |
dalek |
parrot: Failed test: 2 |
12:17 |
dalek |
parrot: t/src/extend_vtable.t (Wstat: 3840 Tests: 134 Failed: 15) |
12:17 |
dalek |
parrot: Failed tests: 7, 22, 46-47, 59, 72, 80-81, 89-90, 96-97 |
12:17 |
dalek |
parrot: 103-104, 128 |
12:17 |
dalek |
parrot: |
12:17 |
dalek |
parrot: Missing: long variants for more float methods, like sin, cos, ... |
12:17 |
dalek |
parrot: Closes GH #1111 |
12:17 |
dalek |
parrot: review: https://github.com/parrot/parrot/commit/77cb00ec15 |
12:17 |
dalek |
parrot: bb6326b | rurban++ | t/pmc/packfile.t: |
12:17 |
dalek |
parrot: [test] todo packfile re-pack with non-default numbers |
12:17 |
dalek |
parrot: review: https://github.com/parrot/parrot/commit/bb6326b900 |
12:31 |
|
travis-ci joined #parrot |
12:31 |
travis-ci |
parrot/parrot#1341 (master - bb6326b : Reini Urban): The build passed. |
12:31 |
travis-ci |
Change view : https://github.com/parrot/parrot/compare/09903d637ad6...bb6326b900c1 |
12:31 |
travis-ci |
Build details : http://travis-ci.org/parrot/parrot/builds/41953903 |
12:31 |
|
travis-ci left #parrot |
13:30 |
dalek |
parrot/rurban/embed-gh829: 1572cb8 | rurban++ | / (4 files): |
13:30 |
dalek |
parrot/rurban/embed-gh829: [embed] add some missing embed methods GH #829 |
13:30 |
dalek |
parrot/rurban/embed-gh829: |
13:30 |
dalek |
parrot/rurban/embed-gh829: fails with an encoding assertion in str_new_init |
13:30 |
dalek |
parrot/rurban/embed-gh829: change extend.t: 15 extend-style compile_string + call |
13:30 |
dalek |
parrot/rurban/embed-gh829: remove imcc/api.h from embed api test |
13:30 |
dalek |
parrot/rurban/embed-gh829: review: https://github.com/parrot/parrot/commit/1572cb8d19 |
13:34 |
dalek |
parrot/smoke-me/embed-gh829: 1572cb8 | rurban++ | / (4 files): |
13:34 |
dalek |
parrot/smoke-me/embed-gh829: [embed] add some missing embed methods GH #829 |
13:34 |
dalek |
parrot/smoke-me/embed-gh829: |
13:34 |
dalek |
parrot/smoke-me/embed-gh829: fails with an encoding assertion in str_new_init |
13:34 |
dalek |
parrot/smoke-me/embed-gh829: change extend.t: 15 extend-style compile_string + call |
13:34 |
dalek |
parrot/smoke-me/embed-gh829: remove imcc/api.h from embed api test |
13:34 |
dalek |
parrot/smoke-me/embed-gh829: review: https://github.com/parrot/parrot/commit/1572cb8d19 |
13:49 |
|
travis-ci joined #parrot |
13:49 |
travis-ci |
parrot/parrot#1342 (smoke-me/embed-gh829 - 1572cb8 : Reini Urban): The build passed. |
13:49 |
travis-ci |
Change view : https://github.com/parrot/parrot/commit/1572cb8d1949 |
13:49 |
travis-ci |
Build details : http://travis-ci.org/parrot/parrot/builds/41960028 |
13:49 |
|
travis-ci left #parrot |
13:52 |
|
Reini1 left #parrot |
14:11 |
|
Util joined #parrot |
14:55 |
|
lauleon joined #parrot |
17:01 |
|
pmichaud joined #parrot |
17:54 |
|
TonyC joined #parrot |
18:12 |
|
TonyC joined #parrot |
18:24 |
|
TonyC joined #parrot |
18:38 |
|
FROGGS joined #parrot |
20:01 |
dalek |
parrot/smoke-me/embed-gh829: 26a43da | rurban++ | / (4 files): |
20:01 |
dalek |
parrot/smoke-me/embed-gh829: [embed] more extend tuning, fix compile_string |
20:01 |
dalek |
parrot/smoke-me/embed-gh829: |
20:01 |
dalek |
parrot/smoke-me/embed-gh829: also honor TEST_VERBOSE=2 in c_output_is |
20:01 |
dalek |
parrot/smoke-me/embed-gh829: review: https://github.com/parrot/parrot/commit/26a43da4fe |
20:22 |
|
travis-ci joined #parrot |
20:22 |
travis-ci |
parrot/parrot#1343 (smoke-me/embed-gh829 - 26a43da : Reini Urban): The build passed. |
20:22 |
travis-ci |
Change view : https://github.com/parrot/parrot/compare/1572cb8d1949...26a43da4fe72 |
20:22 |
travis-ci |
Build details : http://travis-ci.org/parrot/parrot/builds/42000813 |
20:22 |
|
travis-ci left #parrot |
21:10 |
|
lauleon joined #parrot |
22:12 |
dalek |
parrot/smoke-me/embed-gh829: 32d665a | rurban++ | src/extend.c: |
22:12 |
dalek |
parrot/smoke-me/embed-gh829: fixup src/extend.c: compile_string STRING*, not char* |
22:12 |
dalek |
parrot/smoke-me/embed-gh829: review: https://github.com/parrot/parrot/commit/32d665a71a |
22:35 |
|
travis-ci joined #parrot |
22:35 |
travis-ci |
parrot/parrot#1344 (smoke-me/embed-gh829 - 32d665a : Reini Urban): The build passed. |
22:35 |
travis-ci |
Change view : https://github.com/parrot/parrot/compare/26a43da4fe72...32d665a71a5e |
22:35 |
travis-ci |
Build details : http://travis-ci.org/parrot/parrot/builds/42015317 |
22:35 |
|
travis-ci left #parrot |
23:05 |
|
Coke joined #parrot |
23:06 |
|
dalek joined #parrot |
23:10 |
|
pmichaud joined #parrot |
23:11 |
|
Util joined #parrot |
23:40 |
|
kid51 joined #parrot |
23:42 |
|
lauleon joined #parrot |