[m-rev.] for review: autoconfigure which version of .NET std lib to use
Peter Ross
peter.ross at miscrit.be
Sat Mar 2 00:25:26 AEDT 2002
On Fri, Mar 01, 2002 at 11:26:41PM +1100, Fergus Henderson wrote:
> On 01-Mar-2002, Peter Ross <peter.ross at miscrit.be> wrote:
> > Index: compiler/mlds_to_il.m
> > @@ -3980,11 +4021,11 @@
> > ])
> > ]) | Decls].
> >
> > -:- func dotnet_system_assembly_decls = list(assembly_decl).
> > +:- func dotnet_system_assembly_decls(assembly_decl) = list(assembly_decl).
> >
> > -dotnet_system_assembly_decls
> > +dotnet_system_assembly_decls(Version)
> > = [
> > - version(1, 0, 2411, 0),
> > + Version,
> > public_key_token([
> > int8(0xb7), int8(0x7a), int8(0x5c), int8(0x56),
> > int8(0x19), int8(0x34), int8(0xE0), int8(0x89)
>
> There's no point fixing the hard-coding of the version number
> if you don't also fix the hard-coding of the hash
> (see the code immediately above this fragment of the diff).
>
It appears that the hash is no longer necessary (none of the MS tools
generate references to it), so I have deleted this hash.
--------------------------------------------------------------------------
mercury-reviews mailing list
post: mercury-reviews at cs.mu.oz.au
administrative address: owner-mercury-reviews at cs.mu.oz.au
unsubscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: unsubscribe
subscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: subscribe
--------------------------------------------------------------------------
More information about the reviews
mailing list