Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#881 closed defect (fixed)

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

Reported by: megane Owned by:
Priority: major Milestone: 4.9.0
Component: unknown Version: 4.7.x
Keywords: Cc:
Estimated difficulty:

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.

Attachments (1)

apatch (1.1 KB) - added by megane 12 years ago.

Download all attachments as: .zip

Change History (3)

Changed 12 years ago by megane

Attachment: apatch added

comment:1 Changed 12 years ago by felix winkelmann

Resolution: fixed
Status: newclosed

comment:2 Changed 12 years ago by felix winkelmann

Milestone: 4.8.04.9.0

Milestone 4.8.0 deleted

Note: See TracTickets for help on using tickets.