Software Supplement Pascal Bug

Info-Mac discussion from 1984 - 2002.
Locked
User avatar
Info-Mac
Administrator
Posts:13716
Joined:December 21st, 1988, 11:00 am
Software Supplement Pascal Bug

Post by Info-Mac » November 14th, 1984, 5:37 am

Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP
Posting-Version: version B 2.10 UW 5/3/83; site uw-beaver
Path: utzoo!watmath!clyde!burl!ulysses!cbosgd!ucbvax!decvax!tektronix!uw-beaver!info-mac
From: info-mac@uw-beaver (info-mac)
Newsgroups: fa.info-mac
Subject: Software Supplement Pascal Bug
Message-ID:
Date: Tue, 18-Sep-84 00:49:44 EDT
Article-I.D.: uw-beave.1724
Posted: Tue Sep 18 00:49:44 1984
Date-Received: Tue, 25-Sep-84 06:03:41 EDT
Sender: daemon@uw-beave
Organization: U of Washington Computer Science
Lines: 34

From: [email protected]
Why me??

Actually there are two bugs here, both involving the same (alleged) feature:
Going to the Editor straight from the Pascal compiler.

The "hasty" 2.0 compiler (V1.143 9-Mar-84) just gives this message then quits
but doesn't affect anything else:
PCSetRunCmd(-#Boot-Editor)

The MacSupplement compiler (V1.153 22-Mar-84) gives this message then quits:
PCSetRunCmd(E)

When you try to use Gen (V2.57 22-Mar-84) with the Supplement Pascal,
the last error message you got when trying the E option is stuck in the
command input buffer and tries to use that message as the input file name.
If you're using a command (oops EXEC) file to run your compile/gen/link
commands, it stops using the command file. This happens even after a succesful
compilation.

Either way, the E option just don't work!

I haven't been able to find the document called "Putting Together a Mac
Application". Is it using an alias? This seems like a pretty important document.
BTW, I received my Supplement just yesterday.

I'm also typing in some of the utilities from Kernighan and Plaugher's
"Software Tools in Pascal".
Hints:
1) Use the UCSD primitives
2) When typing in the utilities, use xstring instead of string.
I've already got the sort utility running and am now typing in the macro processor.

[email protected]
Locked