[parrot/parrot] 1572cb: [embed] add some missing embed methods GH #829
GitHub
noreply at github.com
Tue Nov 25 10:10:30 UTC 2014
Branch: refs/heads/smoke-me/embed-gh829
Home: https://github.com/parrot/parrot
Commit: 1572cb8d19496a8cc04feaeb20247e45c6382d44
https://github.com/parrot/parrot/commit/1572cb8d19496a8cc04feaeb20247e45c6382d44
Author: Reini Urban <rurban at cpanel.net>
Date: 2014-11-24 (Mon, 24 Nov 2014)
Changed paths:
M include/parrot/extend.h
M src/extend.c
M t/src/embed.t
M t/src/extend.t
Log Message:
-----------
[embed] add some missing embed methods GH #829
fails with an encoding assertion in str_new_init
change extend.t: 15 extend-style compile_string + call
remove imcc/api.h from embed api test
Commit: 01f539379c6f3a9e725917c743eeb5dcbc7c78a0
https://github.com/parrot/parrot/commit/01f539379c6f3a9e725917c743eeb5dcbc7c78a0
Author: Reini Urban <rurban at cpanel.net>
Date: 2014-11-25 (Tue, 25 Nov 2014)
Changed paths:
M lib/Parrot/Test.pm
M src/extend.c
M src/interp/api.c
M t/src/extend.t
Log Message:
-----------
[embed] more extend tuning, fix compile_string
use dynamic STRINGs, not constant, and not char*.
Also honor TEST_VERBOSE=2 in c_output_is
Compare: https://github.com/parrot/parrot/compare/1572cb8d1949^...01f539379c6f
More information about the parrot-commits
mailing list