[m-rev.] for review: fix problem with java grade and Java 1.7

Julien Fischer juliensf at csse.unimelb.edu.au
Thu Dec 1 01:08:00 AEDT 2011


On Wed, 30 Nov 2011, Peter Wang wrote:

> On Wed, 30 Nov 2011 18:02:57 +1100 (EST), Julien Fischer <juliensf at csse.unimelb.edu.au> wrote:
>>
>> Index: compiler/rtti_to_mlds.m
> ...
>> +            ( if TargetLang = target_java then
>> +                % For Java we need to omit the arity argument as the
>> +                % TypeInfo_Struct class doesn't have a constructor that
>> +                % supports it -- see java/runtime/TypeInfo_Struct.java for
>> +                % details.
>> +                InitializerArgs = [InitRttiName, InitCastRttiDatasArray]
>
> This module uses -> ; syntax.

Fixed.

> Looks okay otherwise.

I'll commit it after I've tested with a few difference versions of Java.

Julien.
--------------------------------------------------------------------------
mercury-reviews mailing list
Post messages to:       mercury-reviews at csse.unimelb.edu.au
Administrative Queries: owner-mercury-reviews at csse.unimelb.edu.au
Subscriptions:          mercury-reviews-request at csse.unimelb.edu.au
--------------------------------------------------------------------------



More information about the reviews mailing list