Rainer Orth writes:
> Unfortunately, the patch forgot a couple of instances of os.Error,
> breaking Solaris bootstrap. The following fixes allowed the bootstrap
> to complete.
Thanks a lot for the patch. Committed.
Ian
Ian Lance Taylor writes:
> I have updated the libgo library to the weekly.2011-11-02 release of the
> master library. The only changes in this patch are to switch from using
> the type os.Error to the new predeclared type error, and to add a new
> errors package providing a couple of convenience
I have updated the libgo library to the weekly.2011-11-02 release of the
master library. The only changes in this patch are to switch from using
the type os.Error to the new predeclared type error, and to add a new
errors package providing a couple of convenience functions. This causes
mechanical