Ticket #884 (closed defect: fixed)

Opened 11 months ago

Last modified 8 months ago

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:

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

Changed 11 months ago by sjamaan

  • milestone changed from 4.9.0 to 4.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.

Changed 10 months ago by sjamaan

  • status changed from new to closed
  • resolution set to fixed

Fixed with d6845c138174d13c12406c4297f83ee80ad15dca

Changed 8 months ago by felix

  • milestone changed from 4.8.0 to 4.9.0

Milestone 4.8.0 deleted

Note: See TracTickets for help on using tickets.