|
From: | Jörg F. Wittenberger |
Subject: | Re: [Chicken-hackers] [PATCH] Generalize deprecation type warnings |
Date: | Mon, 19 May 2014 08:58:41 +0200 |
User-agent: | Mozilla/5.0 (X11; Linux armv7l; rv:24.0) Gecko/20100101 Icedove/24.4.0 |
Hi,nice that you like the idea. However the use case I had in mind works only so much.
(: replaced (deprecated replyced-with)) is fine. (: dangerous (deprecated http://cwcc.org/ticket/0815))works at least. Though for no good reason I'd have the tendency to write the URL as a string. After all it might contain characters, which make them not readable as Symbols. But that's rejected by chicken. So:
(: dangerous (deprecated "http://cwcc.org/ticket/0815#Advisory")) will does not work. (Or did I overlook anything here?) Best /Jörg Am 18.05.2014 20:32, schrieb Evan Hanson:
On 2014-05-13 9:22, John Cowan wrote:"Jörg F. Wittenberger" scripsit:"use of deprecated `~a' - consider `~a'"Reads fine to me.Same -- good idea, Jörg. Here's a patch for that. Evan
[Prev in Thread] | Current Thread | [Next in Thread] |