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
This one is fairly interesting; the queue which is part of the "user" process's state somehow gets to be [].
I'd say this is not likely to be an LFE problem.
Yes, very strange. How can user's input queue suddenly not be {<list>, <list>} i.e. a proper queue, but just <list>? This shouldn't happen. We'll have to trace down the bug to which call from user causes this strange value to appear.
Let me know if there's anything I can do to provide you with more details
on this failure!
On Mon, Apr 7, 2014 at 10:52 AM, Kresten Krab Thorup < [email protected]> wrote:
Yes, very strange. How can user's input queue suddenly not be {,
} but just ? This shouldn't happen. We'll have to trace down
the bug to which call from user causes this strange value to appear.
Reply to this email directly or view it on GitHubhttps://github.com//issues/85#issuecomment-39761434
.
When quitting the LFE shell on Erjang, I get the following:
As opposed to what happens when quitting the Erlang shell:
This may be an issue with LFE; I will discuss with Robert.
The text was updated successfully, but these errors were encountered: