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
Lisp won't prevent you from storing a rational into a slot marked for floats, but when you go to serialize the object, it'll throw an exception. Either messages should be type-safe enough to catch this error at assignment time (or at compile time!), or rationals should be coerced into floats before handoff to cl-messagepack.
The text was updated successfully, but these errors were encountered:
Lisp won't prevent you from storing a rational into a slot marked for floats, but when you go to serialize the object, it'll throw an exception. Either messages should be type-safe enough to catch this error at assignment time (or at compile time!), or rationals should be coerced into floats before handoff to
cl-messagepack
.The text was updated successfully, but these errors were encountered: