Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

(scheme write) functions doesn't output #80

Closed
stibear opened this issue Mar 26, 2014 · 3 comments
Closed

(scheme write) functions doesn't output #80

stibear opened this issue Mar 26, 2014 · 3 comments

Comments

@stibear
Copy link
Contributor

stibear commented Mar 26, 2014

display, write and newline don't output any objects.

@nyuichi
Copy link
Member

nyuichi commented Mar 26, 2014

@stibear

Thank you for the report! The bug seems to be caused by xfile's port buffering. You can get the output from display/write/... functions by calling (flush-ouput-port).

But I guess this is actually a bug. So I leave this to be open until resolved.

@stibear stibear closed this as completed Mar 26, 2014
@stibear stibear reopened this Mar 26, 2014
@stibear
Copy link
Contributor Author

stibear commented Mar 26, 2014

> (import (scheme write))                                                                                                                                             
=> #f
> (display 'hage)                                                                                                                                                     
=> #f
> (flush-output-port)
hage=> #f

I mistook to close, sorry.

@nyuichi
Copy link
Member

nyuichi commented Mar 26, 2014

I opened an issue on xfile: nyuichi/xfile#2

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants