[m-dev.] for review: Java backend

Fergus Henderson fjh at cs.mu.OZ.AU
Thu Mar 1 21:47:38 AEDT 2001


On 01-Mar-2001, Julien Fischer <juliensf at students.cs.mu.oz.au> wrote:
> I've addressed all Fergus's review comments minus the one about
> treating `dummy_var' as a special case in the output_fully_qualified_name
> predicate.  So far it hasn't caused any problems as it is; why exactly
> do you want it treated as a special case?

The MLDS sometimes generates references to `private_builtin:dummy_var'.
This is supposed to be defined by the Mercury runtime.
If you output those as unqualified, like you do with other data
references, then they'll be dangling references, since `dummy_var'
won't be defined in the current module.

(But I think it would probably be best for you to go ahead and commit
the rest of your changes first, and deal with this one as a separate
change.)

-- 
Fergus Henderson <fjh at cs.mu.oz.au>  |  "I have always known that the pursuit
                                    |  of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh>  |     -- the last words of T. S. Garp.
--------------------------------------------------------------------------
mercury-developers mailing list
Post messages to:       mercury-developers at cs.mu.oz.au
Administrative Queries: owner-mercury-developers at cs.mu.oz.au
Subscriptions:          mercury-developers-request at cs.mu.oz.au
--------------------------------------------------------------------------



More information about the developers mailing list