[m-rev.] for review: read and write bitmaps in bitmap.m

Zoltan Somogyi zoltan.somogyi at runbox.com
Sun Mar 6 10:30:04 AEDT 2022


2022-03-05 21:14 GMT+11:00 "Julien Fischer" <jfischer at opturion.com>:
>> The code it complains about has a reference to MR_MercuryFileStruct
>> a few lines above. It finds that ok, but not MR_Binary{In,Out}putFile,
>> which are defined soon after MR_MercuryFileStruct in io.m. All are public classes.
> 
> References to them in the bitmap module will need to be qualified, e.g.
> jmercury.io.MR_BinaryInputFile etc.

I saw that some nearby references were qualified only with "io.", not
"jmercury.io.", so I tried that first, and it worked. A bootcheck in the Java
grade has finished with 259 unexpected failures, and an "mmake install"
that includes both the C# and Java grades also succeeded, albeit with
some warnings. I am attaching the output of "mmake install". Please have
a look, and decide whether any of the warnings are concerning enough
for me to not commit this diff.

Zoltan.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: errs.install.gz
Type: application/x-gzip
Size: 133819 bytes
Desc: not available
URL: <http://lists.mercurylang.org/archives/reviews/attachments/20220306/1c46f7b1/attachment-0001.bin>


More information about the reviews mailing list