deprecate omission of port to ice-9 format
authorAndy Wingo <wingo@pobox.com>
Sat, 18 Dec 2010 11:06:53 +0000 (12:06 +0100)
committerAndy Wingo <wingo@pobox.com>
Sat, 18 Dec 2010 11:06:53 +0000 (12:06 +0100)
commit2ce77e6cf6bfb5dbb54947377ddd743a2c1a1bb6
treeb7c1abec3e8f7e9321ed9aa4647ceb03dee61bc0
parent29d096c8e6d8c9a3bb49ca44d1477b9ff3e4c87f
deprecate omission of port to ice-9 format

* module/ice-9/format.scm (format): Add port and format-string as formal
  arguments. Seems also to have triggered a reindent.  Formally
  deprecate omitting the port, as it's usually an error.

* test-suite/tests/format.test ("format basic output")
  ("format basic output", "~{ iteration"): Fix up tests that omitted the
  destination port.
module/ice-9/format.scm
test-suite/tests/format.test