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
the file float-features.lisp depends on constants.lisp, namely on the constants float-features:single-float-positive-infinity and float-features:single-float-negative-infinity. Since the former comes before the latter in the ASDF definition, we get warnings at compile time:
the file
float-features.lisp
depends onconstants.lisp
, namely on the constantsfloat-features:single-float-positive-infinity
andfloat-features:single-float-negative-infinity
. Since the former comes before the latter in the ASDF definition, we get warnings at compile time:The text was updated successfully, but these errors were encountered: