Summary
symbol | | is not written properly
Metadata
- Id: dcc789ac82e546aef0cbe1d8744832c5b6a0b19c
- Trac id: 772
- Type: defect
- Reporter: syn
- Owner:
- Cc:
- Status: closed
- Component: core libraries
- Estimated difficulty:
- Resolution: fixed
- Priority: major
- Milestone: 4.9.0
- Version: 4.7.x
- Changetime: 2012-09-24 21:47:48 UTC
- Created: 2012-01-05 01:21:22 UTC
- Keywords:
Description
A symbol consisting of extactly one space is not written properly as "| |" but just as " ". However, the empty symbol as well as symbols contaning more than one space are written correctly.
#;1> (for-each (lambda (x) (write x) (newline)) '(|| | | | |)) || | | #;2>
Changes and comments
[2012-01-11 11:40:17 UTC] felix changed status from new to closed
[2012-01-11 11:40:17 UTC] felix set resolution to fixed
[2012-01-11 11:40:17 UTC] felix wrote:
Has been fixed in master (6d8290e) and pushed directly (without review), since the fix is so trivial.
[2012-09-24 21:47:48 UTC] felix changed milestone from 4.8.0 to 4.9.0
[2012-09-24 21:47:48 UTC] felix wrote:
Milestone 4.8.0 deleted