-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Bug Fixes: generate and dream refactor #636
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
I've got my build environment back (got some time on another university's cluster). I can't reproduce a crash on the second prompt. Do you mean that the first prompt of a session works and the second one fails? Could you paste in a screen grab or transcript? I am very anxious to get things stable again, so will check back. |
Yes. Crashes for me 100% of the time. Steps:
Here's the trace. |
lstein
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for quickly finding and resolving these bugs. I am testing on my (new!) system now and will try to track down and fix the crashing you observed.
Interesting. I'd found and fixed that one earlier today before I committed. I must not have fixed it correctly. |
Thanks. I'll continue the process of bug checking. If anything pops up, I'll pull up PR's or bring you in. |
|
Ok, I got the bug. Will fix one other minor thing I noticed and then commit. |
A bug fix patch for things that broke with the generate and dream refactor. #534
Fixes:
qnot working to exit the dream command line.generateignoring the width and height from the config file.ToDo:
This bug fix patch can be merged once all the bugs are fixed.