gst-doc and packages

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

gst-doc and packages

Nicolas Petton
Hi,

I can't generate doc with the GenDoc.st script if I give a package name.
I get a short error:

gst-doc -p Swazoo
gst-doc: did not understand #indexOfSubCollection:

Is it known or already fixed?

BTW, I should probably report bugs on the issue tracker instead of here,
right?

Cheers!

Nico

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

signature.asc (204 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: gst-doc and packages

Paolo Bonzini-2
nico wrote:

> Hi,
>
> I can't generate doc with the GenDoc.st script if I give a package name.
> I get a short error:
>
> gst-doc -p Swazoo
> gst-doc: did not understand #indexOfSubCollection:
>
> Is it known or already fixed?
>
> BTW, I should probably report bugs on the issue tracker instead of here,
> right?

It's not a big deal.

I must admit I *never* used gst-doc outside the build tree, so a bug is
likely possible.

Paolo


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

Re: gst-doc and packages

Paolo Bonzini-2

>     I must admit I *never* used gst-doc outside the build tree, so a bug is
>     likely possible.
>
>
> Ok, I'll try to fix it then :)

A probably superfluous hint: remove the "ex pass" at the end of the
GenDoc.st to show all the backtrace.

Paolo


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

Re: gst-doc and packages

Nicolas Petton
Ok, I fixed it. It was a small bug with VFS.StoredZipMember.
See the attached patch.

Cheers!

Nico


Le samedi 07 mars 2009 à 11:09 +0100, Paolo Bonzini a écrit :

> >     I must admit I *never* used gst-doc outside the build tree, so a bug is
> >     likely possible.
> >
> >
> > Ok, I'll try to fix it then :)
>
> A probably superfluous hint: remove the "ex pass" at the end of the
> GenDoc.st to show all the backtrace.
>
> Paolo

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

GenDoc_fix_package.patch (968 bytes) Download Attachment
signature.asc (204 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: gst-doc and packages

Paolo Bonzini-2
nico wrote:
> Ok, I fixed it. It was a small bug with VFS.StoredZipMember.
> See the attached patch.

Does it work to simply use "each readStream"?

Thanks!

Paolo


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

Re: gst-doc and packages

Nicolas Petton
Le samedi 07 mars 2009 à 15:37 +0100, Paolo Bonzini a écrit :
> nico wrote:
> > Ok, I fixed it. It was a small bug with VFS.StoredZipMember.
> > See the attached patch.
>
> Does it work to simply use "each readStream"?

Yes, indeed.

Cheers!

Nico
> Thanks!
>
> Paolo

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

signature.asc (204 bytes) Download Attachment