[parrot/parrot] 8da9b5: Add bytebuffer resize tests for [GH #835]
GitHub
noreply at github.com
Fri Sep 21 20:43:43 UTC 2012
Branch: refs/heads/rurban/bytebuffer-resize-gh835
Home: https://github.com/parrot/parrot
Commit: 8da9b50077506919f3f0046a07da72ff09eb8489
https://github.com/parrot/parrot/commit/8da9b50077506919f3f0046a07da72ff09eb8489
Author: Reini Urban <rurban at cpanel.net>
Date: 2012-09-21 (Fri, 21 Sep 2012)
Changed paths:
M MANIFEST
M t/pmc/bytebuffer.t
A t/pmc/bytebuffer2.t
Log Message:
-----------
Add bytebuffer resize tests for [GH #835]
As it turns out adding the failing test to t/pmc/bytebuffer.t
does not reveil any problem, but if called seperately as main it does.
Add t/pmc/bytebuffer2.t to MANIFEST
Commit: 196f596c10c99bdcb4dbf925f0ce96eebb88f108
https://github.com/parrot/parrot/commit/196f596c10c99bdcb4dbf925f0ce96eebb88f108
Author: Reini Urban <rurban at cpanel.net>
Date: 2012-09-21 (Fri, 21 Sep 2012)
Changed paths:
M ChangeLog
M src/pmc/bytebuffer.pmc
M t/pmc/bytebuffer2.t
Log Message:
-----------
[GH #835] Fix set ByteBuffer from string
set_string_native() did not reset char* content, only the STRING *source.
Compare: https://github.com/parrot/parrot/compare/5eddcaad7b3f...196f596c10c9
More information about the parrot-commits
mailing list