From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Wed, 2 Jun 2004 10:12:17 -0600 From: ron minnich To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> Subject: Re: [9fans] GNU Make In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Topicbox-Message-UUID: 906f4594-eacd-11e9-9e20-41e7f4b1d025 On Wed, 2 Jun 2004, Charles Forsyth wrote: > Numeric codes are a bad idea, that plan 9 was well rid of from unix. > they do not scale well in a distributed system with distributed > development. I agree with everything you're saying. But if you're going to interoperate with Unix systems, there aren't a lot of options. After all, strcmp() on a table of error strings is hardly an improvement over numeric codes. ron