-
Notifications
You must be signed in to change notification settings - Fork 424
Unhelpful fatal error with loop in pure mode #2396
Comments
Hey @NTillmann can i work on this issue ? |
Sure! I don't actually know what's going on here, but it might be easy... |
I thought this was handled with |
Maybe that's what should be happening, but isn't? |
Same strange results here with v0.2.54: Input:
Output of
It looks like some parts of the generator code (managing scope) leaked into the output? However, I have tested prepack with a regular source file of some hundred lines, and the output is promising despite some exaggerated variable declarations (see #2655). PS: This is a great library, keep it going! |
@akidee Sorry to say, but Prepack isn't being maintained anymore by Facebook. |
By whom else? You have some more information? |
@akidee Where was that quote from? AFAIK that is not the case. |
@trueadm https://github.com/facebook/prepack#status I see, last commit is two years ago, so this info is not credible any more. A reason to update it. |
@akidee Sorry for the confusion. I've updated the README and removed this part, as it is no longer the case. |
@trueadm Thank you. I hope you will nevertheless find someone who takes over responsibility for this project. It's too promising to stay in an experimental state. It's exactly what I wanted to start for myself, but very soon I came to the conclusion that symbolic execution is no trivial task at all. |
Prepacking this...
produces the following. The output looks correct, but what's that FatalError about with no message???
The text was updated successfully, but these errors were encountered: