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
Set the first cell to new System.Random().Next() and execute.
The cell executes as expected.
Ctrl+Z => no visible change.
Ctrl+Z again => cell metadata gets backed off such that it thinks it's running again, but it's not really. No new or different output is produced and the notebook's execute method isn't hit.
Does this issue occur when all extensions are disabled?: N/A
@connor4312 the fix for now is making sure that the Run button doesn't go back to Stop button, and we didn't do anything with the execution ellapsed time, execution count, etc. The gif you posted above is the expected behavior for now.
Next iteration we will polish the API and execution related stuff will be moved out of the metadata.
Steps to Reproduce:
.dib
file.new System.Random().Next()
and execute.execute
method isn't hit.Does this issue occur when all extensions are disabled?: N/A
Issue first discovered in dotnet/interactive#748.
The text was updated successfully, but these errors were encountered: