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

開啟中
nero8 年之前創建 · 1 條評論

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 commented 8 年之前
所有者

Done in export/import.

Done in export/import.
Sign in to join this conversation.
未選擇標籤
未選擇里程碑
未指派成員
2 參與者
正在加載...
取消
保存
尚未有任何內容