#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 13 years ago by
| Milestone: | 4.9.0 → 4.8.0 |
|---|
comment:2 Changed 13 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Fixed with d6845c138174d13c12406c4297f83ee80ad15dca
Note: See
TracTickets for help on using
tickets.

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.