[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#40294: Documentation for arity procedures doesn't match behavior
From: |
Taylan Kammer |
Subject: |
bug#40294: Documentation for arity procedures doesn't match behavior |
Date: |
Sun, 16 May 2021 17:26:12 +0200 |
User-agent: |
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.10.1 |
On 16.05.2021 02:07, Taylan Kammer wrote:
>
> Will investigate more tomorrow.
>
It seems that commit 1c33be992e8120abd20add8021e4d91d226f5b6a removed
much of the programs API at the C level but forgot to make the changes
to the corresponding Scheme module. (It was a big commit, part of
changing the whole VM implementation.)
I wonder if anyone really uses the program API. It might be best to
deprecate it in favor of an improved procedure metadata API.
--
Taylan