Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!swrinde!elroy.jpl.nasa.gov!decwrl!pa.dec.com!src.dec.com!kalsow From: kalsow (Bill Kalsow) Newsgroups: comp.lang.modula3 Subject: Re: STextTable bug? Message-ID: <9106111522.AA28949@jumbo.pa.dec.com> Date: 11 Jun 91 15:22:44 GMT Lines: 10 In-Reply-To: Message of Mon, 10 Jun 91 22:04:48 -0400 from Dave Hanson <9106110204.AA07382@cs.Princeton.EDU> To: m3 Cc: Dave Hanson , kalsow Yes, it's a bug in STextTable. It calls Text.Compare with NIL arguments. The language report specifies that passing NIL to any procedure in the Text interface is a checked runtime error. Early releases of SRC Modula-3 didn't adhere to this piece of the specification. Version 1.6 does. We'll fix STextTable for the next release. Thanks for the bug report. - Bill Kalsow