Summary

stalin: Various type errors

Metadata

Description

Mario's specialization run of Salmonella found a few problems with Stalin: http://parenteses.org/mario/misc/specialize-report/install/stalin.html

The biggest problem is the call to abort with no arguments; I guess it needs (define abort exit) or something like that for compatibility? The other ones look like there's just some difference between procedures in Stalin's standard library and those in Chicken's.

Changes and comments

[2012-05-30 12:10:19 UTC] felix changed status from new to closed

[2012-05-30 12:10:19 UTC] felix set resolution to wontfix

[2012-05-30 12:10:19 UTC] felix wrote:

I do not maintain stalin - this egg should be merely seen as an interesting curiosity or for experimentation (stalin itself seems to be buggy in its handling of closures, which I could reproduce with the official stalin distribution). So, I'm not inclined to work much on this. The call to `abort` indeed conflicts with the one provided by the CHICKEN library, but in this particular case it is not critical.