This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "pdl".
The branch, master has been updated
via 702a41fceb4ce2b9da5cfbe5ae4d1745b1d1a0f6 (commit)
via 6cca3822691813b9fd19804367646005e25f2724 (commit)
via 36e48bb9a70d4459e0dc316436165fafd862fdb6 (commit)
via 10bff9c62595f97f8371039cc9834d1fc2a16218 (commit)
from 73516ba3d133fab3d820a016a6c7290177c3875d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 702a41fceb4ce2b9da5cfbe5ae4d1745b1d1a0f6
Author: David Mertens <dcmertens.perl@...>
Date: Wed Jul 14 20:25:58 2010 -0500
Added a whole new flexraw set of tests.
These are based on the fastraw tests, and much functionality remains
to be tested, but it's a start. Among other things, it points out a
problem with the mapflex function.
commit 6cca3822691813b9fd19804367646005e25f2724
Author: David Mertens <dcmertens.perl@...>
Date: Wed Jul 14 20:23:23 2010 -0500
Fixed a bug in mapflex code (though others remain).
The mapflex function created a piddle with something that looked like
'$piddle = byte zeroes(1)'
This used to be interpreted as a piddle with contents of zero, but
with the new piddle-from-string functionality, it was tripping an
error. It looks like broken behavior had a default result that the
piddle-from-string functionality has effectively removed. So I
fixed that.
commit 36e48bb9a70d4459e0dc316436165fafd862fdb6
Author: David Mertens <dcmertens.perl@...>
Date: Wed Jul 14 20:22:01 2010 -0500
Fixed doc typo in FlexRaw that said 'use PDL::IO::FastRaw'
commit 10bff9c62595f97f8371039cc9834d1fc2a16218
Author: David Mertens <dcmertens.perl@...>
Date: Wed Jul 14 14:00:59 2010 -0500
Moved the current flexraw tests to a new test name.
The tests for flexraw are very confusing and I was loathing grokking
them. Instead, I just renamed them to something smart so I can make
new tests that are not dependent on a Fotran compiler.
-----------------------------------------------------------------------
Summary of changes:
IO/FlexRaw/FlexRaw.pm | 6 +-
t/flexraw.t | 727 ++++--------------------------------
t/{flexraw.t => flexraw_fortran.t} | 0
3 files changed, 81 insertions(+), 652 deletions(-)
copy t/{flexraw.t => flexraw_fortran.t} (100%)
hooks/post-receive
--
pdl
|