Hi Patrick,

I tested it out on two platforms:

* On OS X 10.3.9 (Panther): all tests pass (except the TODO)
Perl version is 5.008001
Inline version is 0.44
Inline::Java version is 0.50_90
J2SDK version is 1.4.2_09, from /System/Library/Frameworks/JavaVM.framework
CLASSPATH is <empty>

* On Linux RedHat AS 3: one test failure (plus the TODO)
Perl version is 5.008
Inline version is 0.44
Inline::Java version is 0.50_90
J2SDK version is 1.4.2_09, from /usr/java/j2sdk1.4.2_09
CLASSPATH is <empty>

Here's the failure:

t/02_primitives........ok 68/104# Failed test 69 in t/02_primitives.t at line 
111 *TODO*
#  t/02_primitives.t line 111 is:       ok($t->_Double(0.056200000000000028) == 
0.056200000000000028) ;
t/02_primitives........ok 94/104# Test 95 got: '???' (t/02_primitives.t at line 
143)
t/02_primitives........NOK 95Wide character in print at 
/usr/lib/perl5/5.8.0/Test.pm line 416, <GEN8> line 82.
#    Expected: 'âº'
#  t/02_primitives.t line 143 is:       ok($t->_String("\x{263A}"), "\x{263A}") 
;
t/02_primitives........FAILED test 95
        Failed 1/104 tests, 99.04% okay


I have my LC_ALL variable set to "C" and LANG set to "en_US.UTF-8".  Changing 
LANG to "en_US" doesn't make any difference.

 -Ken


> -----Original Message-----
> From: Patrick LeBoutillier [mailto:[EMAIL PROTECTED] 
> Sent: Monday, September 19, 2005 7:30 PM
> To: inline
> Subject: ANNOUNCE: Inline::Java 0.50_90 released
> 
> Hi all,
> 
> I have released Inline::Java 0.50_90, which has the following 
> change list:
> 
> Inline::Java version 0.51 is a major upgrade that includes:
>     - Several major speed optimizations
>     - Introduction of support for I/O mapping between Perl and Java 
>         - not finished, not documented :(
>     - Applied patches by Andrew Bruno and Tim Bunce for MAC OSX
>     - JNI fix for system property passing
>         (thanks to Brian Gugliemetti and Jason Stelzer)
>     - Other minor bug fixes
> 
> If you have submitted a bug/issue/problem/patch recently I 
> would appreciate some feedback if possible.
> 
> Note: There is a *TODO* test failure that pops up during the 
> test suite. I left it there so I don't forget to fix it (if I 
> have time...).
> 
> 
> Cheers,
> 
> Patrick
> 
> --
> =====================
> Patrick LeBoutillier
> Laval, Québec, Canada
> 

Reply via email to