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
{{ message }}
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.
When an input psharp program has jump() without arguments then PSharpSyntaxRewriter crashes inside the Rewrite method of GotoStateRewriter. It expects to see one argument, which isn't there:
var arg = invocation.ArgumentList.Arguments[0].ToString();
The text was updated successfully, but these errors were encountered:
When an input psharp program has
jump()
without arguments thenPSharpSyntaxRewriter
crashes inside theRewrite
method ofGotoStateRewriter
. It expects to see one argument, which isn't there:The text was updated successfully, but these errors were encountered: