[parrot/parrot] cd367e: Add bytebuffer resize tests for [GH #835]
GitHub
noreply at github.com
Fri Sep 21 20:31:38 UTC 2012
Branch: refs/heads/gh837_concat
Home: https://github.com/parrot/parrot
Commit: cd367ecd1c5ac0c596653ed8279ba6fe0ba3825f
https://github.com/parrot/parrot/commit/cd367ecd1c5ac0c596653ed8279ba6fe0ba3825f
Author: Reini Urban <rurban at cpanel.net>
Date: 2012-09-18 (Tue, 18 Sep 2012)
Changed paths:
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.
Commit: 203ba2a61e6245211898b2dc10c969b2b1f4ac8e
https://github.com/parrot/parrot/commit/203ba2a61e6245211898b2dc10c969b2b1f4ac8e
Author: Reini Urban <rurban at cpanel.net>
Date: 2012-09-21 (Fri, 21 Sep 2012)
Changed paths:
M t/pmc/bytebuffer.t
A t/pmc/bytebuffer2.t
Log Message:
-----------
Merge branch 'rurban/bytebuffer-resize-gh835' into gh837_concat
Commit: def5ca928f5c81c4dfcc1a28df9b75104684e8ca
https://github.com/parrot/parrot/commit/def5ca928f5c81c4dfcc1a28df9b75104684e8ca
Author: Reini Urban <rurban at cpanel.net>
Date: 2012-09-21 (Fri, 21 Sep 2012)
Changed paths:
M src/pmc/bytebuffer.pmc
M t/pmc/bytebuffer2.t
Log Message:
-----------
[GH #837] Fix set ByteBuffer from string
set_string_native() did not reset char* content, only the STRING *source.
Compare: https://github.com/parrot/parrot/compare/2d372169d73d...def5ca928f5c
More information about the parrot-commits
mailing list