[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Chicken-janitors] #881: `:' and other type related things not working w
From: |
Chicken Trac |
Subject: |
[Chicken-janitors] #881: `:' and other type related things not working with loaded code |
Date: |
Thu, 05 Jul 2012 10:41:34 -0000 |
#881: `:' and other type related things not working with loaded code
---------------------+------------------------------------------------------
Reporter: megane | Owner:
Type: defect | Status: new
Priority: major | Milestone: 4.8.0
Component: unknown | Version: 4.7.x
Keywords: |
---------------------+------------------------------------------------------
main.scm
{{{
;(register-feature! 'csi) ; uncomment to make things work
(print "loading")
(load "foo.scm")
(print bar)
}}}
foo.scm
{{{
(: bar fixnum)
(define bar 1)
(print "here")
}}}
output:
{{{
$ csc -uses chicken-syntax main.scm && ./main
loading
Segmentation fault
}}}
I have attached a patch that fixes it for me, but I'm just guessing here
how the thing should really work.
--
Ticket URL: <http://bugs.call-cc.org/ticket/881>
Chicken Scheme <http://www.call-with-current-continuation.org/>
Chicken Scheme is a compiler for the Scheme programming language.
- [Chicken-janitors] #881: `:' and other type related things not working with loaded code,
Chicken Trac <=