Closed galdor closed 4 years ago
It might be easier to find a way not to use the key parameters.
You can ignore style warnings, after all they're about style.
It might be easier to find a way not to use the key parameters.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub[1], or mute the thread[2].
-- Stelian Ionescu a.k.a. fe[nl]ix Quidquid latine dictum sit, altum videtur.
Links:
Yes of course, but they generally here to signal constructions that can be confusing. If it can be fixed easily, why not :)
@galdor Maybe you can prepare a patch based on this? http://www.sbcl.org/manual/index.html#Controlling-Verbosity
but they generally here to signal constructions that can be confusing
You are right, however, these warnings are rather for developers than for users of the software package… and users are most likely to load the package with quickload, which hide the warning.
When compiling fiveam with SBCL 1.4.10, I get the following style warning:
Fixing it could be as simple as using a key argument for
TEST-SPEC
, would you agree to such a change ?