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
*** ./GenDoc.st 2009-03-07 12:35:56.000000000 +0100
--- ./GenDoc_package_fix.st 2009-03-07 12:35:13.000000000 +0100
***************
*** 93,99 ****
files := package fullPathsOf: package fileIns.
files do: [ :each || file |
each printNl.
! file := FileStream open: each mode: FileStream read.
loader
parseSmalltalkStream: file
with: STInST.GSTFileInParser ].
--- 93,99 ----
files := package fullPathsOf: package fileIns.
files do: [ :each || file |
each printNl.
! file := FileStream open: each file name mode: FileStream read.
loader
parseSmalltalkStream: file
with: STInST.GSTFileInParser ].
signature.asc
Description: Ceci est une partie de message numériquement signée
_______________________________________________ help-smalltalk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-smalltalk
