#1191 Fix code using nextPut[All]: to use << or write:

Öppen
öppnade 8 år sedan av nero · 1 kommentarer

Originally at 2015-06-13T19:09:56Z by Herbert Vojčík

The stream operations nextPut: and nextPutAll: are in fact low-level operations. The high level operation to put an object into a stream (which then translates to to low-level ones) is either write: or << (they both do the same).

Code in Amber core that uses nextPut: / nextPutAll: as regular way to put data on to a stream should be changed to use the high level operations instead.

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

Originally at 2015-06-13T19:09:56Z by Herbert Vojčík The stream operations `nextPut:` and `nextPutAll:` are in fact low-level operations. The high level operation to put an object into a stream (which then translates to to low-level ones) is either `write:` or `<<` (they both do the same). Code in Amber core that uses `nextPut:` / `nextPutAll:` as regular way to put data on to a stream should be changed to use the high level operations instead. <bountysource-plugin> --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/21879646-fix-code-using-nextput-all-to-use-or-write?utm_campaign=plugin&utm_content=tracker%2F79201&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F79201&utm_medium=issues&utm_source=github). </bountysource-plugin>
Herby Vojčík kommenterad 8 år sedan
Ägare

Done in export/import.

Done in export/import.
Logga in för att delta i denna konversation.
Ingen Etikett
Ingen Milsten
Ingen förvärvare
2 Deltagare
Laddar...
Avbryt
Spara
Det finns inget innehåll än.