Skip to content
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

The class state between the Browser and what is execute sometimes becomes desynchronized #139

Open
janehmueller opened this issue Mar 22, 2021 · 1 comment

Comments

@janehmueller
Copy link
Contributor

janehmueller commented Mar 22, 2021

Sometimes when editing code (in this case when changing the superclass of my class), the vm is executing code that was already removed in the browser. I get an exception/debugger that shows me method that I already deleted.
Things that don't fix this issue:

  • Saving and opening the image again
  • Saving the method again in the subclass (it should use the method of the superclass). Here the override also does not show the usual green arrow up
  • Adding the methods the phantom class is calling (in this case an accessor). They are not found

image

@janehmueller
Copy link
Contributor Author

Committing the classes via git, deleting them and then checking the commit out (and thus re-adding the classes) fixed the issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant