chicken-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-hackers] [PATCH] fix procedure-information to include namespace


From: Kristian Lein-Mathisen
Subject: [Chicken-hackers] [PATCH] fix procedure-information to include namespaces for various procedures
Date: Sat, 5 May 2018 14:19:30 +0200


Hi all,

The patch should pretty straight-forward and brain-dead. It fixes the hardcoded procedure-information with a namespace.

I heard rumors that Evan is working on a way to propagate procedure-information through getter-with-setter which would render this patch largely uneccessary. That would have been a much better patch! But I don't have those skillz yet. This patch may be useful until that feature is in place.

I used the attached find-bad-procedure-information.scm to look for these spelling mistakes. It seems that the current procedures that are missing namespace in the procedure-information are:

- all parameters
- chicken.memory.representation#block-set! says ##sys#block-set!
- chicken.base#call/cc says scheme#call-with-current-continuation
- srfi-4 constructions like srfi-4#s32vector->blob

Please consider this patch until a better alternative is in place.
K.

Attachment: 0001-Fix-procedure-information-namespaces-for-various-pro.patch
Description: Text Data

Attachment: find-bad-procedure-information.scm
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]