Summary

`:' and other type related things not working with loaded code

Metadata

Attachments

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