Summary
"write-line" should invoke write-string port method directly
Metadata
- Id: 87d5e07644da1a0ea8f13906fdb3d39bcfa9f7fa
- Trac id: 693
- Type: task
- Reporter: felix
- Owner:
- Cc:
- Status: closed
- Component: unknown
- Estimated difficulty:
- Resolution: fixed
- Priority: minor
- Milestone:
- Version: 4.7.x
- Changetime: 2011-09-26 15:41:26 UTC
- Created: 2011-09-21 11:49:03 UTC
- Keywords: write-line
Description
Currently `write-string` in the `extras` unit calls `display`, but could call the low-level functionality, which would be slightly faster.
Changes and comments
[2011-09-26 15:41:26 UTC] felix changed status from new to closed
[2011-09-26 15:41:26 UTC] felix set resolution to fixed
[2011-09-26 15:41:26 UTC] felix wrote:
fixed by ckeen in c344ffb.