-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Verbose ASD loading #7
Comments
What about signalling some sort of warning?
…On Sat, Mar 28, 2020, 9:39 PM phoe ***@***.***> wrote:
https://github.com/sharplispers/cxml/blob/adb443043305deb090945364084d393a3b9edcfc/cxml.asd#L13-L37
This codeblock contributes to (IMO unnecessarily) verbose Quicklisp loads
of cxml, for instance:
; Loading "foo-system"
..;;; Checking for wide character support... WARNING: Lisp implementation doesn't use UTF-16, but accepts surrogate code points.
yes, using code points.
..;;; Checking for wide character support... WARNING: Lisp implementation doesn't use UTF-16, but accepts surrogate code points.
yes, using code points.;;; Building Closure with CHARACTER RUNES
...............................................
...................
Is it possible/desired to remove the FORMAT calls altogether?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#7>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAALFP3XLDSJJZ46CFG7GCLRJZVBNANCNFSM4LVXDBSQ>
.
|
This could be explored. ASDF might treat that warning as a compilation error and fail the loading operations though; maybe it would be better to signal a non-warning condition instead. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
cxml/cxml.asd
Lines 13 to 37 in adb4430
This codeblock contributes to (IMO unnecessarily) verbose Quicklisp loads of cxml, for instance:
Is it possible/desired to remove the
FORMAT
calls altogether?The text was updated successfully, but these errors were encountered: