[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-janitors] #1361: Update explicit info strings in calls to `
From: |
Chicken Trac |
Subject: |
Re: [Chicken-janitors] #1361: Update explicit info strings in calls to `getter-with-setter` |
Date: |
Wed, 19 Apr 2017 09:03:12 -0000 |
#1361: Update explicit info strings in calls to `getter-with-setter`
---------------------------------------+-----------------
Reporter: felix | Owner:
Type: enhancement | Status: new
Priority: minor | Milestone: 5.0
Component: core libraries | Version: 5.0
Resolution: | Keywords:
Estimated difficulty: trivial |
---------------------------------------+-----------------
Comment (by kristianlm):
I think it's possible that if we fix #1363, we can get away in some cases
by removing the info-string altogether. Take this, for example:
{{{
;; library.scm:3045
(set! caar (getter-with-setter caar (lambda (x y) (set-car! (car x) y))
"(caar p)"))
}}}
From what I gather, the only reason we can't just re-use the info-string
from the original {{{caar}}} getter is issue #1363.
--
Ticket URL: <https://bugs.call-cc.org/ticket/1361#comment:1>
CHICKEN Scheme <https://www.call-cc.org/>
CHICKEN Scheme is a compiler for the Scheme programming language.