medley icon indicating copy to clipboard operation
medley copied to clipboard

loadup-db produces a lot of record-declaration errors

Open rmkaplan opened this issue 2 years ago • 3 comments

In the current master.

Messages that I didn't used to see--undefined, ambiguous. I've attached the dribble file (as fuller.txt--git doesn't like .dribble files), scan towards the end.

(Note: It would be nice to put a time stamp at the front of the file.)

fuller.txt

rmkaplan avatar Mar 15 '24 19:03 rmkaplan

i want to give priority to the record declarations in the file or it's parent DECLS.

masinter avatar Mar 15 '24 19:03 masinter

BTW, this is new.

On Mar 15, 2024, at 12:54 PM, Larry Masinter @.***> wrote:

i want to give priority to the record declarations in the file or it's parent DECLS.

— Reply to this email directly, view it on GitHub https://github.com/Interlisp/medley/issues/1581#issuecomment-2000359496, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQSTUJIEXDOFZE2P5V5ZSZTYYNGXTAVCNFSM6AAAAABEYRQJACVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMBQGM2TSNBZGY. You are receiving this because you authored the thread.

rmkaplan avatar Mar 15 '24 20:03 rmkaplan

One difference was setting MSRECORDTRANFLG so that it would analyze the "CLISP translation" of records. Except for ACCESSFNS the extra information isn't so useful. But if you want "complete" information around record field acess... it adds to the size of the database a bit.

masinter avatar Mar 16 '24 22:03 masinter