Opened 4 weeks ago

Closed 4 weeks ago

#1843 closed defect (fixed)

chicken.base#procedure-information fails with "Error: unbound variable open-input-string"

Reported by: zilti Owned by:
Priority: major Milestone: 6.0.0
Component: core libraries Version: 6.0.0
Keywords: Cc:
Estimated difficulty: easy

Description

Calling procedure-information results in an error:

#;3> (procedure-information map)

Error: unbound variable: open-input-string

	Call history:

	<stdin>:6	 (procedure-information map)
	<stdin>:6	 (procedure-information map)	<-- 

Change History (1)

comment:1 Changed 4 weeks ago by felix winkelmann

Resolution: fixed
Status: newclosed

Fixed in 8c16ffb605a89d2f1580e01696d673e71fa1f6c4

Note: See TracTickets for help on using tickets.