Summary
`:' and other type related things not working with loaded code
Metadata
- Id: 9e5ac8b94427290f63238881b2301efc3ad9dd71
- Trac id: 881
- Type: defect
- Reporter: megane
- Owner:
- Cc:
- Status: closed
- Component: unknown
- Estimated difficulty:
- Resolution: fixed
- Priority: major
- Milestone: 4.9.0
- Version: 4.7.x
- Changetime: 2012-09-24 21:47:48 UTC
- Created: 2012-07-05 12:41:33 UTC
- Keywords:
Attachments
- 9e5ac8b94427290f63238881b2301efc3ad9dd71/attachments/apatch
Description
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.
Changes and comments
[2012-07-05 12:41:46 UTC] megane attached apatch (description=#f)
[2012-07-06 10:03:30 UTC] felix changed status from new to closed
[2012-07-06 10:03:30 UTC] felix set resolution to fixed
[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