You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 21, 2022. It is now read-only.
note: Closure (flet fun a) will be stack allocated.
These are (in my humble opinion) somewhat annoying, because they show up every time as compilation results. Ignoring them is what I do now, but in principle I would like to view compiler note to understand what's going on, but don't be confronted with notes that are not very interesting... shouldn't the standard compiler settings be changed somewhat to prevent these types of notes from popping up every time?
The text was updated successfully, but these errors were encountered:
For constructs like:
(with-http-response (req ent) (with-http-body (req ent) &body body))
or
You get compiler notes like for the latter case:
These are (in my humble opinion) somewhat annoying, because they show up every time as compilation results. Ignoring them is what I do now, but in principle I would like to view compiler note to understand what's going on, but don't be confronted with notes that are not very interesting... shouldn't the standard compiler settings be changed somewhat to prevent these types of notes from popping up every time?
The text was updated successfully, but these errors were encountered: