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
When we create a thunk via bind from a function that returns a unit type, and pass that thunk to a function that expects a generic thunk of type fn() -> T, we segfault when calling the thunks in DPS style.
I'm going to add a time_unit hack that works around this for now Switching time_unit to time causes the segfault.
The text was updated successfully, but these errors were encountered:
When we create a thunk via
bind
from a function that returns a unit type, and pass that thunk to a function that expects a generic thunk of typefn() -> T
, we segfault when calling the thunks in DPS style.I'm going to add a
time_unit
hack that works around this for now Switchingtime_unit
totime
causes the segfault.The text was updated successfully, but these errors were encountered: