Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error detected on WATemporaryFile #619

Closed
GoogleCodeExporter opened this issue Mar 25, 2015 · 2 comments
Closed

error detected on WATemporaryFile #619

GoogleCodeExporter opened this issue Mar 25, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

Hi,
I'm using upload streaming and I detected a bug on the solution: WAFile 
class>>fromChunk: aChunk

does simply:

       ^ self new readFromChunk: aChunk; yourself


but WATemporaryFile>> readFromChunk: (who must derive the chunk into a 
temporary file), does not exists. Instead, it exist: WATemporaryFile 
>>initializeFromChunk: aChunk

(which is never been called)

I tried renaming #initializeFromChunk: to #readFromChunk: (and removing 
#initialize send), and now seems to work.

Cheers,
Esteban

Original issue reported on code.google.com by philippe...@gmail.com on 6 Dec 2010 at 7:32

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant