Summary

readline: unbound variable

Metadata

Description

In Chicken 4.2.11, loading the readline module causes the following error:

Error: unbound variable: t894

Call history:

<syntax>		(##core#undefined)
<eval>		(##sys#require (quote readline))
eval		
<syntax>		(import scheme chicken foreign ports data-structures posix)
<syntax>		(##core#undefined)
##sys#register-compiled-module		
readline.scm: 328  make-parameter		
readline.scm: 335  make-parameter

Changes and comments

[2009-12-02 09:53:43 UTC] felix wrote:

- has the readline egg been compile with 4.2.11? - does this happen with other eggs as well? - can you locate whether the unbound var access happens in readline or in any core

 library?

[2009-12-02 14:09:39 UTC] felix wrote:

Replying to felix: > - has the readline egg been compile with 4.2.11? > - does this happen with other eggs as well? > - can you locate whether the unbound var access happens in readline or in any core > library?

Nevermind - I can reproduce it.

[2009-12-02 14:42:06 UTC] felix changed status from new to closed

[2009-12-02 14:42:06 UTC] felix set resolution to fixed

[2009-12-02 14:42:06 UTC] felix wrote:

Please try commit 61f45f868f83c08fb4f88d8c8ce3bf64a32c4413 in master.

[2010-03-11 10:33:12 UTC] Milestone 4.3.0 deleted