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

@GoogleCodeExporter
Copy link
Author

Original comment by philippe...@gmail.com on 7 Dec 2010 at 8:14

  • Changed state: Started
  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Author

Name: Seaside-Adaptors-Comanche-pmm.65
Author: pmm
Time: 7 December 2010, 9:14:55 pm
UUID: 6182d4b9-1d09-4568-b431-7d389a1ea70f
Ancestors: Seaside-Adaptors-Comanche-pmm.64

- Issue 619:     error detected on WATemporaryFile
- http://code.google.com/p/seaside/issues/detail?id=619

Original comment by philippe...@gmail.com on 7 Dec 2010 at 8:15

  • Changed state: Fixed
  • Added labels: ****
  • Removed labels: ****

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