#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)
Change History (3)
Changed 12 years ago by
comment:1 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 12 years ago by
Milestone: | 4.8.0 → 4.9.0 |
---|
Note: See
TracTickets for help on using
tickets.
Milestone 4.8.0 deleted