mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-06 04:36:36 +02:00
Setting stage for debugging issues with param objs
This commit is contained in:
parent
5a4cfea75c
commit
5f3b082e27
1 changed files with 2 additions and 1 deletions
|
@ -17,7 +17,8 @@
|
|||
; BEGIN test code - trying to get definition of with-output-to-file to work
|
||||
(define old (current-output-port))
|
||||
(define new (current-output-port '<param-convert> (open-output-file "test.txt")))
|
||||
; The next line seems to crash in icyc but not in compiled code (until write, at least). what's going on??
|
||||
(current-output-port '<param-set!> new)
|
||||
(write 'test (current-output-port))
|
||||
;(write 'test (current-output-port))
|
||||
;(write 'hello-world)
|
||||
; END test code
|
||||
|
|
Loading…
Add table
Reference in a new issue