2014-10-30 13:16 GMT+01:00 stepharo <stepharo@free.fr>:
On 30/10/14 06:57, José Comesaña wrote:
I've found this problem in Pharo 3 (seems to happen in Pharo 4 too):
Do:
1. Fileout Seaside-Tests-Core 2. Remove Seaside-Test-Core 3. File in the file created in step 1
You will find:
a. The structure of the package changes.
What do you mean by it changes? New packages? Removed packages? dirty ones?
New package: Seaside-Tests-Core-RequestHandling. WaContextText is now in that package
b. Comments for WaContextTest are lost
May be the fileout does not export the comment. Did you check in the .st file?
Yes, I did. It is in the .st file
c. You get a bunch of errors in Transcript while filing in
No magic ball so we cannot guess.
Example of Transcript messages (in case it helps): WADocumentHandlerResponseTest>>createAndVerifyBinaryDocumentNamed:hasAttachment: (WATestingFiles is Undeclared) WAExceptionHandlerTest>>testCommaReturnsExceptionSet (WATestError is Undeclared) WAExceptionHandlerTest>>testCommaReturnsExceptionSet (WATestError is Undeclared) WAExceptionHandlerTest>>testCommaReturnsExceptionSet (WATestError is Undeclared) WAExceptionHandlerTest>>testCommaReturnsExceptionSet (WATestError is Undeclared) WAExceptionHandlerTest>>testInternalError (WATestError is Undeclared) It happens in more cases. I just took this one because this is a package anyone can install in order to reproduce the problem. Thanks