[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] Fix potential invalid argument error in `##sys#decompose-im
From: |
felix . winkelmann |
Subject: |
Re: [PATCH] Fix potential invalid argument error in `##sys#decompose-import' |
Date: |
Sun, 03 May 2020 12:53:14 +0200 |
> This fixes a small bug in `##sys#decompose-import' where "spec" (which
> is a list) is passed to the `warn' procedure rather than "name" (which
> is a symbol, as expected). This leads to an invalid argument error
> arising from `symbol->string', e.g.
>
Pushed.
felix