I found some errors in the gnu-smalltalk tutorial

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

I found some errors in the gnu-smalltalk tutorial

adam
http://www.gnu.org/software/smalltalk/manual/html_node/Tutorial.html#Tutorial
And Im not sure where to report them.
_______________________________________________
help-smalltalk mailing list
[hidden email]
https://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: I found some errors in the gnu-smalltalk tutorial

Holger Freyther
On Wed, Mar 12, 2014 at 01:36:22PM -0400, adam wrote:
> http://www.gnu.org/software/smalltalk/manual/html_node/Tutorial.html#Tutorial
> And Im not sure where to report them.

here and by email is just fine. The "source" of the manual is hosted
in the gst sources as well.


_______________________________________________
help-smalltalk mailing list
[hidden email]
https://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: I found some errors in the gnu-smalltalk tutorial

Holger Freyther
On Fri, Mar 14, 2014 at 01:49:51PM -0400, adam wrote:
> OK. Great. Here are my notes:

Good Morning,

I pushed this[1][2] change and now need to figure out how to update
the html on the gnu.org website.

> *The following is missing the opening square bracket after the `aBlock'
> parameter, and an associated closing bracket after the function body.

fixed.

> Fixed via the following changes:
>
> `writeCheck: amount  ['    ---- was missing the opening square bracket.

I think this was already fixed and not updated on the website.


> `self spend: amount.'     ---- needs a period at the end of the statement.

fixed.

>          initText: aText range: anInterval [
>              <category: 'private'>

this has been already fixed in the source.



[1] http://git.savannah.gnu.org/cgit/smalltalk.git/commit/?id=3934e0f96b61f0af0aceae3466f1b8d025544847
[2] http://git.savannah.gnu.org/cgit/smalltalk.git/commit/?id=33f929f74f4b632f4958691b33dffc90c125de83

_______________________________________________
help-smalltalk mailing list
[hidden email]
https://lists.gnu.org/mailman/listinfo/help-smalltalk