Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#884 closed defect (fixed)

bug with define-type and modules

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

Description

Moving the define-type outside the modules makes the following work.

(module
 foo
 *
 (import chicken scheme)

 (define-type footype string)

 (the footype "bar"))

; Error: invalid type specification: footype

Change History (3)

comment:1 Changed 12 years ago by sjamaan

Milestone: 4.9.04.8.0

Bugfix with explanation posted to chicken-hackers. The fix itself is pretty trivial, so I think we can get this in for 4.8.0; moving milestone.

comment:2 Changed 12 years ago by sjamaan

Resolution: fixed
Status: newclosed

Fixed with d6845c138174d13c12406c4297f83ee80ad15dca

comment:3 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.