multiparty / carousels

Library for concisely defining abstract metrics over JavaScript syntax.
https://multiparty.org/carousels
MIT License
5 stars 1 forks source link

Repeated invocations of analysis share some state #20

Closed KinanBab closed 4 years ago

KinanBab commented 4 years ago

Occasionally, when different programs/metrics are analyzed, we get different outputs, and too much recursion errors.

Exhibited when running merge_sort with rounds after analyzing other programs.

Same state is not cleaned properly on analysis start..

KinanBab commented 4 years ago

I cannot replicate this bug anymore. However, I will leave this issue here until we can verify that is not an issue anymore, or discern why it used to happen